@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #b2a8f3;
  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: #3551d9;
  text-shadow: none;
}
::selection {
  background: #3551d9;
  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 #3551d9;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #3551d9;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f1;
}
/* ========================================================================
     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: #f8f8f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #3551d9;
  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: #3551d9;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #3551d9;
  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: #f8f8f1;
  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: #3551d9;
  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: #3551d9;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #3551d9;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #3551d9;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #3551d9;
  color: #ffffff;
  border-color: #3551d9;
}
/*
   * 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: #f8f8f1;
  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: #3551d9;
}
/* 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: #b2a8f3;
}
/* 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: #3551d9;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f1;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f1;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #3551d9;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     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: #3551d9;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  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: #3551d9;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  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: #3551d9;
}
/*
   * 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: #3551d9;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #3551d9;
  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: #f8f8f1;
}
.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: #3551d9;
  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: #3551d9;
}
/* 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: #3551d9;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #3551d9;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #3551d9;
}
/* 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: #3551d9;
  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: #3551d9;
  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: #3551d9;
  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: #3551d9;
}
/* 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: #3551d9;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #3551d9;
  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: #3551d9;
}
/*
   * 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: #3551d9;
}
/* 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: #f8f8f1;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #3551d9;
}
/*
   * 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: #3551d9;
  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: #f8f8f1;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #3551d9;
}
.uk-progress::-moz-progress-bar {
  background-color: #3551d9;
}
.uk-progress::-ms-fill {
  background-color: #3551d9;
}
/* ========================================================================
     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: #3551d9 !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: #3551d9 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #3551d9;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f1;
}
.uk-background-primary {
  background-color: #3551d9;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     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: #3551d9;
  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: #3551d9;
  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: #3551d9;
  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: #f8f8f1;
  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: #3551d9;
}
.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(255, 255, 255, 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: #3551d9;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f1;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #3551d9;
}
.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: #3551d9;
  border-color: #3551d9;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #3551d9;
}
/* ========================================================================
   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: #233cb8;
}
.ap-list-filter dd a.active {
  background-color: #3551d9;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #3551d9;
}
.category li a.active {
  color: #3551d9;
}
.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: #3551d9;
}
.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: #3551d9;
  border: 1px solid rgba(53, 81, 217, 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: #3551d9;
}
form .step .ui-step.active .ui-step-title {
  color: #3551d9;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #3551d9;
  background-color: #3551d9;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #3551d9;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #3551d9;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #3551d9;
  color: #3551d9;
}
.btn-effect-2:hover {
  background-color: #3551d9;
}
.uk-button.btn-effect-5 {
  background-color: #3551d9;
  box-shadow: 0 0 15px rgba(53, 81, 217, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #3551d9;
}
.header-effect-6 [data-item='title']::before {
  background-color: #3551d9;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#addd0a2031a8221 .logged {
  display: none;
}
#addd0a2031a8221 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#addd0a2031a8221 .fa-search {
  color: #ccc;
}
#addd0a2031a8221 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#addd0a2031a8221 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#addd0a2031a8221 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#addd0a2031a8221 .quick-menus li:last-child > a::after {
  display: none;
}
#addd0a2031a8221 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#addd0a2031a8221 .site-header {
  height: 70px;
}
#addd0a2031a8221 .uk-navbar-item,
#addd0a2031a8221 .uk-navbar-nav > li > a,
#addd0a2031a8221 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#addd0a2031a8221 .uk-sticky-fixed .uk-navbar-item,
#addd0a2031a8221 .uk-sticky-fixed .uk-navbar-nav > li > a,
#addd0a2031a8221 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#addd0a2031a8221 .uk-navbar-sticky {
  background: #fff;
}
#addd0a2031a8221 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#addd0a2031a8221 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#addd0a2031a8221 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#addd0a2031a8221 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#addd0a2031a8221 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#addd0a2031a8221 .sub-menu-title i,
#addd0a2031a8221 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#addd0a2031a8221 .menu-list > .menu-item {
  position: relative;
}
#addd0a2031a8221 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#addd0a2031a8221 .menu-list > .menu-item:hover > a::after,
#addd0a2031a8221 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#addd0a2031a8221 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#addd0a2031a8221 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#addd0a2031a8221 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#addd0a2031a8221 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#addd0a2031a8221 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#addd0a2031a8221 .sub-menu-item a:hover {
  color: #3551d9;
}
#addd0a2031a8221 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#addd0a2031a8221 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#addd0a2031a8221 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#addd0a2031a8221 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#addd0a2031a8221 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#addd0a2031a8221 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#addd0a2031a8221 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#addd0a2031a8221 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#addd0a2031a8221 .logo {
  display: inline-block;
}
#addd0a2031a8221 .search-box {
  position: relative;
  padding: 10px;
}
#addd0a2031a8221 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#addd0a2031a8221 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#addd0a2031a8221 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@media (min-width: 1200px) {
  #a8736a5de3a8796 .uk-container {
    padding: 0 60px;
  }
}
#a8736a5de3a8796 .uk-card {
  overflow: hidden;
}
#a8736a5de3a8796 .blog-date {
  background: #f8f8f1 none repeat scroll 0 0;
  margin-right: 30px;
  padding: 11px 23px;
}
#a8736a5de3a8796 .b-date,
#a8736a5de3a8796 .b-month {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
#a8736a5de3a8796 .blog-meta span {
  margin-right: 18px;
}
#a8736a5de3a8796 .blog-meta span i {
  display: inline-block;
  margin-right: 16px;
}
#a8736a5de3a8796 .b-month {
  font-size: 12px;
}
#a8736a5de3a8796 .uk-card {
  padding: 10px;
}
#a8736a5de3a8796 .uk-list li::before {
  color: #3551d9;
}
#a8736a5de3a8796 .uk-list a {
  color: #4c4c4c;
}
#a8736a5de3a8796 .uk-list a.active,
#a8736a5de3a8796 .uk-list a:hover {
  color: #3551d9;
  text-decoration: none;
}
#a8736a5de3a8796 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a8736a5de3a8796 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a8736a5de3a8796 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5d3a0ba5a21d6 .logged {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab5d3a0ba5a21d6 .fa-search {
  color: #ccc;
}
#ab5d3a0ba5a21d6 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ab5d3a0ba5a21d6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab5d3a0ba5a21d6 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab5d3a0ba5a21d6 .quick-menus li:last-child > a::after {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab5d3a0ba5a21d6 .site-header {
  height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky {
  background: #fff;
}
#ab5d3a0ba5a21d6 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab5d3a0ba5a21d6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab5d3a0ba5a21d6 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab5d3a0ba5a21d6 .sub-menu-title i,
#ab5d3a0ba5a21d6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item {
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item:hover > a::after,
#ab5d3a0ba5a21d6 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab5d3a0ba5a21d6 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab5d3a0ba5a21d6 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab5d3a0ba5a21d6 .sub-menu-item a:hover {
  color: #3551d9;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab5d3a0ba5a21d6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab5d3a0ba5a21d6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab5d3a0ba5a21d6 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab5d3a0ba5a21d6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab5d3a0ba5a21d6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ab5d3a0ba5a21d6 .logo {
  display: inline-block;
}
#ab5d3a0ba5a21d6 .search-box {
  position: relative;
  padding: 10px;
}
#ab5d3a0ba5a21d6 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab5d3a0ba5a21d6 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab5d3a0ba5a21d6 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab333a3c16a6dfc {
  min-height: 300px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab096a00aead3d6 {
  overflow: hidden;
}
#ab096a00aead3d6 , #ab096a00aead3d6 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac943a7f3aa0568 {
  overflow: hidden;
}
#ac943a7f3aa0568 , #ac943a7f3aa0568 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 21px;text-align: left;font-family: inherit;color: rgba(139, 87, 42, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aad68a7188aaac5 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  line-height: 26px;
}
#a566eacabca36ef  {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(155, 155, 155, 1);}#aaecbada0eab779 a, #aaecbada0eab779 {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(155, 155, 155, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac836ab9dcabb44 .ap-category-filter ul li.active {
  border-color: #3551d9;
  color: #3551d9;
}
#ac836ab9dcabb44 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac836ab9dcabb44 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac836ab9dcabb44 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac836ab9dcabb44 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac836ab9dcabb44 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac836ab9dcabb44 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac836ab9dcabb44 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac836ab9dcabb44 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac836ab9dcabb44 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #cdd3d2;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .img_wrap {
  width: 23%;
  border-radius: 0px;
  overflow: hidden;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac836ab9dcabb44 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac836ab9dcabb44 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac836ab9dcabb44 .ele-article-list .text-article {
  border-bottom: 1px solid #cdd3d2;
}
#ac836ab9dcabb44 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
}
#ac836ab9dcabb44 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac836ab9dcabb44 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac836ab9dcabb44 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab333a3c16a6dfc [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(155, 155, 155, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@media (min-width: 1200px) {
  #ad157afae1a4cb9 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ad157afae1a4cb9 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#ad157afae1a4cb9 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#ad157afae1a4cb9 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #3551d9;
}
#ad157afae1a4cb9 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#ad157afae1a4cb9 .uk-list li::before {
  color: #3551d9;
}
#ad157afae1a4cb9 .uk-list a {
  color: #4c4c4c;
}
#ad157afae1a4cb9 .uk-list a.active,
#ad157afae1a4cb9 .uk-list a:hover {
  color: #3551d9;
  text-decoration: none;
}
#ad157afae1a4cb9 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#ad157afae1a4cb9 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#ad157afae1a4cb9 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5d3a0ba5a21d6 .logged {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab5d3a0ba5a21d6 .fa-search {
  color: #ccc;
}
#ab5d3a0ba5a21d6 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ab5d3a0ba5a21d6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab5d3a0ba5a21d6 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab5d3a0ba5a21d6 .quick-menus li:last-child > a::after {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab5d3a0ba5a21d6 .site-header {
  height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky {
  background: #fff;
}
#ab5d3a0ba5a21d6 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab5d3a0ba5a21d6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab5d3a0ba5a21d6 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab5d3a0ba5a21d6 .sub-menu-title i,
#ab5d3a0ba5a21d6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item {
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item:hover > a::after,
#ab5d3a0ba5a21d6 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab5d3a0ba5a21d6 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab5d3a0ba5a21d6 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab5d3a0ba5a21d6 .sub-menu-item a:hover {
  color: #3551d9;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab5d3a0ba5a21d6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab5d3a0ba5a21d6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab5d3a0ba5a21d6 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab5d3a0ba5a21d6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab5d3a0ba5a21d6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ab5d3a0ba5a21d6 .logo {
  display: inline-block;
}
#ab5d3a0ba5a21d6 .search-box {
  position: relative;
  padding: 10px;
}
#ab5d3a0ba5a21d6 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab5d3a0ba5a21d6 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab5d3a0ba5a21d6 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aad74ad1f8ab047 {
  min-height: 300px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f72ae123a40b6 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ada8caf08faa006 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a05d7a4c88a12fe {
  /* mobile */
}
#a05d7a4c88a12fe .uk-tab-left::before {
  border: none;
}
#a05d7a4c88a12fe .tab-item {
  cursor: pointer;
}
#a05d7a4c88a12fe .tab-item:hover {
  background: #fff;
}
#a05d7a4c88a12fe .uk-tab {
  margin-left: 0;
}
#a05d7a4c88a12fe .uk-tab > .uk-active.tab-item {
  border-right: none;
  background: #fff;
}
@media (max-width: 640px) {
  #a05d7a4c88a12fe .tab-item {
    width: 50%;
    margin-bottom: 5px !important;
  }
  #a05d7a4c88a12fe .uk-margin-medium {
    margin-top: 15px !important;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5225aac4aad564 {
  /* mobile */
}
#a5225aac4aad564 .uk-tab-left::before {
  border: none;
}
#a5225aac4aad564 .tab-item {
  cursor: pointer;
}
#a5225aac4aad564 .tab-item:hover {
  background: #fff;
}
#a5225aac4aad564 .uk-tab {
  margin-left: 0;
}
#a5225aac4aad564 .uk-tab > .uk-active.tab-item {
  border-right: none;
  background: #fff;
}
@media (max-width: 640px) {
  #a5225aac4aad564 .tab-item {
    width: 50%;
    margin-bottom: 5px !important;
  }
  #a5225aac4aad564 .uk-margin-medium {
    margin-top: 15px !important;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0c22a1c1ca25d9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933496636.png);background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a31e0a1f2ba8eae > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933498298.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a574eab95fa3f2f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933498744.png);background-repeat: no-repeat;background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a4450a562da1f30 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933497349.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a64eaaee04a9ea2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933499109.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a1545a7292afead > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741933497783.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#aaec5a78a7a4496 > .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;}#a706da46eaa0298 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741938145684.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;box-shadow: 0px 0px 0px 0px undefined;}#a99f8a93e4a0f3f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741938144257.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a2a41aa566ad2dc > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741938145004.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#abfbaaea53aaec1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741938144601.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#a3050adea2aff0e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741938145353.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad540a549aa258c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741940008418.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa203ac8f6a694b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741940008781.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4cd5a1301afce9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741940007664.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad105afcf3a94f4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1741940008113.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a60e6a572dadf08 a {
                background-image: linear-gradient(90deg,
                rgba(44, 215, 192, 1),
                rgba(74, 187, 242, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a60e6a572dadf08 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4b25a1954ab523 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748411185620.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae321a7319a9e83 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748411185933.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01afacedeac41c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748411194828.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7bafaab73af5ee > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748411195106.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac246ad6f4ae419 a {
                background-image: linear-gradient(90deg,
                rgba(44, 215, 192, 1),
                rgba(74, 187, 242, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#ac246ad6f4ae419 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5fb2af947afdd3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748934952540.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#a8f9ba9e9fa1803 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748934952085.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#a3a2ba6f21a0060 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748934952874.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#a3725aef89a40ce > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748934953491.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#ac910aa875a0460 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748935522977.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a4559a07d1adbd3 a {
                background-image: linear-gradient(90deg,
                rgba(44, 215, 192, 1),
                rgba(74, 187, 242, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a4559a07d1adbd3 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa65cabdcea2a8a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748935545289.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a673eae8c2a9cae a {
                background-image: linear-gradient(90deg,
                rgba(44, 215, 192, 1),
                rgba(74, 187, 242, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a673eae8c2a9cae a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#ae77fa9de0a6ce5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748916542051.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a8e97a127fa0478 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748916541339.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a6265a3067a7b7b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1748916542685.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a3508ab543a49dd a {
                background-image: linear-gradient(90deg,
                rgba(44, 215, 192, 1),
                rgba(74, 187, 242, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 30px;text-align: center;font-family: inherit;}#a3508ab543a49dd a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#ab826afcd6a64ed > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236765785.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a60e5a351daf2e5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757582534233.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a036aa49b1add42 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757582534541.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38d1a2674ae11c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757582534818.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa55a8522aee47 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757582535061.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2710ad534a927c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236781325.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a5d2caf355a5f7d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236788232.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a1cf5af38ea9910 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236788797.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ab98fa491da1be0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236789374.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#afc9ea3e06ad9b0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236790206.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a692eab511a29ab > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236791726.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2be6a1565a01e9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236792420.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ae41da055fa5c9b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236792956.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ae550a5cfead9b6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236793482.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a8937a7947a80b8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236794197.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a412eab6d1a8b2f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236794693.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a993baa60faa067 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236795252.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a5428a1753a47be > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236795772.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48bba233ca0f18 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236814028.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef09a0351aaa86 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824472.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6377a9ffda7873 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3254ac5ddac11b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236825437.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acceeac850ad0b7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236825840.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c01ae8efa60c5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236826282.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7009afbb0ad602 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236831622.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad347a277ea1a52 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a305da4808a5e0d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef5ca9c7bac9e7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf4aa2cbaa2af5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a020faf0e7a614a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af52daf235a7d73 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafdcaf48aa8650 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abda2abaeba194e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a17af740ab528 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236763023.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5bba5c3bac862 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236837207.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abdafa93bca253d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(27, 131, 225, 1);border-radius: 20px;justify-content: center;border-style: solid;}#abdafa93bca253d .ele-wrap:hover {background-color: #0483cc;}#ab0cdabb6eac24c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(249, 198, 121, 1);border-radius: 20px;justify-content: center;border-style: solid;}#ab0cdabb6eac24c .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7864ab988a4439 .form-agree {
  display: flex;
  align-items: center;
}
#a7864ab988a4439 .uk-form .form-submit-btn {
  width: 340px;
}
#a7864ab988a4439 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a7864ab988a4439 .submit-wrap {
  text-align: center;
}
#a7864ab988a4439 .submit-wrap button {
  background-color: #f32c56;
}
#a7864ab988a4439 .submit-wrap button {
  color: #ffffff;
}
#a7864ab988a4439 .submit-wrap button {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a7864ab988a4439 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7864ab988a4439 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a7864ab988a4439 .form-item .uk-input,
#a7864ab988a4439 .form-item .uk-select,
#a7864ab988a4439 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7864ab988a4439 .form-item .uk-input::-webkit-input-placeholder,
#a7864ab988a4439 .form-item .uk-select::-webkit-input-placeholder,
#a7864ab988a4439 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #000000;
}
#a7864ab988a4439 .form-item .uk-input:-ms-input-placeholder,
#a7864ab988a4439 .form-item .uk-select:-ms-input-placeholder,
#a7864ab988a4439 .form-item .uk-textarea:-ms-input-placeholder {
  color: #000000;
}
#a7864ab988a4439 .form-item .uk-input::-moz-placeholder,
#a7864ab988a4439 .form-item .uk-select::-moz-placeholder,
#a7864ab988a4439 .form-item .uk-textarea::-moz-placeholder {
  color: #000000;
}
#a7864ab988a4439 .form-item .uk-input::placeholder,
#a7864ab988a4439 .form-item .uk-select::placeholder,
#a7864ab988a4439 .form-item .uk-textarea::placeholder {
  color: #000000;
}
#a7864ab988a4439 .form-item .auto-height {
  height: auto;
}
#a7864ab988a4439 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a7864ab988a4439 .form-item .send-code {
  bottom: 0px;
}
#a7864ab988a4439 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a7864ab988a4439 .uk-form-label,
#a7864ab988a4439 .form-agree,
#a7864ab988a4439 .uk-h3,
#a7864ab988a4439 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a7864ab988a4439 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a7864ab988a4439 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad9a3aaf95a10e3 .logged {
  display: none;
}
#ad9a3aaf95a10e3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad9a3aaf95a10e3 .fa-search {
  color: #ccc;
}
#ad9a3aaf95a10e3 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ad9a3aaf95a10e3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad9a3aaf95a10e3 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad9a3aaf95a10e3 .quick-menus li:last-child > a::after {
  display: none;
}
#ad9a3aaf95a10e3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad9a3aaf95a10e3 .site-header {
  height: 70px;
}
#ad9a3aaf95a10e3 .uk-navbar-item,
#ad9a3aaf95a10e3 .uk-navbar-nav > li > a,
#ad9a3aaf95a10e3 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad9a3aaf95a10e3 .uk-sticky-fixed .uk-navbar-item,
#ad9a3aaf95a10e3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad9a3aaf95a10e3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad9a3aaf95a10e3 .uk-navbar-sticky {
  background: #fff;
}
#ad9a3aaf95a10e3 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad9a3aaf95a10e3 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad9a3aaf95a10e3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad9a3aaf95a10e3 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad9a3aaf95a10e3 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad9a3aaf95a10e3 .sub-menu-title i,
#ad9a3aaf95a10e3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad9a3aaf95a10e3 .menu-list > .menu-item {
  position: relative;
}
#ad9a3aaf95a10e3 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ad9a3aaf95a10e3 .menu-list > .menu-item:hover > a::after,
#ad9a3aaf95a10e3 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad9a3aaf95a10e3 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad9a3aaf95a10e3 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad9a3aaf95a10e3 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad9a3aaf95a10e3 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad9a3aaf95a10e3 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad9a3aaf95a10e3 .sub-menu-item a:hover {
  color: #3551d9;
}
#ad9a3aaf95a10e3 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad9a3aaf95a10e3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad9a3aaf95a10e3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad9a3aaf95a10e3 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad9a3aaf95a10e3 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad9a3aaf95a10e3 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad9a3aaf95a10e3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad9a3aaf95a10e3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ad9a3aaf95a10e3 .logo {
  display: inline-block;
}
#ad9a3aaf95a10e3 .search-box {
  position: relative;
  padding: 10px;
}
#ad9a3aaf95a10e3 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad9a3aaf95a10e3 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad9a3aaf95a10e3 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a1a09acbb4ae1f7 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2ebacff3adbcb > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a77bcabd80ae8cf > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac2cca7eeea2d69 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0ff6a7ab7abf9b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7dbba60d2a99fa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a08d5a4ea5af615 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a70a2846a5414 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402044489.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a28b6a68e1a8b4e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af644a2d61a05d1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19dda649da401f > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a513fa194bab921 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48ebabff6adc13 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8190aa93bacc90 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a70b3a50cead7c2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a289dafdb3a0f20 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed9ca3342a34b7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb10a6a1bab5aa > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1068a3412a12e5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77d5ac8d2ab346 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fc1a048ea5994 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a3fc1a048ea5994 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6dd8ac0caa4549 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a6dd8ac0caa4549 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8809a7cf3ac66f a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a8809a7cf3ac66f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a1c8aad597a8fe5 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a1c8aad597a8fe5 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af4beaa2aea2289 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af4beaa2aea2289 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab160a59faaad7c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ab160a59faaad7c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab58da947cabaae > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d98ae453a5328 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46c3ac084af20b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c6eac77aa5a5f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07cda1a27ac97b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab187aa8beadf7c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e1ba535aa6a49 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7e8ada48a6a95 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96acafedba2c67 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a96acafedba2c67 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae8d6a600bab36f .logged {
  display: none;
}
#ae8d6a600bab36f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae8d6a600bab36f .fa-search {
  color: #ccc;
}
#ae8d6a600bab36f .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ae8d6a600bab36f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae8d6a600bab36f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ae8d6a600bab36f .quick-menus li:last-child > a::after {
  display: none;
}
#ae8d6a600bab36f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae8d6a600bab36f .site-header {
  height: 70px;
}
#ae8d6a600bab36f .uk-navbar-item,
#ae8d6a600bab36f .uk-navbar-nav > li > a,
#ae8d6a600bab36f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae8d6a600bab36f .uk-sticky-fixed .uk-navbar-item,
#ae8d6a600bab36f .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae8d6a600bab36f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae8d6a600bab36f .uk-navbar-sticky {
  background: #fff;
}
#ae8d6a600bab36f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ae8d6a600bab36f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ae8d6a600bab36f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae8d6a600bab36f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ae8d6a600bab36f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ae8d6a600bab36f .sub-menu-title i,
#ae8d6a600bab36f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae8d6a600bab36f .menu-list > .menu-item {
  position: relative;
}
#ae8d6a600bab36f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ae8d6a600bab36f .menu-list > .menu-item:hover > a::after,
#ae8d6a600bab36f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ae8d6a600bab36f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ae8d6a600bab36f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ae8d6a600bab36f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ae8d6a600bab36f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ae8d6a600bab36f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ae8d6a600bab36f .sub-menu-item a:hover {
  color: #3551d9;
}
#ae8d6a600bab36f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ae8d6a600bab36f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ae8d6a600bab36f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae8d6a600bab36f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ae8d6a600bab36f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ae8d6a600bab36f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ae8d6a600bab36f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ae8d6a600bab36f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ae8d6a600bab36f .logo {
  display: inline-block;
}
#ae8d6a600bab36f .search-box {
  position: relative;
  padding: 10px;
}
#ae8d6a600bab36f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ae8d6a600bab36f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ae8d6a600bab36f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a95e0a5aa4aab40 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a98b7a1056ac0b8 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4b04a35a3a2a33 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9a2eaa5d8ad803 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4c44ad126a606d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a959faeca4a48b6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdcca6c00abb82 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0830a9bbea061a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402039143.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ab799ae7b3ab29a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb8cab381a0084 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d65a1729af4ac > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f06a769da8754 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a572fab7f4a4211 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa87a231fa5698 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e9ca4ffaa44c9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0b91a56b7ae83e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1a2a3fb0aee6f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2eada60dba5393 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd01a0a8ca32cd > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a443ba0174a2ba7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8c1acb1ba8098 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae8c1acb1ba8098 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a2cc7a060eaa702 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a2cc7a060eaa702 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a96d2a8670a541f a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a96d2a8670a541f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5d4ca8ec2af33d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5d4ca8ec2af33d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#adc4da67e6af48c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#adc4da67e6af48c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#adc64a029eaef52 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#adc64a029eaef52 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab465a0405acc79 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4cf5aea7aab599 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe66a16f8aafe1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0a1a04fbad4fc > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab12bac2ddace8f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00f8a5640a6282 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65d4a9d7fa5a9c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a576eac4c2a3928 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae83dae869a7487 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae83dae869a7487 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3603a931ba0fc0 .logged {
  display: none;
}
#a3603a931ba0fc0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3603a931ba0fc0 .fa-search {
  color: #ccc;
}
#a3603a931ba0fc0 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a3603a931ba0fc0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3603a931ba0fc0 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a3603a931ba0fc0 .quick-menus li:last-child > a::after {
  display: none;
}
#a3603a931ba0fc0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3603a931ba0fc0 .site-header {
  height: 70px;
}
#a3603a931ba0fc0 .uk-navbar-item,
#a3603a931ba0fc0 .uk-navbar-nav > li > a,
#a3603a931ba0fc0 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3603a931ba0fc0 .uk-sticky-fixed .uk-navbar-item,
#a3603a931ba0fc0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3603a931ba0fc0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3603a931ba0fc0 .uk-navbar-sticky {
  background: #fff;
}
#a3603a931ba0fc0 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a3603a931ba0fc0 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a3603a931ba0fc0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3603a931ba0fc0 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a3603a931ba0fc0 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a3603a931ba0fc0 .sub-menu-title i,
#a3603a931ba0fc0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3603a931ba0fc0 .menu-list > .menu-item {
  position: relative;
}
#a3603a931ba0fc0 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a3603a931ba0fc0 .menu-list > .menu-item:hover > a::after,
#a3603a931ba0fc0 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a3603a931ba0fc0 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a3603a931ba0fc0 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a3603a931ba0fc0 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a3603a931ba0fc0 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a3603a931ba0fc0 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a3603a931ba0fc0 .sub-menu-item a:hover {
  color: #3551d9;
}
#a3603a931ba0fc0 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a3603a931ba0fc0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a3603a931ba0fc0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3603a931ba0fc0 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a3603a931ba0fc0 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a3603a931ba0fc0 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a3603a931ba0fc0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a3603a931ba0fc0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a3603a931ba0fc0 .logo {
  display: inline-block;
}
#a3603a931ba0fc0 .search-box {
  position: relative;
  padding: 10px;
}
#a3603a931ba0fc0 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a3603a931ba0fc0 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a3603a931ba0fc0 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a4ce8a3823a71d0 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a24a6a093fa7e93 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#acd81ae354a22a1 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5b7da8bc2a0dd0 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9bbcaffada93b3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6893acb34a5b33 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1711ac1f9add35 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2aeaf599aa964 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402038069.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2334afccda213d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a544eab701a2e98 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abea1ab152a7300 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2fcca0e58ac578 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03e0ab457aa241 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f73a4ea5a1215 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a26ad855afac2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6290a31c3ae880 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39dba5b1ba68d9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1efaaa232ae407 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4185a1b7ba5304 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb8da3993aa42c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46e4a984faa548 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a46e4a984faa548 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af525ad631a86d7 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af525ad631a86d7 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a96a9a213fa7c2d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a96a9a213fa7c2d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8566a68d9af17b a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a8566a68d9af17b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac87ca6892a8ec7 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac87ca6892a8ec7 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a07deafd7fafc78 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a07deafd7fafc78 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a94b1a55f5a87f4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff07a808fac42e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abbbda2a97a4e38 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcaeaa7b6a6eb4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1634a7c78a4bee > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa661aa4faa5081 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9ceaf9f4a0d30 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7dd3a4f8ca0e4f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a986ea7f80aa4f1 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a986ea7f80aa4f1 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8808ac22ca70ad .logged {
  display: none;
}
#a8808ac22ca70ad .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8808ac22ca70ad .fa-search {
  color: #ccc;
}
#a8808ac22ca70ad .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a8808ac22ca70ad .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8808ac22ca70ad .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a8808ac22ca70ad .quick-menus li:last-child > a::after {
  display: none;
}
#a8808ac22ca70ad .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8808ac22ca70ad .site-header {
  height: 70px;
}
#a8808ac22ca70ad .uk-navbar-item,
#a8808ac22ca70ad .uk-navbar-nav > li > a,
#a8808ac22ca70ad .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8808ac22ca70ad .uk-sticky-fixed .uk-navbar-item,
#a8808ac22ca70ad .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8808ac22ca70ad .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8808ac22ca70ad .uk-navbar-sticky {
  background: #fff;
}
#a8808ac22ca70ad .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a8808ac22ca70ad .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a8808ac22ca70ad .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8808ac22ca70ad .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a8808ac22ca70ad .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a8808ac22ca70ad .sub-menu-title i,
#a8808ac22ca70ad .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8808ac22ca70ad .menu-list > .menu-item {
  position: relative;
}
#a8808ac22ca70ad .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a8808ac22ca70ad .menu-list > .menu-item:hover > a::after,
#a8808ac22ca70ad .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a8808ac22ca70ad .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a8808ac22ca70ad .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a8808ac22ca70ad .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a8808ac22ca70ad .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a8808ac22ca70ad .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a8808ac22ca70ad .sub-menu-item a:hover {
  color: #3551d9;
}
#a8808ac22ca70ad .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a8808ac22ca70ad .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a8808ac22ca70ad .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8808ac22ca70ad .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a8808ac22ca70ad .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a8808ac22ca70ad .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a8808ac22ca70ad .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a8808ac22ca70ad .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a8808ac22ca70ad .logo {
  display: inline-block;
}
#a8808ac22ca70ad .search-box {
  position: relative;
  padding: 10px;
}
#a8808ac22ca70ad .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a8808ac22ca70ad .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a8808ac22ca70ad .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a209ca7a94a02b2 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab159a0011ae5a3 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abfd8a26a0ad474 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ab9b7a1a77a36c2 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a29f7a32a9a3e21 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d34aa4cfa51a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6a1aad16a5d31 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeb8eab689a2148 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402040909.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9d9ca4474a139f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a3ac867a5a0b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a32efadf12a7337 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeab3afd0aa5e1c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab27fa4892af780 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73cdac61fae57c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ddba4455a9c1a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18faad485a3a41 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafe4ae21fa163f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51aaaaeaeadeea > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae57aa2e82aa112 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03c1a3f03a929d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7088a7b01aa961 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a7088a7b01aa961 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0b78a6f02a1174 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0b78a6f02a1174 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#adaeca3491a31d0 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#adaeca3491a31d0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a9cafa6562a0a22 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a9cafa6562a0a22 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a02d6afcf2a3ec1 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a02d6afcf2a3ec1 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d19ad15da847f a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0d19ad15da847f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa75ba0605a0d55 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac754add11ab471 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae3a7ad51ea70d7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf97a53d8a134c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a270fa647aac4a7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bb5a2c66ae85a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6cd5a056ea36eb > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b7dafadfa39ae > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af432ab50fa22b5 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af432ab50fa22b5 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a31dba899aac830 .logged {
  display: none;
}
#a31dba899aac830 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a31dba899aac830 .fa-search {
  color: #ccc;
}
#a31dba899aac830 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a31dba899aac830 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a31dba899aac830 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a31dba899aac830 .quick-menus li:last-child > a::after {
  display: none;
}
#a31dba899aac830 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a31dba899aac830 .site-header {
  height: 70px;
}
#a31dba899aac830 .uk-navbar-item,
#a31dba899aac830 .uk-navbar-nav > li > a,
#a31dba899aac830 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a31dba899aac830 .uk-sticky-fixed .uk-navbar-item,
#a31dba899aac830 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a31dba899aac830 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a31dba899aac830 .uk-navbar-sticky {
  background: #fff;
}
#a31dba899aac830 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a31dba899aac830 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a31dba899aac830 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a31dba899aac830 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a31dba899aac830 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a31dba899aac830 .sub-menu-title i,
#a31dba899aac830 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a31dba899aac830 .menu-list > .menu-item {
  position: relative;
}
#a31dba899aac830 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a31dba899aac830 .menu-list > .menu-item:hover > a::after,
#a31dba899aac830 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a31dba899aac830 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a31dba899aac830 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a31dba899aac830 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a31dba899aac830 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a31dba899aac830 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a31dba899aac830 .sub-menu-item a:hover {
  color: #3551d9;
}
#a31dba899aac830 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a31dba899aac830 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a31dba899aac830 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a31dba899aac830 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a31dba899aac830 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a31dba899aac830 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a31dba899aac830 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a31dba899aac830 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a31dba899aac830 .logo {
  display: inline-block;
}
#a31dba899aac830 .search-box {
  position: relative;
  padding: 10px;
}
#a31dba899aac830 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a31dba899aac830 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a31dba899aac830 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a8194a65bda3a29 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a193aa7baba7a71 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a4226a6bc9a8931 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aa1a6a09fba0ab2 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1634a5462a87f9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c4da61f0a78ba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7db9ad4f7a1461 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2fdfabe32af90a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402043355.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a3069a9611aa878 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1f0a4028ab286 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0eb4af4b9a061c > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa2ab224ae359 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38e3abb69a38b7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4db8acf2ba5c26 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c52ab0e0a696b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c99a32b1a08f1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a363da2ad3a1b96 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac84baf590ad986 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace46a21b6a1307 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad947a0b40a3faa > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7196a9f22a9c64 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a7196a9f22a9c64 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac3ceaa681a4102 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac3ceaa681a4102 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#abd26a5ab3a92a5 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#abd26a5ab3a92a5 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab6b9a5467ab631 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ab6b9a5467ab631 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad1b8af976a4e19 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ad1b8af976a4e19 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a15e5a44e3a2ede a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a15e5a44e3a2ede a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a67e1a13c1a4bb4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a81a6ac9d1ac6f9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add38a2783a75f0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b35a32bfa07d7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aed16a6ee6a62e7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1621a233ba123f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfca3d8ea9e90 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f3eafeeaa86f3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c1da262fabd52 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0c1da262fabd52 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7f7aaf146a9248 .logged {
  display: none;
}
#a7f7aaf146a9248 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7f7aaf146a9248 .fa-search {
  color: #ccc;
}
#a7f7aaf146a9248 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a7f7aaf146a9248 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7f7aaf146a9248 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7f7aaf146a9248 .quick-menus li:last-child > a::after {
  display: none;
}
#a7f7aaf146a9248 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7f7aaf146a9248 .site-header {
  height: 70px;
}
#a7f7aaf146a9248 .uk-navbar-item,
#a7f7aaf146a9248 .uk-navbar-nav > li > a,
#a7f7aaf146a9248 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7f7aaf146a9248 .uk-sticky-fixed .uk-navbar-item,
#a7f7aaf146a9248 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7f7aaf146a9248 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7f7aaf146a9248 .uk-navbar-sticky {
  background: #fff;
}
#a7f7aaf146a9248 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7f7aaf146a9248 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7f7aaf146a9248 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7f7aaf146a9248 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7f7aaf146a9248 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7f7aaf146a9248 .sub-menu-title i,
#a7f7aaf146a9248 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7f7aaf146a9248 .menu-list > .menu-item {
  position: relative;
}
#a7f7aaf146a9248 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a7f7aaf146a9248 .menu-list > .menu-item:hover > a::after,
#a7f7aaf146a9248 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7f7aaf146a9248 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7f7aaf146a9248 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7f7aaf146a9248 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7f7aaf146a9248 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7f7aaf146a9248 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7f7aaf146a9248 .sub-menu-item a:hover {
  color: #3551d9;
}
#a7f7aaf146a9248 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7f7aaf146a9248 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7f7aaf146a9248 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7f7aaf146a9248 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7f7aaf146a9248 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7f7aaf146a9248 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7f7aaf146a9248 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7f7aaf146a9248 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a7f7aaf146a9248 .logo {
  display: inline-block;
}
#a7f7aaf146a9248 .search-box {
  position: relative;
  padding: 10px;
}
#a7f7aaf146a9248 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7f7aaf146a9248 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7f7aaf146a9248 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a1897a8430aedb7 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa275a75f0a8abe > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5a0aa07b4af7e4 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac8daaca27adcc3 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8a73a0c2bac3fe > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b0ea504baffb5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8369a52fca3ec1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe37a5881a290e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402042061.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac970af0ada649d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d98af28aa630e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5680a29c4a4117 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab118ad560ac3af > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84eead432a59b7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a316ea7a38adb93 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e42a39c5a285f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af19cab90cab19b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a198fa77fea0381 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abba1af753a81c6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b36a2295aef90 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa26a7371a33ad > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a09e8a3de5aae75 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a09e8a3de5aae75 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae51badd4ea1cf4 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae51badd4ea1cf4 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8e82a5f46abbea a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a8e82a5f46abbea a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5907a7e35a4a59 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5907a7e35a4a59 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad2a9a927aab66d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ad2a9a927aab66d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa4a7a8a37a36a5 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#aa4a7a8a37a36a5 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4f45a8ee3a0ff5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78eaa3764a1eb0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1815a96a2a8d2e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a837bafc58a502d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a64f6a9de7a8e0e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aadefac05aae290 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca98aa185af950 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8965a121bafd63 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1227a2dc2a5caf a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a1227a2dc2a5caf a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab160a4c29ae0ed .logged {
  display: none;
}
#ab160a4c29ae0ed .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab160a4c29ae0ed .fa-search {
  color: #ccc;
}
#ab160a4c29ae0ed .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ab160a4c29ae0ed .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab160a4c29ae0ed .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab160a4c29ae0ed .quick-menus li:last-child > a::after {
  display: none;
}
#ab160a4c29ae0ed .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab160a4c29ae0ed .site-header {
  height: 70px;
}
#ab160a4c29ae0ed .uk-navbar-item,
#ab160a4c29ae0ed .uk-navbar-nav > li > a,
#ab160a4c29ae0ed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab160a4c29ae0ed .uk-sticky-fixed .uk-navbar-item,
#ab160a4c29ae0ed .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab160a4c29ae0ed .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab160a4c29ae0ed .uk-navbar-sticky {
  background: #fff;
}
#ab160a4c29ae0ed .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab160a4c29ae0ed .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab160a4c29ae0ed .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab160a4c29ae0ed .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab160a4c29ae0ed .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab160a4c29ae0ed .sub-menu-title i,
#ab160a4c29ae0ed .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab160a4c29ae0ed .menu-list > .menu-item {
  position: relative;
}
#ab160a4c29ae0ed .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ab160a4c29ae0ed .menu-list > .menu-item:hover > a::after,
#ab160a4c29ae0ed .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab160a4c29ae0ed .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab160a4c29ae0ed .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab160a4c29ae0ed .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab160a4c29ae0ed .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab160a4c29ae0ed .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab160a4c29ae0ed .sub-menu-item a:hover {
  color: #3551d9;
}
#ab160a4c29ae0ed .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab160a4c29ae0ed .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab160a4c29ae0ed .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab160a4c29ae0ed .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab160a4c29ae0ed .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab160a4c29ae0ed .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab160a4c29ae0ed .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab160a4c29ae0ed .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ab160a4c29ae0ed .logo {
  display: inline-block;
}
#ab160a4c29ae0ed .search-box {
  position: relative;
  padding: 10px;
}
#ab160a4c29ae0ed .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab160a4c29ae0ed .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab160a4c29ae0ed .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a1c61aeba1af084 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a730fa945caada6 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5005a321cabf73 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ae059ab6c4a0636 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#afa19ab475ad3b0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae68bac09ea8f07 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59e7a8907a06f7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d31a1797a350c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402041444.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#adfe2af4c7a0f0f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afad9a90cdadb0d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec08ae9dfa8633 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9d6a6144aec0d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89b1ab262afe19 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a58a8a5aa0f63 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fd2a1e98a6eb8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a5aa160daf61f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5706a8664a437d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef34a44c9a5b1c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c55a826bac8a7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a14f2afcc8aad5f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1c9a4532aed44 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#aa1c9a4532aed44 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a9daaabf63ae857 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a9daaabf63ae857 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad6e8a4cc6a7d74 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ad6e8a4cc6a7d74 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aaaafa94ada1763 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#aaaafa94ada1763 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af63da0651a72ab a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af63da0651a72ab a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6dcdae832a0ab6 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a6dcdae832a0ab6 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6775a1b43a4d1d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77eaa0c6eafeb7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad719aa7e9a7107 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2468afe5ca292a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89c7a206dac7d6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e00aac11a16f0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4516a425ea8aa4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a693ba8721a45fb > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a39aca67ada90 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5a39aca67ada90 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab6dfaf3d2ab65a .logged {
  display: none;
}
#ab6dfaf3d2ab65a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab6dfaf3d2ab65a .fa-search {
  color: #ccc;
}
#ab6dfaf3d2ab65a .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ab6dfaf3d2ab65a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab6dfaf3d2ab65a .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab6dfaf3d2ab65a .quick-menus li:last-child > a::after {
  display: none;
}
#ab6dfaf3d2ab65a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab6dfaf3d2ab65a .site-header {
  height: 70px;
}
#ab6dfaf3d2ab65a .uk-navbar-item,
#ab6dfaf3d2ab65a .uk-navbar-nav > li > a,
#ab6dfaf3d2ab65a .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab6dfaf3d2ab65a .uk-sticky-fixed .uk-navbar-item,
#ab6dfaf3d2ab65a .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab6dfaf3d2ab65a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab6dfaf3d2ab65a .uk-navbar-sticky {
  background: #fff;
}
#ab6dfaf3d2ab65a .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab6dfaf3d2ab65a .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab6dfaf3d2ab65a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab6dfaf3d2ab65a .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab6dfaf3d2ab65a .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab6dfaf3d2ab65a .sub-menu-title i,
#ab6dfaf3d2ab65a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab6dfaf3d2ab65a .menu-list > .menu-item {
  position: relative;
}
#ab6dfaf3d2ab65a .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ab6dfaf3d2ab65a .menu-list > .menu-item:hover > a::after,
#ab6dfaf3d2ab65a .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab6dfaf3d2ab65a .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab6dfaf3d2ab65a .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab6dfaf3d2ab65a .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab6dfaf3d2ab65a .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab6dfaf3d2ab65a .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab6dfaf3d2ab65a .sub-menu-item a:hover {
  color: #3551d9;
}
#ab6dfaf3d2ab65a .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab6dfaf3d2ab65a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab6dfaf3d2ab65a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab6dfaf3d2ab65a .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab6dfaf3d2ab65a .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab6dfaf3d2ab65a .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab6dfaf3d2ab65a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab6dfaf3d2ab65a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ab6dfaf3d2ab65a .logo {
  display: inline-block;
}
#ab6dfaf3d2ab65a .search-box {
  position: relative;
  padding: 10px;
}
#ab6dfaf3d2ab65a .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab6dfaf3d2ab65a .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab6dfaf3d2ab65a .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a7011a2cf7aed3c > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ace8cab4d4a6c1a > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6fd6a4b10a9a82 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a01b9a75e3a3586 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ae3f4a776aa6c12 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac562aff90ac131 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4a9aa403a3c75 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcfda2e7eae5e1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402038631.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2707a42e4a3576 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a285aa3255afc00 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84c7ac9faa0a6e > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afef8a097baaa98 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd63a10cda248a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bccadb58ab6b2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a905ea7d95a8005 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a019daec05a5455 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf8da4bd6a4637 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a07d6adb5ca1237 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9473a5b4eab59c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c28a6f18a074a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11eca5032aec8b a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a11eca5032aec8b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a1361a8e86a92f7 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a1361a8e86a92f7 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a24baa0b76a17b4 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a24baa0b76a17b4 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a97faa5d0ea5e41 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a97faa5d0ea5e41 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae16ca7726ad8de a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae16ca7726ad8de a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a968fa0e8ca62c3 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a968fa0e8ca62c3 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7e5aa5c1faf287 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9e13a2fefa86cf > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af4fbac69ba20f4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa36da56b3a251d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c27a1e6ea34a9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a56a0651a6363 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9366a30faa3e84 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97d2ace00a6000 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52d1a2155aa535 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a52d1a2155aa535 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0df4a5d22a00f9 .logged {
  display: none;
}
#a0df4a5d22a00f9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0df4a5d22a00f9 .fa-search {
  color: #ccc;
}
#a0df4a5d22a00f9 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a0df4a5d22a00f9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0df4a5d22a00f9 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a0df4a5d22a00f9 .quick-menus li:last-child > a::after {
  display: none;
}
#a0df4a5d22a00f9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0df4a5d22a00f9 .site-header {
  height: 70px;
}
#a0df4a5d22a00f9 .uk-navbar-item,
#a0df4a5d22a00f9 .uk-navbar-nav > li > a,
#a0df4a5d22a00f9 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0df4a5d22a00f9 .uk-sticky-fixed .uk-navbar-item,
#a0df4a5d22a00f9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0df4a5d22a00f9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0df4a5d22a00f9 .uk-navbar-sticky {
  background: #fff;
}
#a0df4a5d22a00f9 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a0df4a5d22a00f9 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a0df4a5d22a00f9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0df4a5d22a00f9 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a0df4a5d22a00f9 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a0df4a5d22a00f9 .sub-menu-title i,
#a0df4a5d22a00f9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0df4a5d22a00f9 .menu-list > .menu-item {
  position: relative;
}
#a0df4a5d22a00f9 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a0df4a5d22a00f9 .menu-list > .menu-item:hover > a::after,
#a0df4a5d22a00f9 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a0df4a5d22a00f9 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a0df4a5d22a00f9 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a0df4a5d22a00f9 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a0df4a5d22a00f9 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a0df4a5d22a00f9 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a0df4a5d22a00f9 .sub-menu-item a:hover {
  color: #3551d9;
}
#a0df4a5d22a00f9 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a0df4a5d22a00f9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a0df4a5d22a00f9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0df4a5d22a00f9 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a0df4a5d22a00f9 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a0df4a5d22a00f9 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a0df4a5d22a00f9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a0df4a5d22a00f9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a0df4a5d22a00f9 .logo {
  display: inline-block;
}
#a0df4a5d22a00f9 .search-box {
  position: relative;
  padding: 10px;
}
#a0df4a5d22a00f9 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a0df4a5d22a00f9 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a0df4a5d22a00f9 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#afb58a3e9ea3a46 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab236a1fcead1d0 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a036aab785a7541 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5141ac566aa421 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6f38af838a0fab > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abaf3acdc9abe57 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1122afe33afb31 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb95ab174a57a1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402036385.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a7296a3b0da9695 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac55ea3cd4aeb56 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4671a80c0a5bc0 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d9ea44a1a09c5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68a2a35b9a7318 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83d6aacfea11a2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad30a939aa8fc7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5956af6daa674b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0784a554eae075 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae28eaa543a18bc > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa618ab4b2a3111 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1af8a00e9a9160 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9548a481aa0a91 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a9548a481aa0a91 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa781af031a4303 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#aa781af031a4303 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac9edab8d1ad220 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac9edab8d1ad220 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a86f4a18b2a6d7d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a86f4a18b2a6d7d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae38faa839ab51f a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae38faa839ab51f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa779a267ba2a60 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#aa779a267ba2a60 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a63cdad9cba8b1f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a41bbab0a9ab2b8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4462ab3d7a49c9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7b8aa7b7a92a5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addc0a5f21a7bab > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa851aee13ac144 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9e6a09cda33e2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a44a4a2be7a0605 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a730ba7f39aa295 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a730ba7f39aa295 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad9eea7f90a1b8f .logged {
  display: none;
}
#ad9eea7f90a1b8f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad9eea7f90a1b8f .fa-search {
  color: #ccc;
}
#ad9eea7f90a1b8f .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ad9eea7f90a1b8f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad9eea7f90a1b8f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad9eea7f90a1b8f .quick-menus li:last-child > a::after {
  display: none;
}
#ad9eea7f90a1b8f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad9eea7f90a1b8f .site-header {
  height: 70px;
}
#ad9eea7f90a1b8f .uk-navbar-item,
#ad9eea7f90a1b8f .uk-navbar-nav > li > a,
#ad9eea7f90a1b8f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad9eea7f90a1b8f .uk-sticky-fixed .uk-navbar-item,
#ad9eea7f90a1b8f .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad9eea7f90a1b8f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad9eea7f90a1b8f .uk-navbar-sticky {
  background: #fff;
}
#ad9eea7f90a1b8f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad9eea7f90a1b8f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad9eea7f90a1b8f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad9eea7f90a1b8f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad9eea7f90a1b8f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad9eea7f90a1b8f .sub-menu-title i,
#ad9eea7f90a1b8f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad9eea7f90a1b8f .menu-list > .menu-item {
  position: relative;
}
#ad9eea7f90a1b8f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ad9eea7f90a1b8f .menu-list > .menu-item:hover > a::after,
#ad9eea7f90a1b8f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad9eea7f90a1b8f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad9eea7f90a1b8f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad9eea7f90a1b8f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad9eea7f90a1b8f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad9eea7f90a1b8f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad9eea7f90a1b8f .sub-menu-item a:hover {
  color: #3551d9;
}
#ad9eea7f90a1b8f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad9eea7f90a1b8f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad9eea7f90a1b8f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad9eea7f90a1b8f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad9eea7f90a1b8f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad9eea7f90a1b8f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad9eea7f90a1b8f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad9eea7f90a1b8f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ad9eea7f90a1b8f .logo {
  display: inline-block;
}
#ad9eea7f90a1b8f .search-box {
  position: relative;
  padding: 10px;
}
#ad9eea7f90a1b8f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad9eea7f90a1b8f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad9eea7f90a1b8f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#aabbdaed5ba7803 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5155afcc5abf97 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a34d1a6848aea54 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a27c8ad868a0520 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9957ac623ab5ed > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95c0a35d5a8e56 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c2fa659fa13ea > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e68afd8eaf77c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402040362.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a11aba450aaa06d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a41e7ab47fad6f5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae0f1a8b57a403c > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a989da68b6ace47 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa839ac5b9a5cd2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af682acf07a8e39 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af183a422ca55ef > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5da4ad8eaae925 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab700a2e42a2503 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acae0a14a3a4217 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a04deae1d2acbac > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bfca718ba3ca5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1285a8b89a528d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a1285a8b89a528d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#afa3aaf5baa8df3 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#afa3aaf5baa8df3 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a554bab3c6a79d2 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a554bab3c6a79d2 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac219a85c4abffd a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac219a85c4abffd a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a10ceacbd8a5b61 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a10ceacbd8a5b61 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a6a72a3467a7f6a a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a6a72a3467a7f6a a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af3a4a3b65a68a0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f5ba4854a32bb > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c64a3942ac9c6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad61ca864ca927a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae0eabed0abdce > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6228a76ceac5dd > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa1f1abd87a0ca8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7008a7396a1097 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b6ca8307a9f87 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a2b6ca8307a9f87 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7010a55bba704f .logged {
  display: none;
}
#a7010a55bba704f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7010a55bba704f .fa-search {
  color: #ccc;
}
#a7010a55bba704f .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a7010a55bba704f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7010a55bba704f .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a7010a55bba704f .quick-menus li:last-child > a::after {
  display: none;
}
#a7010a55bba704f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7010a55bba704f .site-header {
  height: 70px;
}
#a7010a55bba704f .uk-navbar-item,
#a7010a55bba704f .uk-navbar-nav > li > a,
#a7010a55bba704f .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7010a55bba704f .uk-sticky-fixed .uk-navbar-item,
#a7010a55bba704f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7010a55bba704f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7010a55bba704f .uk-navbar-sticky {
  background: #fff;
}
#a7010a55bba704f .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a7010a55bba704f .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a7010a55bba704f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7010a55bba704f .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a7010a55bba704f .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a7010a55bba704f .sub-menu-title i,
#a7010a55bba704f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7010a55bba704f .menu-list > .menu-item {
  position: relative;
}
#a7010a55bba704f .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a7010a55bba704f .menu-list > .menu-item:hover > a::after,
#a7010a55bba704f .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a7010a55bba704f .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a7010a55bba704f .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a7010a55bba704f .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a7010a55bba704f .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a7010a55bba704f .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a7010a55bba704f .sub-menu-item a:hover {
  color: #3551d9;
}
#a7010a55bba704f .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a7010a55bba704f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a7010a55bba704f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7010a55bba704f .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a7010a55bba704f .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a7010a55bba704f .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a7010a55bba704f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a7010a55bba704f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a7010a55bba704f .logo {
  display: inline-block;
}
#a7010a55bba704f .search-box {
  position: relative;
  padding: 10px;
}
#a7010a55bba704f .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a7010a55bba704f .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a7010a55bba704f .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a1136a8beba95da > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0eceaa630a68a0 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ad2d4ab15da8456 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6d2aa78a8aa385 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a7e21ab926a45da > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ef5a3c89a6695 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ef0a75cda3c87 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe31a3571a3039 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402043921.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a935aa7003aede1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c20aa293a1274 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3703aa8f5a037b > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23e7a4f96a121f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2324ae27ca2937 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ca7ad425a1eb4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee64a0232a4fab > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ec2adcbaab5e7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab627ad37bae9bd > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a073fa17e6ae51f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae264ab1afaa904 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a767ca2795a8e8d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7952a038aa1088 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a7952a038aa1088 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac75fa51b7a9791 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac75fa51b7a9791 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab2e1aa5faa592e a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ab2e1aa5faa592e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ab1d3a414fa3aeb a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ab1d3a414fa3aeb a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ac0a4a20b9ac230 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac0a4a20b9ac230 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#af7faad77ea73eb a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af7faad77ea73eb a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa767adcc9a48a1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2687aedd3af8a1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a719aafbbca0af5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2db2ae26cae342 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42c1a378ca3f07 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfecad86da0190 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae71ea6ecda5795 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f00a2a96a269a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3103abe6ca346a a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a3103abe6ca346a a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad958ad764ae4fb .logged {
  display: none;
}
#ad958ad764ae4fb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad958ad764ae4fb .fa-search {
  color: #ccc;
}
#ad958ad764ae4fb .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ad958ad764ae4fb .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad958ad764ae4fb .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad958ad764ae4fb .quick-menus li:last-child > a::after {
  display: none;
}
#ad958ad764ae4fb .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad958ad764ae4fb .site-header {
  height: 70px;
}
#ad958ad764ae4fb .uk-navbar-item,
#ad958ad764ae4fb .uk-navbar-nav > li > a,
#ad958ad764ae4fb .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad958ad764ae4fb .uk-sticky-fixed .uk-navbar-item,
#ad958ad764ae4fb .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad958ad764ae4fb .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad958ad764ae4fb .uk-navbar-sticky {
  background: #fff;
}
#ad958ad764ae4fb .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad958ad764ae4fb .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad958ad764ae4fb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad958ad764ae4fb .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad958ad764ae4fb .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad958ad764ae4fb .sub-menu-title i,
#ad958ad764ae4fb .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad958ad764ae4fb .menu-list > .menu-item {
  position: relative;
}
#ad958ad764ae4fb .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ad958ad764ae4fb .menu-list > .menu-item:hover > a::after,
#ad958ad764ae4fb .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad958ad764ae4fb .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad958ad764ae4fb .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad958ad764ae4fb .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad958ad764ae4fb .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad958ad764ae4fb .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad958ad764ae4fb .sub-menu-item a:hover {
  color: #3551d9;
}
#ad958ad764ae4fb .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad958ad764ae4fb .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad958ad764ae4fb .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad958ad764ae4fb .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad958ad764ae4fb .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad958ad764ae4fb .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad958ad764ae4fb .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad958ad764ae4fb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ad958ad764ae4fb .logo {
  display: inline-block;
}
#ad958ad764ae4fb .search-box {
  position: relative;
  padding: 10px;
}
#ad958ad764ae4fb .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad958ad764ae4fb .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad958ad764ae4fb .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#ae9c3a40cca3ac9 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa73a4c83aff0e > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a27d1a6ef9a2bb5 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6863a86cca44b4 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac72fa058da86dc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a497ba76faaf764 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83b5a12f6ab01b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbada5db3ab822 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402039773.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ab6a6ae24badff2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5e5a53f9ab0d4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c1fab3a5af5e3 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a29caa5426a0f2e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5f4ad29ca5781 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d4ba122aa33a2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a11bfa6439ada7a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7167a3513ab77a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e5daa634ae1f9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee1da3ac5a5da5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcc6a61f4ae8a3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2e1ac045aa3f8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0fe0a5b4da7784 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0fe0a5b4da7784 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a57e5adf85a245c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a57e5adf85a245c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a1b1cab545aa19e a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a1b1cab545aa19e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0901a13a7a3420 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0901a13a7a3420 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a2974a6b64acdcd a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a2974a6b64acdcd a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4168a58f4a4ac0 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a4168a58f4a4ac0 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a92b7aa314a0a5d > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa0b2a028eacf5a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1321aba6caddc8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a5caa222ae6c5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac396a3565ae80c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7d4abc78a26da > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a332aa3ecca8958 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe56a9962a8bbc > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af754ac17dafcc2 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#af754ac17dafcc2 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad66ba609aa17a2 .logged {
  display: none;
}
#ad66ba609aa17a2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad66ba609aa17a2 .fa-search {
  color: #ccc;
}
#ad66ba609aa17a2 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ad66ba609aa17a2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad66ba609aa17a2 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ad66ba609aa17a2 .quick-menus li:last-child > a::after {
  display: none;
}
#ad66ba609aa17a2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad66ba609aa17a2 .site-header {
  height: 70px;
}
#ad66ba609aa17a2 .uk-navbar-item,
#ad66ba609aa17a2 .uk-navbar-nav > li > a,
#ad66ba609aa17a2 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad66ba609aa17a2 .uk-sticky-fixed .uk-navbar-item,
#ad66ba609aa17a2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad66ba609aa17a2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad66ba609aa17a2 .uk-navbar-sticky {
  background: #fff;
}
#ad66ba609aa17a2 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ad66ba609aa17a2 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ad66ba609aa17a2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad66ba609aa17a2 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ad66ba609aa17a2 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ad66ba609aa17a2 .sub-menu-title i,
#ad66ba609aa17a2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad66ba609aa17a2 .menu-list > .menu-item {
  position: relative;
}
#ad66ba609aa17a2 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ad66ba609aa17a2 .menu-list > .menu-item:hover > a::after,
#ad66ba609aa17a2 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ad66ba609aa17a2 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ad66ba609aa17a2 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ad66ba609aa17a2 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ad66ba609aa17a2 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ad66ba609aa17a2 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ad66ba609aa17a2 .sub-menu-item a:hover {
  color: #3551d9;
}
#ad66ba609aa17a2 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ad66ba609aa17a2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ad66ba609aa17a2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad66ba609aa17a2 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ad66ba609aa17a2 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ad66ba609aa17a2 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ad66ba609aa17a2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ad66ba609aa17a2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ad66ba609aa17a2 .logo {
  display: inline-block;
}
#ad66ba609aa17a2 .search-box {
  position: relative;
  padding: 10px;
}
#ad66ba609aa17a2 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ad66ba609aa17a2 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ad66ba609aa17a2 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#aa290ac34ba7432 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a23fba2b21a66a6 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8fcaac42ca8949 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#af0b2a8ab0a10f2 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#afea3ae473a3e56 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3db9ad19faee94 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74bea45c9aab93 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6b2a6d9aa447c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402036899.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a3da5ad192a3d4c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfbea4c8bad222 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23efa48e7a8f4d > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56b4ae3a1a7d6e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaaadadd45aa7e8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac557a594bad1e2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b89a920ca4a66 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea9ba2761a38c1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac423a51fbaf3d6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac7caa2e7aa61a2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b18a09d9ad330 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af428af85ea4cb4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6052a008cabfe4 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a6052a008cabfe4 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a04fea5d82a2ca1 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a04fea5d82a2ca1 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5678add80aeae2 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5678add80aeae2 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#afdf3aee47a4d9d a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#afdf3aee47a4d9d a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3fa4a6e00a629e a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a3fa4a6e00a629e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a569da5ca6abc87 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a569da5ca6abc87 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#abbcaa8854a6f17 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a99cfac5fda31d9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae409a3b5da4cb7 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5017af72da8a41 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6c74a0600a733f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a5bad89aa9563 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af338a5812ae7c5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f48a427ba3ae1 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a884eac3aca3150 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a884eac3aca3150 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a347da731ba60f1 .logged {
  display: none;
}
#a347da731ba60f1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a347da731ba60f1 .fa-search {
  color: #ccc;
}
#a347da731ba60f1 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a347da731ba60f1 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a347da731ba60f1 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a347da731ba60f1 .quick-menus li:last-child > a::after {
  display: none;
}
#a347da731ba60f1 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a347da731ba60f1 .site-header {
  height: 70px;
}
#a347da731ba60f1 .uk-navbar-item,
#a347da731ba60f1 .uk-navbar-nav > li > a,
#a347da731ba60f1 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a347da731ba60f1 .uk-sticky-fixed .uk-navbar-item,
#a347da731ba60f1 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a347da731ba60f1 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a347da731ba60f1 .uk-navbar-sticky {
  background: #fff;
}
#a347da731ba60f1 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a347da731ba60f1 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a347da731ba60f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a347da731ba60f1 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a347da731ba60f1 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a347da731ba60f1 .sub-menu-title i,
#a347da731ba60f1 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a347da731ba60f1 .menu-list > .menu-item {
  position: relative;
}
#a347da731ba60f1 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a347da731ba60f1 .menu-list > .menu-item:hover > a::after,
#a347da731ba60f1 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a347da731ba60f1 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a347da731ba60f1 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a347da731ba60f1 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a347da731ba60f1 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a347da731ba60f1 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a347da731ba60f1 .sub-menu-item a:hover {
  color: #3551d9;
}
#a347da731ba60f1 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a347da731ba60f1 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a347da731ba60f1 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a347da731ba60f1 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a347da731ba60f1 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a347da731ba60f1 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a347da731ba60f1 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a347da731ba60f1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a347da731ba60f1 .logo {
  display: inline-block;
}
#a347da731ba60f1 .search-box {
  position: relative;
  padding: 10px;
}
#a347da731ba60f1 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a347da731ba60f1 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a347da731ba60f1 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a37cea17b2a4cbd > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8898a8a94acf80 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a3620ade81a3fad > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0463a8e5eac0da > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2c47aba3ea8224 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b7baf208a2f7f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addb9a4fe5af365 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0375ac15da3e24 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755588832570.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ae66baf865ade71 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#add58a6278a6b43 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a217da4fc4ae91a > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a961faa654acf8b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa398a29cea6354 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f79a5147af277 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a93dda0f9ba8d4f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f94a2393a2571 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d2fad4dcafa6b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4df7a0017a568f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a66a1a777aae197 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affb6a50e2aef0e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade9ca4f62a4166 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ade9ca4f62a4166 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a03f3a0112a9b9b a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a03f3a0112a9b9b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a4771a9358a211c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a4771a9358a211c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a229ba8340a348c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a229ba8340a348c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0ab0ae426af65b a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0ab0ae426af65b a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5861a44abac485 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5861a44abac485 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#aa36dae496ac643 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1f68a3eefaf8b5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abeb0a8e58a4167 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19d0acdc8a639a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef47a4d26a2bfc > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8514afbfda346f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfefa874ea12c8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7784ade8baf5aa > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a869eaf519a972c a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a869eaf519a972c a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af01ea2e3eac02d .logged {
  display: none;
}
#af01ea2e3eac02d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af01ea2e3eac02d .fa-search {
  color: #ccc;
}
#af01ea2e3eac02d .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#af01ea2e3eac02d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af01ea2e3eac02d .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#af01ea2e3eac02d .quick-menus li:last-child > a::after {
  display: none;
}
#af01ea2e3eac02d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af01ea2e3eac02d .site-header {
  height: 70px;
}
#af01ea2e3eac02d .uk-navbar-item,
#af01ea2e3eac02d .uk-navbar-nav > li > a,
#af01ea2e3eac02d .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af01ea2e3eac02d .uk-sticky-fixed .uk-navbar-item,
#af01ea2e3eac02d .uk-sticky-fixed .uk-navbar-nav > li > a,
#af01ea2e3eac02d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af01ea2e3eac02d .uk-navbar-sticky {
  background: #fff;
}
#af01ea2e3eac02d .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#af01ea2e3eac02d .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#af01ea2e3eac02d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af01ea2e3eac02d .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#af01ea2e3eac02d .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#af01ea2e3eac02d .sub-menu-title i,
#af01ea2e3eac02d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af01ea2e3eac02d .menu-list > .menu-item {
  position: relative;
}
#af01ea2e3eac02d .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#af01ea2e3eac02d .menu-list > .menu-item:hover > a::after,
#af01ea2e3eac02d .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#af01ea2e3eac02d .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#af01ea2e3eac02d .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#af01ea2e3eac02d .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#af01ea2e3eac02d .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#af01ea2e3eac02d .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#af01ea2e3eac02d .sub-menu-item a:hover {
  color: #3551d9;
}
#af01ea2e3eac02d .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#af01ea2e3eac02d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#af01ea2e3eac02d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af01ea2e3eac02d .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#af01ea2e3eac02d .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#af01ea2e3eac02d .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#af01ea2e3eac02d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#af01ea2e3eac02d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#af01ea2e3eac02d .logo {
  display: inline-block;
}
#af01ea2e3eac02d .search-box {
  position: relative;
  padding: 10px;
}
#af01ea2e3eac02d .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#af01ea2e3eac02d .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#af01ea2e3eac02d .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a5e01a8446a88a8 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac3eaa556eaf1b2 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8390af830acd19 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac9f2ad7faaa4b6 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a85f4a08fca3f10 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdaaa794ca2ee3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab46bab2c3a101b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36c9aae6aa1cb3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402042830.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a6b11a62cca75ea > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00b9a2f49ade18 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd0ca0e43a3cef > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a612ca192fa380b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acecda5a0aa6d82 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac922abb03a51ca > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a672aa5b1daaeb3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85c6a230fa649f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a23a1af324a0f3b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f2ba6feaa3121 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a253fa56bba9600 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c7ea22e4aa235 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6bea855da0293 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ac6bea855da0293 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a345caa7dda6204 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a345caa7dda6204 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a7183a8bdfa4606 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a7183a8bdfa4606 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae1a7af401a2a2e a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae1a7af401a2a2e a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3ca2ae8a3af388 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a3ca2ae8a3af388 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3608ad556a9c67 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a3608ad556a9c67 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8342a5febabf5b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a414aaa3a1a0ccb > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac757a8366a0be0 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86d7ad3a2a5885 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a597cadf4ca6161 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae419a8291a6bb6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f60a4ad8a5ea6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abdf7aaa2ba9c46 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c74a7eb1a0260 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a0c74a7eb1a0260 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a448ba7969a295e .logged {
  display: none;
}
#a448ba7969a295e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a448ba7969a295e .fa-search {
  color: #ccc;
}
#a448ba7969a295e .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#a448ba7969a295e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a448ba7969a295e .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#a448ba7969a295e .quick-menus li:last-child > a::after {
  display: none;
}
#a448ba7969a295e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a448ba7969a295e .site-header {
  height: 70px;
}
#a448ba7969a295e .uk-navbar-item,
#a448ba7969a295e .uk-navbar-nav > li > a,
#a448ba7969a295e .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a448ba7969a295e .uk-sticky-fixed .uk-navbar-item,
#a448ba7969a295e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a448ba7969a295e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a448ba7969a295e .uk-navbar-sticky {
  background: #fff;
}
#a448ba7969a295e .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#a448ba7969a295e .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#a448ba7969a295e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a448ba7969a295e .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#a448ba7969a295e .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#a448ba7969a295e .sub-menu-title i,
#a448ba7969a295e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a448ba7969a295e .menu-list > .menu-item {
  position: relative;
}
#a448ba7969a295e .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#a448ba7969a295e .menu-list > .menu-item:hover > a::after,
#a448ba7969a295e .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#a448ba7969a295e .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#a448ba7969a295e .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#a448ba7969a295e .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#a448ba7969a295e .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#a448ba7969a295e .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#a448ba7969a295e .sub-menu-item a:hover {
  color: #3551d9;
}
#a448ba7969a295e .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#a448ba7969a295e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#a448ba7969a295e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a448ba7969a295e .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#a448ba7969a295e .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#a448ba7969a295e .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#a448ba7969a295e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#a448ba7969a295e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#a448ba7969a295e .logo {
  display: inline-block;
}
#a448ba7969a295e .search-box {
  position: relative;
  padding: 10px;
}
#a448ba7969a295e .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#a448ba7969a295e .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#a448ba7969a295e .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a37e9a218fa38b0 > .ele-wrap {background-color: rgba(32, 34, 41, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1107a7e3ea5ea7 > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a7f50adb41ace9f > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a090da03ada0c3a > .ele-wrap {background-color: rgba(72, 78, 86, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac947a1c0da2baa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3374a19f1a76bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a0aa9a7daee50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a779ca415ba3fc4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1757402037470.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a5b64a214ea483f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff86a73bca3f8a > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765809041.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5436a7cc6a8cd9 > .ele-wrap {background-color: rgba(17, 18, 21, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1bba7d4eadce6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f63a5694aef56 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555544.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3dcba002ba8c2e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755762555837.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ac6a1a53aef87 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755763911188.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2afaf873a1cac > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764517138.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adbfead7cdaef8f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764742387.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd34afa9ca6a7f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755764761609.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a98e9a788faa9ee > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060089.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e6aa3f2ca4e55 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1755765060478.png);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5dc5ad57fa2bcc a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5dc5ad57fa2bcc a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ad442a0007a3494 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ad442a0007a3494 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a5cebaf1bcac160 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a5cebaf1bcac160 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a8b53ac644aaf7f a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a8b53ac644aaf7f a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a666ba6b42ac667 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a666ba6b42ac667 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#ae7b2a6bc0a3706 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#ae7b2a6bc0a3706 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a3b06a769baed71 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834476.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac720ac169a90d6 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236834761.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a20f6af130aa8b8 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835100.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b35a9c9fad15b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236824767.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5fc1a8e72a8b09 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835677.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5742a02a8af3c3 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236835974.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff6ca76e6adc0c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836458.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aab28a5efaa46c9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1753236836711.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2aa4a66a7acc02 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: inherit;}#a2aa4a66a7acc02 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
#a9ac3a745ca367b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013092428.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a5cdcaf9f8a7399 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087953.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a326aaa0c8af418 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013092428.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#ad4c6a5927ad1c4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013093297.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#ae9b2a3014aafad > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013093950.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a0497ac1b0a8ccf > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae476ab6aeaec0f > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a79d8a60ccaebb9 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22c1a225ea6a7e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8232a0e1ea50c2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5abfabc63a4727 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013087559.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfe4add45a82d2 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013089823.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8991aba5aae433 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013098582.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77eca5386ab733 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013094294.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e5fad402a236b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013094544.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad82da3ab4a59b4 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013095682.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0daadaaea4fec > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013096229.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#ad8e6ac268accd5 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013096229.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a8a2faea38aaa36 > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013096229.png);background-size: contain;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#aa272a6095a589e > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761017904898.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#aafb1af171ae84b > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761017905585.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;border-top-left-radius: 15px;}#a012fa9b32ace3c > .ele-wrap {background-image: url(/resources/upload/a1c2ca918da71c1/1761013098905.png);background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a678cac73ca8645 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-color: rgba(27, 131, 225, 1);border-radius: 25px;font-size: 14px;justify-content: center;}#a678cac73ca8645 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a4b34a597fafc8f .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-color: rgba(249, 198, 121, 1);border-radius: 25px;font-size: 14px;justify-content: center;}#a4b34a597fafc8f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a05a9a8308a349d {
  min-height: 90vh;
  /* mobile */
}
#a05a9a8308a349d .search-highlight {
  background: yellow;
}
#a05a9a8308a349d .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a05a9a8308a349d .el-title {
  margin-bottom: 20px;
}
#a05a9a8308a349d .el-item:hover .el-title {
  color: #0f6ecd;
}
#a05a9a8308a349d .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a05a9a8308a349d .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a05a9a8308a349d .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a05a9a8308a349d .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a05a9a8308a349d .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a05a9a8308a349d .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a05a9a8308a349d .el-title {
    margin-bottom: 0;
  }
  #a05a9a8308a349d .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a05a9a8308a349d .category {
    font-size: 12px;
  }
  #a05a9a8308a349d .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab5d3a0ba5a21d6 .logged {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab5d3a0ba5a21d6 .fa-search {
  color: #ccc;
}
#ab5d3a0ba5a21d6 .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#ab5d3a0ba5a21d6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab5d3a0ba5a21d6 .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#ab5d3a0ba5a21d6 .quick-menus li:last-child > a::after {
  display: none;
}
#ab5d3a0ba5a21d6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab5d3a0ba5a21d6 .site-header {
  height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-item,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab5d3a0ba5a21d6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky {
  background: #fff;
}
#ab5d3a0ba5a21d6 .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#ab5d3a0ba5a21d6 .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#ab5d3a0ba5a21d6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab5d3a0ba5a21d6 .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#ab5d3a0ba5a21d6 .sub-menu-title i,
#ab5d3a0ba5a21d6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item {
  position: relative;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#ab5d3a0ba5a21d6 .menu-list > .menu-item:hover > a::after,
#ab5d3a0ba5a21d6 .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#ab5d3a0ba5a21d6 .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#ab5d3a0ba5a21d6 .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#ab5d3a0ba5a21d6 .sub-menu-item a:hover {
  color: #3551d9;
}
#ab5d3a0ba5a21d6 .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#ab5d3a0ba5a21d6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#ab5d3a0ba5a21d6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab5d3a0ba5a21d6 .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#ab5d3a0ba5a21d6 .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#ab5d3a0ba5a21d6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#ab5d3a0ba5a21d6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#ab5d3a0ba5a21d6 .logo {
  display: inline-block;
}
#ab5d3a0ba5a21d6 .search-box {
  position: relative;
  padding: 10px;
}
#ab5d3a0ba5a21d6 .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#ab5d3a0ba5a21d6 .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#ab5d3a0ba5a21d6 .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1577a7c57a8be4 {
  /* 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------------------------*/
}
#a1577a7c57a8be4 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1577a7c57a8be4 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1577a7c57a8be4 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1577a7c57a8be4 .error .clip:nth-of-type(1) .shadow,
#a1577a7c57a8be4 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1577a7c57a8be4 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1577a7c57a8be4 .error h2 {
  font-size: 32px;
}
#a1577a7c57a8be4 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1577a7c57a8be4 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1577a7c57a8be4 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1577a7c57a8be4 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1577a7c57a8be4 .error .clip .shadow {
  overflow: hidden;
}
#a1577a7c57a8be4 .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);
}
#a1577a7c57a8be4 .error .clip:nth-of-type(3) .shadow:after,
#a1577a7c57a8be4 .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%;
}
#a1577a7c57a8be4 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1577a7c57a8be4 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1577a7c57a8be4 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1577a7c57a8be4 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1577a7c57a8be4 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1577a7c57a8be4 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1577a7c57a8be4 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1577a7c57a8be4 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1577a7c57a8be4 {
    /* Error Page */
    /* Error Page */
  }
  #a1577a7c57a8be4 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1577a7c57a8be4 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1577a7c57a8be4 .error .clip:nth-of-type(1) .shadow,
  #a1577a7c57a8be4 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1577a7c57a8be4 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1577a7c57a8be4 .error h2 {
    font-size: 24px;
  }
  #a1577a7c57a8be4 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1577a7c57a8be4 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1577a7c57a8be4 .error .container-error-404 {
    height: 150px;
  }
}
#a1577a7c57a8be4 .overlay {
  position: relative;
  z-index: 20;
}
#a1577a7c57a8be4 .ground-color {
  background: white;
}
#a1577a7c57a8be4 .item-bg-color {
  background: #EAEAEA;
}
#a1577a7c57a8be4 .padding-top {
  padding-top: 10px;
}
#a1577a7c57a8be4 .padding-bottom {
  padding-bottom: 10px;
}
#a1577a7c57a8be4 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1577a7c57a8be4 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1577a7c57a8be4 .padding-all {
  padding: 10px;
}
#a1577a7c57a8be4 .no-padding-left {
  padding-left: 0px;
}
#a1577a7c57a8be4 .no-padding-right {
  padding-right: 0px;
}
#a1577a7c57a8be4 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1577a7c57a8be4 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1577a7c57a8be4 .no-padding {
  padding: 0px;
}
#a1577a7c57a8be4 .margin-top {
  margin-top: 10px;
}
#a1577a7c57a8be4 .margin-bottom {
  margin-bottom: 10px;
}
#a1577a7c57a8be4 .margin-right {
  margin-right: 10px;
}
#a1577a7c57a8be4 .margin-left {
  margin-left: 10px;
}
#a1577a7c57a8be4 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1577a7c57a8be4 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1577a7c57a8be4 .margin-all {
  margin: 10px;
}
#a1577a7c57a8be4 .no-margin {
  margin: 0px;
}
#a1577a7c57a8be4 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1577a7c57a8be4 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1577a7c57a8be4 .inside-col-shrink {
  margin: 0px 20px;
}
#a1577a7c57a8be4 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2e99a98d9adf34 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2e99a98d9adf34 .switch_item {
  margin-right: 10px;
}
#a2e99a98d9adf34 a.switch_item:hover {
  text-decoration: underline;
}
#a2e99a98d9adf34 .slider {
  width: 420px;
  height: 600px;
}
#a2e99a98d9adf34 .uk-slideshow-items {
  height: 100%;
}
#a2e99a98d9adf34 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2e99a98d9adf34 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2e99a98d9adf34 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2e99a98d9adf34 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2e99a98d9adf34 .phone-login-box {
  margin: 40px auto 40px;
}
#a2e99a98d9adf34 .login-header {
  margin-bottom: 24px;
}
#a2e99a98d9adf34 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2e99a98d9adf34 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a2e99a98d9adf34 .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;
}
#a2e99a98d9adf34 .forget_password {
  cursor: pointer;
}
#a2e99a98d9adf34 .forget_password:hover {
  color: #3551d9;
}
#a2e99a98d9adf34 .input-item input.error,
#a2e99a98d9adf34 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2e99a98d9adf34 .input-item input::placeholder {
  color: #999;
}
#a2e99a98d9adf34 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a2e99a98d9adf34 .form-item {
  margin: 24px 0;
}
#a2e99a98d9adf34 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2e99a98d9adf34 .send-code {
  float: left;
  margin-left: 20px;
}
#a2e99a98d9adf34 .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;
}
#a2e99a98d9adf34 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2e99a98d9adf34 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a2e99a98d9adf34 .login_btn_wrap {
  text-align: center;
}
#a2e99a98d9adf34 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a2e99a98d9adf34 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a2e99a98d9adf34 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa1d5ae17ba0632 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#aa1d5ae17ba0632 .switch_item {
  margin-right: 10px;
}
#aa1d5ae17ba0632 a.switch_item:hover {
  text-decoration: underline;
}
#aa1d5ae17ba0632 .slider {
  width: 420px;
  height: 600px;
}
#aa1d5ae17ba0632 .uk-slideshow-items {
  height: 100%;
}
#aa1d5ae17ba0632 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#aa1d5ae17ba0632 .login-wrap {
  width: 100%;
  height: 100%;
}
#aa1d5ae17ba0632 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#aa1d5ae17ba0632 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#aa1d5ae17ba0632 .phone-login-box {
  margin: 40px auto 40px;
}
#aa1d5ae17ba0632 .login-header {
  margin-bottom: 24px;
}
#aa1d5ae17ba0632 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#aa1d5ae17ba0632 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#aa1d5ae17ba0632 .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;
}
#aa1d5ae17ba0632 .forget_password {
  cursor: pointer;
}
#aa1d5ae17ba0632 .forget_password:hover {
  color: #3551d9;
}
#aa1d5ae17ba0632 .input-item input.error,
#aa1d5ae17ba0632 .input-item input.error::placeholder {
  color: #fc4343;
}
#aa1d5ae17ba0632 .input-item input::placeholder {
  color: #999;
}
#aa1d5ae17ba0632 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#aa1d5ae17ba0632 .form-item {
  margin: 24px 0;
}
#aa1d5ae17ba0632 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#aa1d5ae17ba0632 .send-code {
  float: left;
  margin-left: 20px;
}
#aa1d5ae17ba0632 .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;
}
#aa1d5ae17ba0632 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#aa1d5ae17ba0632 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#aa1d5ae17ba0632 .login_btn_wrap {
  text-align: center;
}
#aa1d5ae17ba0632 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#aa1d5ae17ba0632 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#aa1d5ae17ba0632 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa1afa4025a1df0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#aa1afa4025a1df0 .switch_item {
  margin-right: 10px;
}
#aa1afa4025a1df0 a.switch_item:hover {
  text-decoration: underline;
}
#aa1afa4025a1df0 .slider {
  width: 420px;
  height: 600px;
}
#aa1afa4025a1df0 .uk-slideshow-items {
  height: 100%;
}
#aa1afa4025a1df0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#aa1afa4025a1df0 .login-wrap {
  width: 100%;
  height: 100%;
}
#aa1afa4025a1df0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#aa1afa4025a1df0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#aa1afa4025a1df0 .phone-login-box {
  margin: 40px auto 40px;
}
#aa1afa4025a1df0 .login-header {
  margin-bottom: 24px;
}
#aa1afa4025a1df0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#aa1afa4025a1df0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#aa1afa4025a1df0 .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;
}
#aa1afa4025a1df0 .forget_password {
  cursor: pointer;
}
#aa1afa4025a1df0 .forget_password:hover {
  color: #3551d9;
}
#aa1afa4025a1df0 .input-item input.error,
#aa1afa4025a1df0 .input-item input.error::placeholder {
  color: #fc4343;
}
#aa1afa4025a1df0 .input-item input::placeholder {
  color: #999;
}
#aa1afa4025a1df0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#aa1afa4025a1df0 .form-item {
  margin: 24px 0;
}
#aa1afa4025a1df0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#aa1afa4025a1df0 .send-code {
  float: left;
  margin-left: 20px;
}
#aa1afa4025a1df0 .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;
}
#aa1afa4025a1df0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#aa1afa4025a1df0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#aa1afa4025a1df0 .login_btn_wrap {
  text-align: center;
}
#aa1afa4025a1df0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#aa1afa4025a1df0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#aa1afa4025a1df0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a23c6a83eda98dc .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a23c6a83eda98dc .switch_item {
  margin-right: 10px;
}
#a23c6a83eda98dc a.switch_item:hover {
  text-decoration: underline;
}
#a23c6a83eda98dc .slider {
  width: 420px;
  height: 600px;
}
#a23c6a83eda98dc .uk-slideshow-items {
  height: 100%;
}
#a23c6a83eda98dc .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a23c6a83eda98dc .login-wrap {
  width: 100%;
  height: 100%;
}
#a23c6a83eda98dc .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a23c6a83eda98dc .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a23c6a83eda98dc .phone-login-box {
  margin: 40px auto 40px;
}
#a23c6a83eda98dc .login-header {
  margin-bottom: 24px;
}
#a23c6a83eda98dc .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a23c6a83eda98dc .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a23c6a83eda98dc .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;
}
#a23c6a83eda98dc .forget_password {
  cursor: pointer;
}
#a23c6a83eda98dc .forget_password:hover {
  color: #3551d9;
}
#a23c6a83eda98dc .input-item input.error,
#a23c6a83eda98dc .input-item input.error::placeholder {
  color: #fc4343;
}
#a23c6a83eda98dc .input-item input::placeholder {
  color: #999;
}
#a23c6a83eda98dc .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a23c6a83eda98dc .form-item {
  margin: 24px 0;
}
#a23c6a83eda98dc .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a23c6a83eda98dc .send-code {
  float: left;
  margin-left: 20px;
}
#a23c6a83eda98dc .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;
}
#a23c6a83eda98dc .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a23c6a83eda98dc .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a23c6a83eda98dc .login_btn_wrap {
  text-align: center;
}
#a23c6a83eda98dc .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a23c6a83eda98dc .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a23c6a83eda98dc .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acc4ca66e1a719a .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#acc4ca66e1a719a .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#acc4ca66e1a719a .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#acc4ca66e1a719a .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#acc4ca66e1a719a .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#acc4ca66e1a719a .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#acc4ca66e1a719a .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#acc4ca66e1a719a .nav-list {
  padding: 0 20px;
}
#acc4ca66e1a719a .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;
}
#acc4ca66e1a719a .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#acc4ca66e1a719a .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#acc4ca66e1a719a .order-item:hover {
  background: #f7f7f7;
}
#acc4ca66e1a719a .del-order {
  cursor: pointer;
}
#acc4ca66e1a719a .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#acc4ca66e1a719a .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#acc4ca66e1a719a .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#acc4ca66e1a719a .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#acc4ca66e1a719a .goods-item .goods-info {
  padding: 0 15px;
}
#acc4ca66e1a719a .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#acc4ca66e1a719a .appoint-time {
  margin-bottom: 4px;
}
#acc4ca66e1a719a .appoint-name {
  color: #333;
  font-size: 14px;
}
#acc4ca66e1a719a .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#acc4ca66e1a719a .goods-item .goods-name {
  color: #333;
}
#acc4ca66e1a719a .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#acc4ca66e1a719a .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#acc4ca66e1a719a .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#acc4ca66e1a719a .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#acc4ca66e1a719a .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#acc4ca66e1a719a .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;
}
#acc4ca66e1a719a .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#acc4ca66e1a719a .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#acc4ca66e1a719a .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#acc4ca66e1a719a .setting-form {
  padding: 30px 20px;
}
#acc4ca66e1a719a .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#acc4ca66e1a719a .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#acc4ca66e1a719a .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#acc4ca66e1a719a .setting-form .setting-btns {
  margin-left: 130px;
}
#acc4ca66e1a719a .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#acc4ca66e1a719a .setting-wrap {
  position: relative;
}
#acc4ca66e1a719a .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#acc4ca66e1a719a .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#acc4ca66e1a719a .user-info .levels {
  color: #888;
  font-size: 12px;
}
#acc4ca66e1a719a .address-wrap {
  padding: 30px 20px;
}
#acc4ca66e1a719a .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#acc4ca66e1a719a .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#acc4ca66e1a719a .addr-list {
  min-height: 200px;
}
#acc4ca66e1a719a .addr-detail .addr-item-name,
#acc4ca66e1a719a .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;
}
#acc4ca66e1a719a .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#acc4ca66e1a719a .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#acc4ca66e1a719a .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#acc4ca66e1a719a .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#acc4ca66e1a719a .add-addr {
  height: 32px;
  line-height: 30px;
}
#acc4ca66e1a719a .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;
}
#acc4ca66e1a719a .publish-item {
  cursor: default;
  min-height: 120px;
}
#acc4ca66e1a719a .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#acc4ca66e1a719a .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#acc4ca66e1a719a .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #3551d9;
}
#acc4ca66e1a719a .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4ac2a8212a32f1 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a4ac2a8212a32f1 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a4ac2a8212a32f1 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a4ac2a8212a32f1 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a4ac2a8212a32f1 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a4ac2a8212a32f1 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a4ac2a8212a32f1 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a4ac2a8212a32f1 .nav-list {
  padding: 0 20px;
}
#a4ac2a8212a32f1 .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;
}
#a4ac2a8212a32f1 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a4ac2a8212a32f1 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a4ac2a8212a32f1 .order-item:hover {
  background: #f7f7f7;
}
#a4ac2a8212a32f1 .del-order {
  cursor: pointer;
}
#a4ac2a8212a32f1 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a4ac2a8212a32f1 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a4ac2a8212a32f1 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a4ac2a8212a32f1 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a4ac2a8212a32f1 .goods-item .goods-info {
  padding: 0 15px;
}
#a4ac2a8212a32f1 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a4ac2a8212a32f1 .appoint-time {
  margin-bottom: 4px;
}
#a4ac2a8212a32f1 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a4ac2a8212a32f1 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a4ac2a8212a32f1 .goods-item .goods-name {
  color: #333;
}
#a4ac2a8212a32f1 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a4ac2a8212a32f1 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a4ac2a8212a32f1 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a4ac2a8212a32f1 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a4ac2a8212a32f1 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a4ac2a8212a32f1 .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;
}
#a4ac2a8212a32f1 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a4ac2a8212a32f1 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a4ac2a8212a32f1 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a4ac2a8212a32f1 .setting-form {
  padding: 30px 20px;
}
#a4ac2a8212a32f1 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a4ac2a8212a32f1 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a4ac2a8212a32f1 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a4ac2a8212a32f1 .setting-form .setting-btns {
  margin-left: 130px;
}
#a4ac2a8212a32f1 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a4ac2a8212a32f1 .setting-wrap {
  position: relative;
}
#a4ac2a8212a32f1 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a4ac2a8212a32f1 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a4ac2a8212a32f1 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a4ac2a8212a32f1 .address-wrap {
  padding: 30px 20px;
}
#a4ac2a8212a32f1 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a4ac2a8212a32f1 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a4ac2a8212a32f1 .addr-list {
  min-height: 200px;
}
#a4ac2a8212a32f1 .addr-detail .addr-item-name,
#a4ac2a8212a32f1 .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;
}
#a4ac2a8212a32f1 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a4ac2a8212a32f1 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a4ac2a8212a32f1 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a4ac2a8212a32f1 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a4ac2a8212a32f1 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a4ac2a8212a32f1 .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;
}
#a4ac2a8212a32f1 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a4ac2a8212a32f1 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a4ac2a8212a32f1 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a4ac2a8212a32f1 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #3551d9;
}
#a4ac2a8212a32f1 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afb32a85c8a523b .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#afb32a85c8a523b .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#afb32a85c8a523b .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#afb32a85c8a523b .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#afb32a85c8a523b .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#afb32a85c8a523b .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#afb32a85c8a523b .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#afb32a85c8a523b .nav-list {
  padding: 0 20px;
}
#afb32a85c8a523b .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;
}
#afb32a85c8a523b .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#afb32a85c8a523b .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#afb32a85c8a523b .order-item:hover {
  background: #f7f7f7;
}
#afb32a85c8a523b .del-order {
  cursor: pointer;
}
#afb32a85c8a523b .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#afb32a85c8a523b .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#afb32a85c8a523b .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#afb32a85c8a523b .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#afb32a85c8a523b .goods-item .goods-info {
  padding: 0 15px;
}
#afb32a85c8a523b .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#afb32a85c8a523b .appoint-time {
  margin-bottom: 4px;
}
#afb32a85c8a523b .appoint-name {
  color: #333;
  font-size: 14px;
}
#afb32a85c8a523b .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#afb32a85c8a523b .goods-item .goods-name {
  color: #333;
}
#afb32a85c8a523b .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#afb32a85c8a523b .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#afb32a85c8a523b .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#afb32a85c8a523b .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#afb32a85c8a523b .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#afb32a85c8a523b .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;
}
#afb32a85c8a523b .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#afb32a85c8a523b .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#afb32a85c8a523b .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#afb32a85c8a523b .setting-form {
  padding: 30px 20px;
}
#afb32a85c8a523b .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#afb32a85c8a523b .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#afb32a85c8a523b .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#afb32a85c8a523b .setting-form .setting-btns {
  margin-left: 130px;
}
#afb32a85c8a523b .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#afb32a85c8a523b .setting-wrap {
  position: relative;
}
#afb32a85c8a523b .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#afb32a85c8a523b .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#afb32a85c8a523b .user-info .levels {
  color: #888;
  font-size: 12px;
}
#afb32a85c8a523b .address-wrap {
  padding: 30px 20px;
}
#afb32a85c8a523b .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#afb32a85c8a523b .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#afb32a85c8a523b .addr-list {
  min-height: 200px;
}
#afb32a85c8a523b .addr-detail .addr-item-name,
#afb32a85c8a523b .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;
}
#afb32a85c8a523b .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#afb32a85c8a523b .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#afb32a85c8a523b .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#afb32a85c8a523b .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#afb32a85c8a523b .add-addr {
  height: 32px;
  line-height: 30px;
}
#afb32a85c8a523b .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;
}
#afb32a85c8a523b .publish-item {
  cursor: default;
  min-height: 120px;
}
#afb32a85c8a523b .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#afb32a85c8a523b .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#afb32a85c8a523b .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #3551d9;
}
#afb32a85c8a523b .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a78c8a3241aae81 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a78c8a3241aae81 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a78c8a3241aae81 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a78c8a3241aae81 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a78c8a3241aae81 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a78c8a3241aae81 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a78c8a3241aae81 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a78c8a3241aae81 .nav-list {
  padding: 0 20px;
}
#a78c8a3241aae81 .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;
}
#a78c8a3241aae81 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a78c8a3241aae81 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a78c8a3241aae81 .order-item:hover {
  background: #f7f7f7;
}
#a78c8a3241aae81 .del-order {
  cursor: pointer;
}
#a78c8a3241aae81 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a78c8a3241aae81 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a78c8a3241aae81 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a78c8a3241aae81 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a78c8a3241aae81 .goods-item .goods-info {
  padding: 0 15px;
}
#a78c8a3241aae81 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a78c8a3241aae81 .appoint-time {
  margin-bottom: 4px;
}
#a78c8a3241aae81 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a78c8a3241aae81 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a78c8a3241aae81 .goods-item .goods-name {
  color: #333;
}
#a78c8a3241aae81 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a78c8a3241aae81 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a78c8a3241aae81 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a78c8a3241aae81 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a78c8a3241aae81 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a78c8a3241aae81 .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;
}
#a78c8a3241aae81 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a78c8a3241aae81 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a78c8a3241aae81 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a78c8a3241aae81 .setting-form {
  padding: 30px 20px;
}
#a78c8a3241aae81 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a78c8a3241aae81 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a78c8a3241aae81 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a78c8a3241aae81 .setting-form .setting-btns {
  margin-left: 130px;
}
#a78c8a3241aae81 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a78c8a3241aae81 .setting-wrap {
  position: relative;
}
#a78c8a3241aae81 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a78c8a3241aae81 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a78c8a3241aae81 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a78c8a3241aae81 .address-wrap {
  padding: 30px 20px;
}
#a78c8a3241aae81 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a78c8a3241aae81 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a78c8a3241aae81 .addr-list {
  min-height: 200px;
}
#a78c8a3241aae81 .addr-detail .addr-item-name,
#a78c8a3241aae81 .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;
}
#a78c8a3241aae81 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a78c8a3241aae81 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a78c8a3241aae81 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a78c8a3241aae81 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a78c8a3241aae81 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a78c8a3241aae81 .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;
}
#a78c8a3241aae81 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a78c8a3241aae81 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a78c8a3241aae81 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a78c8a3241aae81 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #3551d9;
}
#a78c8a3241aae81 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3ea5a8eb4ae33c {
  min-height: 90vh;
  /* mobile */
}
#a3ea5a8eb4ae33c .search-highlight {
  background: yellow;
}
#a3ea5a8eb4ae33c .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a3ea5a8eb4ae33c .el-title {
  margin-bottom: 20px;
}
#a3ea5a8eb4ae33c .el-item:hover .el-title {
  color: #0f6ecd;
}
#a3ea5a8eb4ae33c .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3ea5a8eb4ae33c .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3ea5a8eb4ae33c .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3ea5a8eb4ae33c .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3ea5a8eb4ae33c .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3ea5a8eb4ae33c .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3ea5a8eb4ae33c .el-title {
    margin-bottom: 0;
  }
  #a3ea5a8eb4ae33c .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3ea5a8eb4ae33c .category {
    font-size: 12px;
  }
  #a3ea5a8eb4ae33c .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb0da46aea54af .logged {
  display: none;
}
#abb0da46aea54af .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abb0da46aea54af .fa-search {
  color: #ccc;
}
#abb0da46aea54af .sub-menu-item i > svg {
  height: 1em;
  fill: #3551d9;
  margin-right: 4px;
}
#abb0da46aea54af .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abb0da46aea54af .quick-menus li > a:after {
  content: '|';
  padding-left: 4px;
}
#abb0da46aea54af .quick-menus li:last-child > a::after {
  display: none;
}
#abb0da46aea54af .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abb0da46aea54af .site-header {
  height: 70px;
}
#abb0da46aea54af .uk-navbar-item,
#abb0da46aea54af .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-item,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-nav > li > a,
#abb0da46aea54af .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abb0da46aea54af .uk-navbar-sticky {
  background: #fff;
}
#abb0da46aea54af .uk-navbar-transparent + .uk-sticky-placeholder {
  display: none;
}
#abb0da46aea54af .uk-navbar-sticky .uk-navbar-nav > li > a {
  color: #333;
}
#abb0da46aea54af .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb0da46aea54af .sub-menu-title {
  color: #7a8185;
  position: relative;
}
#abb0da46aea54af .menu-list a {
  font-size: 16px;
  font-weight: 500;
}
#abb0da46aea54af .sub-menu-title i,
#abb0da46aea54af .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abb0da46aea54af .menu-list > .menu-item {
  position: relative;
}
#abb0da46aea54af .menu-list > .menu-item > a::after {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3551d9;
  opacity: 0;
  transition: all 0.36s;
}
#abb0da46aea54af .menu-list > .menu-item:hover > a::after,
#abb0da46aea54af .menu-list > .menu-item.active > a::after {
  width: 30px;
  opacity: 1;
}
#abb0da46aea54af .menu-list:hover > .menu-item.active > a::after {
  opacity: 0;
}
#abb0da46aea54af .sub-menu-item {
  padding: 10px;
  word-break: keep-all;
  min-width: 200px;
  max-width: 33.33%;
}
#abb0da46aea54af .sub-menu-item ul {
  margin-top: 10px;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
#abb0da46aea54af .sub-menu-item ul li {
  display: block;
  margin-bottom: 10px;
}
#abb0da46aea54af .sub-menu-item ul li a {
  display: block;
  transition: all .3s ease;
}
#abb0da46aea54af .sub-menu-item a:hover {
  color: #3551d9;
}
#abb0da46aea54af .sub-menu-item ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #333;
}
#abb0da46aea54af .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -28px;
  top: 0;
  height: 20px;
}
#abb0da46aea54af .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abb0da46aea54af .navbar-dropdown {
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  display: none;
  z-index: 500;
  padding: 20px;
  background: #fff;
}
#abb0da46aea54af .navbar-dropdown-full {
  width: 100%;
  left: 0;
  position: fixed;
  top: 110px;
  transform: translateX(0);
}
#abb0da46aea54af .navbar-dropdown-full .sub-menu-item {
  flex: 1;
}
#abb0da46aea54af .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: #fff;
}
#abb0da46aea54af .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3551d9;
}
#abb0da46aea54af .logo {
  display: inline-block;
}
#abb0da46aea54af .search-box {
  position: relative;
  padding: 10px;
}
#abb0da46aea54af .search-box > i {
  cursor: pointer;
  display: block;
  font-size: 18px;
}
#abb0da46aea54af .search-box form {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 20px;
  transition: all .3s ease;
  transform: translateY(-20px);
  opacity: 0;
}
#abb0da46aea54af .search-box:hover form {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5c54a2d39abd2c .comment-detail {
  min-height: 600px;
}
#a5c54a2d39abd2c table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a5c54a2d39abd2c table th,
#a5c54a2d39abd2c table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a5c54a2d39abd2c table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a5c54a2d39abd2c .red {
  color: #F00!important;
}
#a5c54a2d39abd2c .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a381ca829caf2a3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a381ca829caf2a3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a381ca829caf2a3 .ap-icon {
  margin-right: 6px;
}
#a381ca829caf2a3 .indicator {
  margin-left: 4px;
}
#a381ca829caf2a3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 22px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a381ca829caf2a3 .menu-list li:hover > a,
#a381ca829caf2a3 .menu-list li.active > a {
  background: #060606;
  background-color: #060606;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a381ca829caf2a3 .menu-list ul,
#a381ca829caf2a3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a381ca829caf2a3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a381ca829caf2a3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a381ca829caf2a3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a381ca829caf2a3 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0881aa1cfa8b98 a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: center;font-family: NotoSansSC-Regular;}#a0881aa1cfa8b98 a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }#a0d3ba7e0aad54c .ele-wrap {color: #000000;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            border-radius: 10px;justify-content: center;border-style: solid;}#a0d3ba7e0aad54c .ele-wrap:hover {background-color: #0483cc;color: #000000;border-color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(0deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            }#ad6d3aba4fa4255 .ele-wrap {border-color: rgba(52, 207, 206, 1);color: #ffffff;font-size: 27px;font-weight: 500;
                background-image: linear-gradient(0deg,
                transparent,
                );
            border-radius: 10px;justify-content: center;border-style: solid;border-width: 2px;}#ad6d3aba4fa4255 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa3abaa30ba91be a {
                background-image: linear-gradient(90deg,
                rgba(52, 207, 206, 1),
                rgba(72, 189, 239, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 33px;text-align: center;font-family: inherit;}#aa3abaa30ba91be a:hover {
                background-image: linear-gradient(90deg,
                rgba(211, 20, 20, 1),
                rgba(137, 118, 233, 1));
            }