.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: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #4563f7;
}
/* 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: #4563f7;
}
/* 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: #4563f7;
  text-shadow: none;
}
::selection {
  background: #4563f7;
  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 #4563f7;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4563f7;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     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: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4563f7;
  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: #4563f7;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4563f7;
  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: #ffffff;
  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: #4563f7;
  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: #4563f7;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4563f7;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4563f7;
  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: #4563f7;
  color: #ffffff;
  border-color: #4563f7;
}
/*
   * 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: #ffffff;
  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: #4563f7;
}
/* 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: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #4563f7;
}
/* 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: #4563f7;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4563f7;
}
/*
   * 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: #4563f7;
  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: #4563f7;
  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: #4563f7;
}
/*
   * 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: #4563f7;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4563f7;
  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: #ffffff;
}
.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: #4563f7;
  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: #4563f7;
}
/* 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: #4563f7;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4563f7;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4563f7;
}
/* 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: #4563f7;
  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: #4563f7;
  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: #4563f7;
  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: #4563f7;
}
/* 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: #4563f7;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4563f7;
  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: #4563f7;
}
/*
   * 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: #4563f7;
}
/* 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: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4563f7;
}
/*
   * 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: #4563f7;
  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: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4563f7;
}
.uk-progress::-moz-progress-bar {
  background-color: #4563f7;
}
.uk-progress::-ms-fill {
  background-color: #4563f7;
}
/* ========================================================================
     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: #4563f7 !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: #4563f7 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4563f7;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #4563f7;
}
.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: #4563f7;
  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: #4563f7;
  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: #4563f7;
  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: #ffffff;
  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: #4563f7;
}
.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: #4563f7;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4563f7;
}
.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: #4563f7;
  border-color: #4563f7;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4563f7;
}
/* ========================================================================
   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: #143af5;
}
.ap-list-filter dd a.active {
  background-color: #4563f7;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4563f7;
}
.category li a.active {
  color: #4563f7;
}
.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: #4563f7;
}
.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: #4563f7;
  border: 1px solid rgba(69, 99, 247, 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: #4563f7;
}
form .step .ui-step.active .ui-step-title {
  color: #4563f7;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4563f7;
  background-color: #4563f7;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4563f7;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4563f7;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4563f7;
  color: #4563f7;
}
.btn-effect-2:hover {
  background-color: #4563f7;
}
.uk-button.btn-effect-5 {
  background-color: #4563f7;
  box-shadow: 0 0 15px rgba(69, 99, 247, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4563f7;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4563f7;
}
#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  #a0d95a9c93a8d9c .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a0d95a9c93a8d9c .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a0d95a9c93a8d9c .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #4563f7;
}
#a0d95a9c93a8d9c .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a0d95a9c93a8d9c .uk-list li::before {
  color: #4563f7;
}
#a0d95a9c93a8d9c .uk-list a {
  color: #4c4c4c;
}
#a0d95a9c93a8d9c .uk-list a.active,
#a0d95a9c93a8d9c .uk-list a:hover {
  color: #4563f7;
  text-decoration: none;
}
#a0d95a9c93a8d9c .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a0d95a9c93a8d9c .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a0d95a9c93a8d9c .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  #a0583aa26aa3f90 .uk-container {
    padding: 0 60px;
  }
}
#a0583aa26aa3f90 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #4563f7;
}
#a0583aa26aa3f90 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a0583aa26aa3f90 .uk-card {
  padding: 10px;
}
#a0583aa26aa3f90 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a0583aa26aa3f90 .uk-list a.active,
#a0583aa26aa3f90 .uk-list a:hover {
  color: #4563f7;
  text-decoration: none;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#aa05ca0604addc8 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aa05ca0604addc8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa05ca0604addc8 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  #ae20daeb83ab7a8 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ae20daeb83ab7a8 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#ae20daeb83ab7a8 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#ae20daeb83ab7a8 .rich-img-wrap {
  display: block;
}
#ae20daeb83ab7a8 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#ae20daeb83ab7a8 .author-info span {
  background: #ffffff;
  border: 1px solid #4563f7;
  color: #4563f7;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#ae20daeb83ab7a8 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #4563f7;
}
#ae20daeb83ab7a8 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#ae20daeb83ab7a8 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#ae20daeb83ab7a8 .sidebar .uk-h4:before {
  background: #4563f7;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#ae20daeb83ab7a8 .author-wrapper {
  position: relative;
}
#ae20daeb83ab7a8 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#ae20daeb83ab7a8 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#ae20daeb83ab7a8 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#ae20daeb83ab7a8 .new-list li {
  padding: 5px 0 15px;
}
#ae20daeb83ab7a8 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#ae20daeb83ab7a8 .sidebar a:hover {
  color: #6c84f9;
}
#ae20daeb83ab7a8 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#ae20daeb83ab7a8 .uk-main {
  display: flex;
  gap: 20px;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a736ba5670afc93 .ele-wrap {border-color: #000;color: #1a1a1a;font-size: 13px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 3px;justify-content: center;border-style: solid;width: 265px;height: 36px;font-family: NotoSansSC-Light;}#a736ba5670afc93 .ele-wrap:hover {background-color: #0483cc;color: #4563f7;background-color: rgba(255, 255, 255, 1);}#abf56a4a09ac593 .form-agree {
  display: flex;
  align-items: center;
}
#abf56a4a09ac593 .uk-form .form-submit-btn {
  width: 320px;
}
#abf56a4a09ac593 .uk-form .form-submit-btn {
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
#abf56a4a09ac593 .submit-wrap {
  text-align: center;
}
#abf56a4a09ac593 .submit-wrap button {
  background-color: #4563f7;
}
#abf56a4a09ac593 .submit-wrap button {
  font-size: 16px;
}
#abf56a4a09ac593 .submit-wrap button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abf56a4a09ac593 form {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abf56a4a09ac593 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#abf56a4a09ac593 .form-item {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}
#abf56a4a09ac593 .form-item .uk-input,
#abf56a4a09ac593 .form-item .uk-select,
#abf56a4a09ac593 .form-item .uk-textarea {
  width: autopx;
  height: 48px;
  line-height: 48px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: none;
  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: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#abf56a4a09ac593 .form-item .auto-height {
  height: auto;
}
#abf56a4a09ac593 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#abf56a4a09ac593 .form-item .send-code {
  bottom: 4px;
}
#abf56a4a09ac593 .form-item .uk-textarea {
  height: 96px;
  line-height: 1.5;
}
#abf56a4a09ac593 .uk-form-label,
#abf56a4a09ac593 .form-agree,
#abf56a4a09ac593 .uk-h3,
#abf56a4a09ac593 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#abf56a4a09ac593 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#abf56a4a09ac593 .form-item > label {
  flex: none;
}
#abf56a4a09ac593 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#abf56a4a09ac593 .form-item .uk-input,
#abf56a4a09ac593 .form-item .uk-select,
#abf56a4a09ac593 .form-item .uk-textarea,
#abf56a4a09ac593 .form-item .address-select,
#abf56a4a09ac593 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#abf56a4a09ac593 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ae9d5a2557a3760 .ele-wrap {border-color: #000;color: #1a1a1a;font-size: 13px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 3px;justify-content: center;border-style: solid;width: 285px;height: 36px;font-family: NotoSansSC-Light;}#ae9d5a2557a3760 .ele-wrap:hover {background-color: #0483cc;color: #4563f7;background-color: rgba(255, 255, 255, 1);}#a7fa7aa5dbaa1e9 > .ele-wrap {background-color: rgba(16, 24, 41, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7fa7aa5dbaa1e9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0f04ae17faf039 > .ele-wrap {background-color: rgba(62, 109, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#acf27a56b2acb5a .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af178a5be4abdb2 {
  overflow: hidden;
}
#af178a5be4abdb2 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#af178a5be4abdb2 .img-wrap:hover {
  transform: scale(1.2);
}
#a4c29a1072a01d4 {
  overflow: hidden;
}
#a4c29a1072a01d4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4c29a1072a01d4 .img-wrap:hover {
  transform: scale(1.2);
}
#a4cb9a16eaa0a2b {
  overflow: hidden;
}
#a4cb9a16eaa0a2b .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4cb9a16eaa0a2b .img-wrap:hover {
  transform: scale(1.2);
}
#a38a5a7612ab592 {
  overflow: hidden;
}
#a38a5a7612ab592 .img-wrap {
  transition: all 0.3s ease-in;
}
#a38a5a7612ab592 .img-wrap:hover {
  transform: scale(1.2);
}
#a7c9ca9f71ad29c {
  overflow: hidden;
}
#a7c9ca9f71ad29c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a7c9ca9f71ad29c .img-wrap:hover {
  transform: scale(1.2);
}
#a2259a1e56acd63 {
  overflow: hidden;
}
#a2259a1e56acd63 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a2259a1e56acd63 .img-wrap:hover {
  transform: scale(1.2);
}
#afc4aa9ab3acbc4 {
  overflow: hidden;
}
#afc4aa9ab3acbc4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#afc4aa9ab3acbc4 .img-wrap:hover {
  transform: scale(1.2);
}
#aeac5aa7e1aa5a4 {
  overflow: hidden;
}
#aeac5aa7e1aa5a4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#aeac5aa7e1aa5a4 .img-wrap:hover {
  transform: scale(1.2);
}
#a91e2a018ea2e3c {
  overflow: hidden;
}
#a91e2a018ea2e3c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a91e2a018ea2e3c .img-wrap:hover {
  transform: scale(1.2);
}
#ae351a6d6fa9a22 {
  overflow: hidden;
}
#ae351a6d6fa9a22 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#ae351a6d6fa9a22 .img-wrap:hover {
  transform: scale(1.2);
}
#a1eb7a2008a835f .uk-container {max-width: 720px;}#af9cda7523a7358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d8d013a8822b/1668583913504.jpeg);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;}#af9cda7523a7358  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab67cac79aa6d66 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac20da2b1cac4d9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: none;font-family: NotoSansSC-Light;}#ac20da2b1cac4d9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#ae431aa42da9a30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.06);}#ae431aa42da9a30  > .ele-wrap:hover {border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#afa0aa295da1963 .form-agree {
  display: flex;
  align-items: center;
}
#afa0aa295da1963 .uk-form .form-submit-btn {
  width: 304px;
}
#afa0aa295da1963 .uk-form .form-submit-btn {
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
#afa0aa295da1963 .submit-wrap {
  text-align: center;
}
#afa0aa295da1963 .submit-wrap button {
  background-color: #3d5bf2;
}
#afa0aa295da1963 .submit-wrap button {
  font-size: 14px;
}
#afa0aa295da1963 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#afa0aa295da1963 form {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#afa0aa295da1963 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa0aa295da1963 .form-item {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
#afa0aa295da1963 .form-item .uk-input,
#afa0aa295da1963 .form-item .uk-select,
#afa0aa295da1963 .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
}
#afa0aa295da1963 .form-item .auto-height {
  height: auto;
}
#afa0aa295da1963 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
}
#afa0aa295da1963 .uk-form-label,
#afa0aa295da1963 .form-agree,
#afa0aa295da1963 .uk-h3,
#afa0aa295da1963 p {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#af72ea5d55a90cb > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a76d0a0016a9ad3 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af4dea7a79af4a3 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8c57a0cd5a1ea1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.85);}#a6104aec52aedbf > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a6104aec52aedbf  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a041da7128a406d > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a041da7128a406d  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#aa2aaa4210a51b6 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#aa2aaa4210a51b6  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#aa0a6a035ba1771 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#aa0a6a035ba1771  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a1cd3a5555a1a3c > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a1cd3a5555a1a3c  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#abd87a9d78a4657 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#abd87a9d78a4657  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#af7e3af527a2b14 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#af7e3af527a2b14  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#aa09ba7fdbae414 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);border-right-width: 0px;border-right-style: none;border-bottom-width: 0px;border-bottom-style: none;border-left-width: 0px;border-top-width: 0px;border-left-style: none;border-top-style: none;border-radius: 6px;}#aa09ba7fdbae414 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#aa09ba7fdbae414  > .ele-wrap:hover {background-color: rgba(0, 204, 101, 1);}#aa09ba7fdbae414 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#ac658a56b4af0cf > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2c37adfc3aa68c > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666620471974.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 6px 11px 0px rgba(0, 136, 204, 0.05);}#a2c37adfc3aa68c  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#a797fa9123a8ba3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);border-right-width: 0px;border-right-style: none;border-bottom-width: 0px;border-bottom-style: none;border-left-width: 0px;border-top-width: 0px;border-left-style: none;border-top-style: none;border-radius: 6px;}#a797fa9123a8ba3 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a797fa9123a8ba3  > .ele-wrap:hover {background-color: rgba(0, 204, 101, 1);}#a797fa9123a8ba3 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a4c91a079ba52d6 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0e5ba7c81a3ac0 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666620471974.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 6px 11px 0px rgba(0, 136, 204, 0.05);}#a0e5ba7c81a3ac0  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#ac7cca008ea0520 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);border-right-width: 0px;border-right-style: none;border-bottom-width: 0px;border-bottom-style: none;border-left-width: 0px;border-top-width: 0px;border-left-style: none;border-top-style: none;border-radius: 6px;}#ac7cca008ea0520 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac7cca008ea0520  > .ele-wrap:hover {background-color: rgba(0, 204, 101, 1);}#ac7cca008ea0520 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#aaf88a0766a45a2 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa9cca9d3cacd10 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666620471974.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 6px 11px 0px rgba(0, 136, 204, 0.05);}#aa9cca9d3cacd10  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#ae270a317da98fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);border-right-width: 0px;border-right-style: none;border-bottom-width: 0px;border-bottom-style: none;border-left-width: 0px;border-top-width: 0px;border-left-style: none;border-top-style: none;border-radius: 6px;}#ae270a317da98fe .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ae270a317da98fe  > .ele-wrap:hover {background-color: rgba(0, 204, 101, 1);}#ae270a317da98fe .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a67eca74e3a5f1d > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#adab3a43dda6a60 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666620471974.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 6px 11px 0px rgba(0, 136, 204, 0.05);}#adab3a43dda6a60  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#ac7caab4dcad94d > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);border-right-width: 0px;border-right-style: none;border-bottom-width: 0px;border-bottom-style: none;border-left-width: 0px;border-top-width: 0px;border-left-style: none;border-top-style: none;border-radius: 6px;}#ac7caab4dcad94d .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ac7caab4dcad94d  > .ele-wrap:hover {background-color: rgba(0, 204, 101, 1);}#ac7caab4dcad94d .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#afcdfa7b49ab6d2 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7215a70eba8adb > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666620471974.png);background-size: contain;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 6px 11px 0px rgba(0, 136, 204, 0.05);}#a7215a70eba8adb  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#a7286ac241ad8cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.06);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a7286ac241ad8cd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7286ac241ad8cd .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/d8d013a8822b/1668159916374.jpeg);background-size: contain;background-position: center center;background-repeat: no-repeat;}#a177ca5964a484d > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666150928459.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6273af12fac9ae > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666368195520.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6273af12fac9ae  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#a799da315ea9100 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.06);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a799da315ea9100 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a799da315ea9100 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/d8d013a8822b/1668159916374.jpeg);background-size: contain;background-position: center center;background-repeat: no-repeat;}#a48a8a8c21a4ae7 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666150928927.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a49fcafbe4aeafe > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666368195983.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a49fcafbe4aeafe  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#ace8aa74a9abfe2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.06);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#ace8aa74a9abfe2 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ace8aa74a9abfe2 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/d8d013a8822b/1668159916374.jpeg);background-size: contain;background-position: center center;background-repeat: no-repeat;}#a69ddaa588aeb20 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1668522884817.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5182ac6c7acea2 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1668522884262.png);background-size: contain;background-repeat: no-repeat;background-position: top center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5182ac6c7acea2  > .ele-wrap:hover {background-position: top center;background-size: contain;background-repeat: no-repeat;}#a4907a9cd2a53b6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4907a9cd2a53b6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4907a9cd2a53b6 .ap-icon {
  margin-right: 6px;
}
#a4907a9cd2a53b6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Light;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 396px;
  background-color: #ffffff;
  height: 60px;
}
#a4907a9cd2a53b6 .menu-list > li.icon-bottom > a,
#a4907a9cd2a53b6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4907a9cd2a53b6 .menu-list > li.icon-bottom > a .ap-icon,
#a4907a9cd2a53b6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4907a9cd2a53b6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4907a9cd2a53b6 .menu-list > li.icon-top > a .ap-icon svg,
#a4907a9cd2a53b6 .menu-list > li.icon-bottom > a .ap-icon img,
#a4907a9cd2a53b6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4907a9cd2a53b6 .menu-list > li.icon-right > a .ap-icon,
#a4907a9cd2a53b6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4907a9cd2a53b6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4907a9cd2a53b6 .menu-list > li:hover > a,
#a4907a9cd2a53b6 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Light;
  color: #4563f7;
  border-top-width: 1px;
  border-top-color: #4a4a4a;
  border-top-style: none;
  border-right-color: #4a4a4a;
  border-left-color: #4a4a4a;
  border-bottom-color: #4a4a4a;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a4907a9cd2a53b6 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #4563f7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a4907a9cd2a53b6 .menu-list ul,
#a4907a9cd2a53b6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4907a9cd2a53b6 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a4907a9cd2a53b6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4907a9cd2a53b6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4907a9cd2a53b6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6de5aaf2aa51d2 .uk-container {max-width: 720px;}#aa308af0bca7513 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a7ed8a26d7a18f6 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a42a6a946ea66d6 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a5fb8a9f55ad09a > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;}#a3293a1b14a9f7a > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#adcc2a4c7ca8d57 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#afe1ba91b6a08c0 .uk-container {max-width: 700px;}#a7a02a82b6a827d > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#ad01ca03cea69de > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a4326a25b2adbe4 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#acfb0a74b7a2d8b > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#acf39a1182a4fa6 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a6074a3030a12c0 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a2203a611ca1f40 .uk-container {max-width: 720px;}#a1d5cac44fa5308 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a3515a12f5a7a28 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a4977a6ebaaee57 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#ad277abb0cade6a > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);}#a65aaa8a0aa8869 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#aee21acecaa1c72 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a8733a6a7ca7c70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6ec0aa4d7a72ee {
  overflow: hidden;
}
#a6ec0aa4d7a72ee .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a6ec0aa4d7a72ee .img-wrap:hover {
  transform: scale(1.2);
}
#ae2d3ae50ba24bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1c23a9f48ac6c4 {
  overflow: hidden;
}
#a1c23a9f48ac6c4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a1c23a9f48ac6c4 .img-wrap:hover {
  transform: scale(1.2);
}
#a3c4aa9451a24d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1258af24fa219f {
  overflow: hidden;
}
#a1258af24fa219f .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a1258af24fa219f .img-wrap:hover {
  transform: scale(1.2);
}
#afa26ae223a62bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0cedae33aa16f6 {
  overflow: hidden;
}
#a0cedae33aa16f6 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a0cedae33aa16f6 .img-wrap:hover {
  transform: scale(1.2);
}
#ab08ba2e99a654b .ele-wrap {color: #1a1a1a;font-size: 18px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#ab08ba2e99a654b .ele-wrap:hover {background-color: #0483cc;color: #4563f7;background-color: rgba(255, 255, 255, 1);}#a7fa7aa5dbaa1e9 > .ele-wrap {background-color: rgba(16, 24, 41, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7fa7aa5dbaa1e9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0f04ae17faf039 > .ele-wrap {background-color: rgba(62, 109, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#acf27a56b2acb5a .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af178a5be4abdb2 {
  overflow: hidden;
}
#af178a5be4abdb2 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#af178a5be4abdb2 .img-wrap:hover {
  transform: scale(1.2);
}
#a4c29a1072a01d4 {
  overflow: hidden;
}
#a4c29a1072a01d4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4c29a1072a01d4 .img-wrap:hover {
  transform: scale(1.2);
}
#a4cb9a16eaa0a2b {
  overflow: hidden;
}
#a4cb9a16eaa0a2b .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4cb9a16eaa0a2b .img-wrap:hover {
  transform: scale(1.2);
}
#a38a5a7612ab592 {
  overflow: hidden;
}
#a38a5a7612ab592 .img-wrap {
  transition: all 0.3s ease-in;
}
#a38a5a7612ab592 .img-wrap:hover {
  transform: scale(1.2);
}
#a7c9ca9f71ad29c {
  overflow: hidden;
}
#a7c9ca9f71ad29c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a7c9ca9f71ad29c .img-wrap:hover {
  transform: scale(1.2);
}
#a2259a1e56acd63 {
  overflow: hidden;
}
#a2259a1e56acd63 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a2259a1e56acd63 .img-wrap:hover {
  transform: scale(1.2);
}
#afc4aa9ab3acbc4 {
  overflow: hidden;
}
#afc4aa9ab3acbc4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#afc4aa9ab3acbc4 .img-wrap:hover {
  transform: scale(1.2);
}
#aeac5aa7e1aa5a4 {
  overflow: hidden;
}
#aeac5aa7e1aa5a4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#aeac5aa7e1aa5a4 .img-wrap:hover {
  transform: scale(1.2);
}
#a91e2a018ea2e3c {
  overflow: hidden;
}
#a91e2a018ea2e3c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a91e2a018ea2e3c .img-wrap:hover {
  transform: scale(1.2);
}
#ae351a6d6fa9a22 {
  overflow: hidden;
}
#ae351a6d6fa9a22 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#ae351a6d6fa9a22 .img-wrap:hover {
  transform: scale(1.2);
}
#a36fbaa38ba6b25 .uk-container {max-width: 720px;}#a3fd2aa779a93e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a3fd2aa779a93e3  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a2ab4a56b8ac883 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a2ab4a56b8ac883  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8eafad36fa0b38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8eafad36fa0b38  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a03fea2b12ac0ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a03fea2b12ac0ad  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a64d5af7cea6018 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a64d5af7cea6018  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#afbc5ab1c9a3129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#afbc5ab1c9a3129  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa10fa5fe5a64be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa10fa5fe5a64be  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a51b2af3a8ac9f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a51b2af3a8ac9f2  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a61c0af6bea17c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a61c0af6bea17c9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a012ea2877ae1a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a012ea2877ae1a5  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7e06ad5f8a35d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7e06ad5f8a35d3  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a0b48a972aa66aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a0b48a972aa66aa  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a11f5a8349a8be4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a11f5a8349a8be4  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6379aa961a695d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6379aa961a695d  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#adb94a47b3a870a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#adb94a47b3a870a  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6030a4fdea7977 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6030a4fdea7977  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa490a2eecaae1e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa490a2eecaae1e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a3591a7f17a1d9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a3591a7f17a1d9f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8804ad1f8a1228 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8804ad1f8a1228  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#acc98a76c1ac803 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#acc98a76c1ac803  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9fa5a3bdca60cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9fa5a3bdca60cb  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6121a736da1e28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6121a736da1e28  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#abd0ea9a40a1928 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#abd0ea9a40a1928  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a4574ac31fa196e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a4574ac31fa196e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a2d72a8e5ca4e7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a2d72a8e5ca4e7f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac42fa9335a8c5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac42fa9335a8c5b  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#adf91a8385abbf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#adf91a8385abbf2  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8ae8add8faa9cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8ae8add8faa9cd  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a501aa8962ae49f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a501aa8962ae49f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6ebaace39a05f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6ebaace39a05f9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8a6ea552aac8ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8a6ea552aac8ed  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ad833ac850a9fee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ad833ac850a9fee  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7598a97b1a8ab0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7598a97b1a8ab0  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a838ba4e3cad628 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a838ba4e3cad628  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aafb7a1d1bac16f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aafb7a1d1bac16f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa15fa7addaf58d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa15fa7addaf58d  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6da1a9e9fafbd1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a6da1a9e9fafbd1 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(69, 99, 247, 1);color: #ffffff;}#a7796ab3e2a281e .uk-container {max-width: 720px;}#a9adfaea59a1b92 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3f05ab840a12f5 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a52aaaf615a88b6 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a8f65a2792afd62 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a793dae633a16da .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a2fe1a5eaaae30d .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5b62a4954a28b7 .uk-container {max-width: 720px;}#ae938a4976a2eb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d8d013a8822b/1668583913504.jpeg);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;}#ae938a4976a2eb2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa97eae6a9a0751 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac5ddabd2ba2a1c .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;font-family: NotoSansSC-Light;}#ac5ddabd2ba2a1c .ele-wrap:hover {background-color: #0483cc;color: #1a1a1a;background-color: rgba(255, 255, 255, 1);}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#aa125af07ea23ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.06);}#aa125af07ea23ff  > .ele-wrap:hover {border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a452baec81a579a .form-agree {
  display: flex;
  align-items: center;
}
#a452baec81a579a .uk-form .form-submit-btn {
  width: 304px;
}
#a452baec81a579a .uk-form .form-submit-btn {
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
#a452baec81a579a .submit-wrap {
  text-align: center;
}
#a452baec81a579a .submit-wrap button {
  background-color: #3d5bf2;
}
#a452baec81a579a .submit-wrap button {
  font-size: 17px;
}
#a452baec81a579a .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a452baec81a579a form {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#a452baec81a579a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a452baec81a579a .form-item {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
#a452baec81a579a .form-item .uk-input,
#a452baec81a579a .form-item .uk-select,
#a452baec81a579a .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
}
#a452baec81a579a .form-item .auto-height {
  height: auto;
}
#a452baec81a579a .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
}
#a452baec81a579a .uk-form-label,
#a452baec81a579a .form-agree,
#a452baec81a579a .uk-h3,
#a452baec81a579a p {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a6756a798da05d3 a {
                background-image: linear-gradient(90deg,
                rgba(36, 120, 255, 1),
                rgba(159, 62, 255, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 22px;text-align: left;font-family: NotoSansSC-Medium;}#a6756a798da05d3 a:hover {
                background-image: linear-gradient(90deg,
                rgba(36, 120, 255, 1),
                rgba(159, 62, 255, 1));
            }#a1815aac4ba9709 a {
                background-image: linear-gradient(90deg,
                rgba(255, 43, 140, 1),
                rgba(255, 180, 86, 1));
            
        font-weight: normal;
        font-style: normal;
    font-size: 22px;text-align: left;font-family: NotoSansSC-Medium;}#a1815aac4ba9709 a:hover {
                background-image: linear-gradient(90deg,
                rgba(255, 43, 140, 1),
                rgba(255, 180, 86, 1));
            }#ae2b5aa15fa8c2c .uk-container {max-width: 720px;}#a3570afca6ac1b3 > .ele-wrap {
                background-image: linear-gradient(30deg,
                rgba(226, 244, 255, 1),
                rgba(196, 241, 253, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a3570afca6ac1b3  > .ele-wrap:hover {color: #ffffff;}#a3570afca6ac1b3:hover * {color: #ffffff }
                            #a3570afca6ac1b3:hover .line{border-color: #ffffff }#a95d5a0b77a2ab5 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1722326323171.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a92e8a1c7aa757b .img-wrap {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#a3da9af163a1145 .img-wrap {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#a6483a9751a9620 .img-wrap {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#a5c71a1fc2a5b94 > .ele-wrap {background-color: rgba(230, 231, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a2ea3afd02a9a88 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1722326321481.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a85efaa7aca3389 .img-wrap {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#aa800a8043a9c27 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a928eae3aca1f4d > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1722326321882.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-color: rgba(53, 53, 53, 1);border-left-color: rgba(43, 43, 43, 1);border-bottom-color: rgba(43, 43, 43, 1);border-top-color: rgba(43, 43, 43, 1);}#a5fc0aa99ca83a8 .img-wrap {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#adb50a315ca3c28 > .ele-wrap {background-color: rgba(69, 99, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#af6fca573da73b4 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1723019698604.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a53b6afe54acf05 .img-wrap {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#ac633a49ffaab50 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(238, 250, 254, 1),
                rgba(214, 247, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#aacc3a0c04ad9bb > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1722326322472.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3a70af153a4211 .img-wrap {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
#ad89fa3fbca5051 .uk-container {max-width: 720px;}#adda3aad35ab660 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(36, 120, 255, 1),
                rgba(98, 62, 255, 1));
            border-bottom-left-radius: 44px;border-bottom-right-radius: 44px;border-top-left-radius: 44px;border-top-right-radius: 44px;border-right-style: solid;border-right-width: 3px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 3px;border-bottom-width: 3px;border-top-width: 3px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 3px 10px 2px rgba(74, 144, 226, 0.06);}#a6637a68d6a5ce7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 48px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a7815a1f21ad3ca > .ele-wrap {background-color: rgba(0, 204, 136, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}#a21e6ae3cdaf6a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 48px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a72b9adfcdaeda5 > .ele-wrap {background-color: rgba(0, 204, 136, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}#a0bb5a4989a15c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 48px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ae311ab9caadd14 > .ele-wrap {background-color: rgba(0, 204, 136, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}#a3d2aaf571a5d03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 48px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a8309ab2ceab49d > .ele-wrap {background-color: rgba(0, 204, 136, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}#ad89fa3fbca5051 [data-item="undefined"] {background-color: rgba(6, 255, 212, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}#a6c75aed67aec5e .uk-container {max-width: 720px;}#a5aeaaf761af391 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(231, 233, 235, 1);border-left-color: rgba(231, 233, 235, 1);border-bottom-color: rgba(231, 233, 235, 1);border-top-color: rgba(231, 233, 235, 1);}#a5667add78ac736 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebbda5141aee65 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-right-color: #ececec;
  border-right-style: solid;
  border-left-color: #ececec;
  border-bottom-color: #ececec;
  border-top-color: #ececec;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6dcba4c7ba95a1 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-right-color: #ececec;
  border-right-style: solid;
  border-left-color: #ececec;
  border-bottom-color: #ececec;
  border-top-color: #ececec;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af806ae512a8139 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-right-color: #ececec;
  border-right-style: solid;
  border-left-color: #ececec;
  border-bottom-color: #ececec;
  border-top-color: #ececec;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ae0bba49c9afa9a .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-width: 0;
  border-right-color: #ececec;
  border-right-style: solid;
  border-left-color: #ececec;
  border-bottom-color: #ececec;
  border-top-color: #ececec;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#afe5da61caa51e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-right-color: rgba(231, 233, 235, 1);border-left-color: rgba(231, 233, 235, 1);border-bottom-color: rgba(231, 233, 235, 1);border-top-color: rgba(231, 233, 235, 1);box-shadow: 1px 0px 0px 0px rgba(14, 30, 54, 0.1);}#a5d65a9ae6a1c9f > .ele-wrap {background-color: rgba(69, 99, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a657ea0e05a661c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}#a657ea0e05a661c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(69, 99, 247, 1);color: #ffffff;}#a97a8a60beac455 .uk-container {max-width: 720px;}#ac705a315da3da1 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae9f9a448ea9add > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a4a68a7282a1f32 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#abcf6afdd3ae775 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a6f30ae013a3d7d > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aeeefa8e4fa9d59 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#aeeefa8e4fa9d59 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#aa026ada92aa103 .uk-container {max-width: 720px;}#abbd8a90a2a277a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#abbd8a90a2a277a  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aba83ac3bfa595e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aba83ac3bfa595e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a64c3aadf0a54a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a64c3aadf0a54a7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af0b8a286ea37e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af0b8a286ea37e1  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a56fbadb67a0eea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a56fbadb67a0eea  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8a2aa93d7ad21a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8a2aa93d7ad21a  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a40a4a0c7aa5301 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a40a4a0c7aa5301  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af5b8aa095a217f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af5b8aa095a217f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aea84a10d2ae87b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aea84a10d2ae87b  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a4d23a29f1a1455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a4d23a29f1a1455  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1e83ac4dca6bfa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1e83ac4dca6bfa  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a034aa4822aea79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a034aa4822aea79  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ad0c3a27e9afd64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ad0c3a27e9afd64  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ab976a67d3a479c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ab976a67d3a479c  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ab315ab840a5bb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ab315ab840a5bb7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a3c14a985ea7072 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a3c14a985ea7072  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac9f3a5662a7504 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac9f3a5662a7504  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a0716ae552abce4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a0716ae552abce4  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#abebeaf4c3abb49 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#abebeaf4c3abb49  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a3e75af676afa76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a3e75af676afa76  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8144a94b6a3138 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8144a94b6a3138  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ad05aaf7c5a0cc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ad05aaf7c5a0cc7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af26da7ed1a576c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af26da7ed1a576c  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ad98ba6c0ba3e62 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ad98ba6c0ba3e62  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7368ae85ea0eaa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7368ae85ea0eaa  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a0958a673baab3f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a0958a673baab3f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac115a2eefaae4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac115a2eefaae4d  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#adf9ca5f50a2310 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#adf9ca5f50a2310  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aca21a186aab345 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aca21a186aab345  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#abfcfa12faadb3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#abfcfa12faadb3d  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6492a3d59ad184 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6492a3d59ad184  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a150ca1c56ab3b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a150ca1c56ab3b4  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1f3aa578aa51fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1f3aa578aa51fd  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9982aa975a323d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9982aa975a323d  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#abaa3a038bace02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#abaa3a038bace02  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a331aac2e7ad29b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a331aac2e7ad29b  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a2183ab632a4c06 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a2183ab632a4c06 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a48dfaaabea1076 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a48dfaaabea1076 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a8b8fa8547adda9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#afe30acf13a32dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#ab88cac1d1a380b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#ac873a5177a784e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#ae6d4a7eb4a7d94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#add53a9862a3541 .timeline-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  #add53a9862a3541 .timeline-item {
    padding-left: 60px;
  }
  #add53a9862a3541 .timeline-item-date {
    position: absolute;
    top: -1px;
    right: 100%;
    white-space: nowrap;
    margin-right: 5px;
  }
  #add53a9862a3541 .timeline-item-date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background-color: rgba(169, 177, 187, 0.5);
    margin-left: 15px;
  }
}
#add53a9862a3541 .timeline-item-point {
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #4563f7;
  padding: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#add53a9862a3541 .timeline-item-point:before {
  content: '';
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  background-color: #4563f7;
}
#add53a9862a3541 .timeline-item-line {
  position: absolute;
  top: 25px;
  left: 7px;
  bottom: 5px;
  width: 2px;
  border-left: 2px dashed #a9b1bb;
  border-right: 2px dashed #a9b1bb;
}
#add53a9862a3541 .timeline-item-active .timeline-item-line {
  top: 18px;
  bottom: 0;
  left: 8px;
  margin: 0;
  background-color: #4563f7;
  border: none!important;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a85d6a1538a8ca9 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.05);}#a85d6a1538a8ca9  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a2ee2a48e0a1dd2 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.05);}#a2ee2a48e0a1dd2  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#afc71afb4faeb6a > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 6px 16px 2px rgba(0, 40, 94, 0.05);}#afc71afb4faeb6a  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a1f66a5bc9a865f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a1f66a5bc9a865f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a65a4ab359add4f .img-wrap {
  border-top-right-radius: 5px;
}
#a7a01a8a90a4490 > .ele-wrap {background-color: rgba(71, 99, 243, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);border-top-right-radius: 0px;border-bottom-left-radius: 5px;}#a0defa5f93ac216 > .ele-wrap {background-color: rgba(235, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ee4a7d51af456 > .ele-wrap {background-color: rgba(235, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af92aad737a95b2 > .ele-wrap {background-color: rgba(235, 236, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a504aa8fafa361c > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a4d6da6ba5a8e47 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1px;border-bottom-right-radius: 1px;border-bottom-left-radius: 1px;border-top-left-radius: 1px;}#a89ceaf289a0aa2 > .ele-wrap {border-right-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(240, 241, 245, 1);}#ad7e1ac241afca3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1px;border-bottom-right-radius: 1px;border-bottom-left-radius: 1px;border-top-left-radius: 1px;}#a0b41a9699af9c9 > .ele-wrap {border-right-width: 0px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(240, 241, 245, 1);border-bottom-right-radius: 5px;}#a8f3eafff8a9ad0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 1px;border-bottom-right-radius: 1px;border-bottom-left-radius: 1px;border-top-left-radius: 1px;}#a0f8faaafaa0109 > .ele-wrap {background-color: rgba(69, 99, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6430a87c1ac881 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a6430a87c1ac881  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#ad421af0cba6fce .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a6688a790ba34ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a6688a790ba34ae  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a936da8f63a02c7 .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#ab1c5ad980ab129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#ab1c5ad980ab129  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#ac5cca75a1a7d0c .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a8f9ba7e5eababb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a8f9ba7e5eababb  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a8bf0aac53a86dc .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a7254a76eea417e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a7254a76eea417e  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a5b59afe46a907e .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a2e6ca3cc6a66dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a2e6ca3cc6a66dc  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a86c9a0712ab45a .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a8192a24caad002 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#a8192a24caad002  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a763ca1506a99b7 .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#abe3ca06acae0d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);}#abe3ca06acae0d4  > .ele-wrap:hover {box-shadow: 0px 6px 12px 2px rgba(0, 40, 94, 0.07);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-top-width: 0px;background-color: rgba(255, 255, 255, 1);}#a6e55aeb15a5703 .img-wrap {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#a9953a6bf4a8b7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a9953a6bf4a8b7a .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a9953a6bf4a8b7a  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a9953a6bf4a8b7a .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a2120a3938abf1b > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885173433.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6316a3d72ae328 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a6316a3d72ae328 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a6316a3d72ae328  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a6316a3d72ae328 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a9403a82f2abc87 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885174653.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a64bfaa3ccab9af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a64bfaa3ccab9af .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a64bfaa3ccab9af  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a64bfaa3ccab9af .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#afcc1a4842ab8fb > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885176082.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad765a8d49a7ea9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#ad765a8d49a7ea9 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#ad765a8d49a7ea9  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#ad765a8d49a7ea9 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#acdc0a4d61a73ed > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885177800.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4063aa9ffa532b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a4063aa9ffa532b .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a4063aa9ffa532b  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a4063aa9ffa532b .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a78a1a7aaaa698f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a78a1a7aaaa698f .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a78a1a7aaaa698f  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a78a1a7aaaa698f .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a33c2ac012a89c2 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885185451.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7305aadaba0132 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a7305aadaba0132 .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a7305aadaba0132  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a7305aadaba0132 .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#aba9fa3c35a84b0 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885175344.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a96d9a8dc7a96fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 0px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-bottom-color: rgba(235, 235, 235, 1);border-bottom-width: 0px;border-bottom-style: solid;border-left-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-width: 0px;border-top-width: 0px;border-left-style: solid;border-top-style: solid;border-radius: 8px;}#a96d9a8dc7a96fd .hover-content-wrap:nth-child(1)
                            {background-size: cover;background-repeat: no-repeat;background-position: center center;}#a96d9a8dc7a96fd  > .ele-wrap:hover {background-color: rgba(69, 99, 247, 1);}#a96d9a8dc7a96fd .hover-content-wrap:nth-child(2)
                            {background-size: contain;background-position: center center;background-repeat: no-repeat;}#a5701abf65ac9c8 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1667885180830.jpeg);background-position: center center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aca96a5818a9909 .uk-container {max-width: 720px;}#af9cda7523a7358 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d8d013a8822b/1668583913504.jpeg);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;}#af9cda7523a7358  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ab67cac79aa6d66 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a24a9a2671a903d .uk-width-1-3 .gallery-item {
  padding-bottom: 100%;
  height: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a24a9a2671a903d [data-item="title"] {left: 0px;top: -1px; position: relative;}#a9ea2a8deda2536 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9ea2a8deda2536  > .ele-wrap:hover {border-bottom-right-radius: 100px;}#ac0c5aab60ac1d3 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3ffaa28b7a0015 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3ffaa28b7a0015  > .ele-wrap:hover {border-bottom-right-radius: 100px;}#a3df0a0ccdaa20c .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac115ad3d6a569f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac115ad3d6a569f  > .ele-wrap:hover {border-bottom-right-radius: 100px;}#a32c2a6f65a1936 .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7544abc26a3b7d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7544abc26a3b7d  > .ele-wrap:hover {border-bottom-right-radius: 100px;}#a220fa9e02a2efa .img-wrap {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-left-radius: 200px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-right-width: 2px;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a60f0ae13aa7133 .category-tag,
#a60f0ae13aa7133 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  border: 1px solid #4563f7;
  color: #4563f7;
}
#a60f0ae13aa7133 .data-list {
  border-top: 1px solid #ececec;
}
#a60f0ae13aa7133 .uk-first-column {
  border-left: 1px solid #ececec;
}
#a60f0ae13aa7133 .data-list:nth-last-child(2) {
  border-bottom: none;
}
#a60f0ae13aa7133 .item-info i {
  display: inline-block;
  margin-right: 4px;
}
#a60f0ae13aa7133 .filter-nav li {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
#a60f0ae13aa7133 .filter-nav li.filter-active {
  background-color: #4563f7;
  color: #fff;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a60f0ae13aa7133 .dynamic-pagination li.uk-active, #a60f0ae13aa7133 .uk-pagination li.uk-active {
                border-color: #4563f7;background-color: #4563f7}#a60f0ae13aa7133 .dynamic-pagination li.uk-active a, #a60f0ae13aa7133 .uk-pagination li.uk-active a{color: #4563f7}#a60f0ae13aa7133 [data-item*=".title"], #a60f0ae13aa7133 [data-item*=".title"] a {font-family: NotoSansSC-Light;color: rgba(26, 26, 26, 1);}#a60f0ae13aa7133 [data-item*=".abstract"], #a60f0ae13aa7133 [data-item*=".abstract"] a {show: true;font-family: NotoSansSC-Light;}#a60f0ae13aa7133 [data-item*=".subTitle"], #a60f0ae13aa7133 [data-item*=".subTitle"] a {show: true;font-family: NotoSansSC-Light;}#a60f0ae13aa7133 [data-item*=".category"], #a60f0ae13aa7133 [data-item*=".category"] a {show: true;font-family: NotoSansSC-Light;}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#aa00faf30ba0199 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aa00faf30ba0199 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa00faf30ba0199 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a9f1ca62eea605a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(235, 235, 235, 1);border-right-style: solid;border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a6158af3cfae48b .form-agree {
  display: flex;
  align-items: center;
}
#a6158af3cfae48b .uk-form .form-submit-btn {
  width: 440px;
}
#a6158af3cfae48b .submit-wrap button {
  background-color: #1f2433;
}
#a6158af3cfae48b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6158af3cfae48b .form-item .uk-input,
#a6158af3cfae48b .form-item .uk-select,
#a6158af3cfae48b .form-item .uk-textarea {
  width: autopx;
}
#a6158af3cfae48b .form-item .auto-height {
  height: auto;
}
#a99efaa2caa9d35 > .ele-wrap {background-color: rgba(62, 109, 242, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}#a7918a97e4a940e .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a6acda6ee5af774 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}#ac43bae400ac8a3 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3c51a7705af129 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a596aacdb6a0c2a > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af765a894aa66f8 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afe19a92f1ae156 > .ele-wrap {background-color: rgba(247, 249, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7c85a07a5aedc9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a324fad98aa57ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a777daccc9a0051 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a8f0dae727a6e3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a5855aaa37ad4a6 .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a70ceaf8fda0bc0 .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#ac75eaeb13a41a8 .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a16f0a3588ad41c .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#ae726a441ea890f .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#ae41ea2cf8aeda0 .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#ac50aa474aa9964 .form-agree {
  display: flex;
  align-items: center;
}
#ac50aa474aa9964 .uk-form .form-submit-btn {
  width: 400px;
}
#ac50aa474aa9964 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ac50aa474aa9964 .submit-wrap {
  text-align: center;
}
#ac50aa474aa9964 .submit-wrap button {
  background-color: #4563f7;
}
#ac50aa474aa9964 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac50aa474aa9964 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac50aa474aa9964 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ac50aa474aa9964 .form-item .uk-input,
#ac50aa474aa9964 .form-item .uk-select,
#ac50aa474aa9964 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 0;
  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: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac50aa474aa9964 .form-item .auto-height {
  height: auto;
}
#ac50aa474aa9964 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ac50aa474aa9964 .form-item .send-code {
  bottom: 0px;
}
#ac50aa474aa9964 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ac50aa474aa9964 .uk-form-label,
#ac50aa474aa9964 .form-agree,
#ac50aa474aa9964 .uk-h3,
#ac50aa474aa9964 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ac50aa474aa9964 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ac50aa474aa9964 .form-item > label {
  flex: none;
}
#ac50aa474aa9964 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ac50aa474aa9964 .form-item .uk-input,
#ac50aa474aa9964 .form-item .uk-select,
#ac50aa474aa9964 .form-item .uk-textarea,
#ac50aa474aa9964 .form-item .address-select,
#ac50aa474aa9964 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ac50aa474aa9964 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#acf62ad47ba8f04 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a50c4a20ddaff22 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a13eea8438a1152 > .ele-wrap {background-color: #ffffff;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(240, 241, 245, 1);border-left-color: rgba(240, 241, 245, 1);border-bottom-color: rgba(240, 241, 245, 1);border-top-color: rgba(240, 241, 245, 1);}#a08b7ac2e2a1c92 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a871ea0b68a321b > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a1cf3a7b58a08c0 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#adeb1a948ca2836 > .ele-wrap {border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.05);}#a3387a78f2ac12e > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a3387a78f2ac12e  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a3cfba3450aa450 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a3cfba3450aa450  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#ae4cea32d4adf69 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.04);}#ae4cea32d4adf69  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a546eabc63aa847 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a546eabc63aa847  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a7f1eacf3dae37a > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a7f1eacf3dae37a  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a311daa526acb3b > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a311daa526acb3b  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#a1853a151fac9a9 > .ele-wrap {background-color: #ffffff;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 4px 12px 1px rgba(0, 40, 94, 0.05);}#a1853a151fac9a9  > .ele-wrap:hover {box-shadow: 0px 6px 12px 0px rgba(0, 136, 204, 0.05);}#afc79a5436af8d7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2243a0689acc35 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a3cac7dea0832 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.03);}#a54b8a4c9eaee45 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.03);}#adb26a1ad9aa0b4 > .ele-wrap {background-color: rgba(254, 254, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.03);}#ab09aa834ca1a9e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb6ca5366a32b9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab356ad7cfade88 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5c9abba6ab6b1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a98a6310a5383 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a1a98a6310a5383 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#af814ae901a4a20 {background-color: rgba(0,0,0,0.7);}#af814ae901a4a20 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#acfaea18beada7b .form-agree {
  display: flex;
  align-items: center;
}
#acfaea18beada7b .uk-form .form-submit-btn {
  width: 354px;
}
#acfaea18beada7b .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#acfaea18beada7b .submit-wrap {
  text-align: center;
}
#acfaea18beada7b .submit-wrap button {
  background-color: #ff8b30;
}
#acfaea18beada7b .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#acfaea18beada7b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#acfaea18beada7b .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#acfaea18beada7b .form-item .uk-input,
#acfaea18beada7b .form-item .uk-select,
#acfaea18beada7b .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#acfaea18beada7b .form-item .auto-height {
  height: auto;
}
#acfaea18beada7b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#acfaea18beada7b .form-item .send-code {
  bottom: 2px;
}
#acfaea18beada7b .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#acfaea18beada7b .uk-form-label,
#acfaea18beada7b .form-agree,
#acfaea18beada7b .uk-h3,
#acfaea18beada7b p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a1e1aa0f33a8b51 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a1e1aa0f33a8b51 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#abacca043baed2d > .ele-wrap {background-color: rgba(0, 195, 158, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 4px 16px 2px rgba(0, 94, 71, 0.2);}#a6882a5b7ea1405 > .ele-wrap {background-color: rgba(0, 112, 246, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 4px 16px 2px rgba(0, 40, 94, 0.2);}#a66bda61b2afed3 .uk-container {max-width: 700px;}#a705daf77baf75e > .ele-wrap {background-color: rgba(240, 255, 247, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a357da5e0ba5686 > .ele-wrap {background-color: rgba(255, 242, 245, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#a3913a537fa0470 > .ele-wrap {background-color: rgba(255, 246, 240, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#ad661a47f9a4cdc > .ele-wrap {background-color: rgba(244, 242, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-right-color: rgba(235, 235, 235, 1);border-left-color: rgba(235, 235, 235, 1);border-bottom-color: rgba(235, 235, 235, 1);border-top-color: rgba(235, 235, 235, 1);box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.02);}#ad09fab3cda6352 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-left-color: rgba(69, 99, 247, 1);border-right-color: rgba(69, 99, 247, 1);border-bottom-color: rgba(69, 99, 247, 1);border-top-color: rgba(69, 99, 247, 1);}#a12c7aa582a09fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-left-color: rgba(69, 99, 247, 1);border-right-color: rgba(69, 99, 247, 1);border-bottom-color: rgba(69, 99, 247, 1);border-top-color: rgba(69, 99, 247, 1);}#abbd2a7f10ac5be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-right-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-left-color: rgba(69, 99, 247, 1);border-right-color: rgba(69, 99, 247, 1);}#ab697acf6aa7cb2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#ab697acf6aa7cb2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a60f7a8b9ca6282 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d8d013a8822b/1669190013726.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#acbd2ad8c8a08b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a67fca3126acf4b .ele-wrap {border-color: rgba(16, 24, 41, 1);color: #ffffff;font-size: 14px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 2px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;height: 40px;border-width: 0px;}#a67fca3126acf4b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a2180aeb64ab8e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a24fcae54daa401 .ele-wrap {color: #ffffff;font-size: 14px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 2px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;height: 40px;border-width: 0px;}#a24fcae54daa401 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a9cd8ad422afcb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#ac485ae5d7ad4c1 .ele-wrap {color: #ffffff;font-size: 14px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 2px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;height: 40px;border-width: 0px;}#ac485ae5d7ad4c1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#ad564a4125ad3f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#affe5a6b6ca5a94 > .ele-wrap {background-color: rgba(245, 248, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a25d4aeffdafbb6 > .ele-wrap {background-color: rgba(245, 248, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#aee48ae0dca8876 > .ele-wrap {background-color: rgba(245, 248, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ab4cba699da2068 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#ab4cba699da2068 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a5641a8d32a4ebb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a97f3ad6eea2d00 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0c54a921ca3ec6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a8b66aca5ba32c7 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aed7fa2938a4ba2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a2a75aba73a7b72 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a65cba1891a5a77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#af1d1a25efaca98 > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a82bbaa9b2ab2a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a447daf3e9ae08e > .ele-wrap {background-image: url(/resources/upload/d8d013a8822b/1666617034949.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6ebca5ec4a3240 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a6ebca5ec4a3240 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a1d68a648fae49a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 16px;font-weight: 500;border-radius: 2px;justify-content: center;border-style: solid;border-width: 1px;font-family: NotoSansSC-Light;}#a1d68a648fae49a .ele-wrap:hover {background-color: #0483cc;color: #1a1a1a;background-color: rgba(255, 255, 255, 1);}#a899aa7e6ca4c11 {background-color: rgba(0,0,0,0.7);}#a899aa7e6ca4c11 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a3963a082eab870 .form-agree {
  display: flex;
  align-items: center;
}
#a3963a082eab870 .uk-form .form-submit-btn {
  width: 354px;
}
#a3963a082eab870 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a3963a082eab870 .submit-wrap {
  text-align: center;
}
#a3963a082eab870 .submit-wrap button {
  background-color: #ff8b30;
}
#a3963a082eab870 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3963a082eab870 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3963a082eab870 .form-item {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
#a3963a082eab870 .form-item .uk-input,
#a3963a082eab870 .form-item .uk-select,
#a3963a082eab870 .form-item .uk-textarea {
  width: autopx;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a3963a082eab870 .form-item .auto-height {
  height: auto;
}
#a3963a082eab870 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a3963a082eab870 .form-item .send-code {
  bottom: -5px;
}
#a3963a082eab870 .form-item .uk-textarea {
  height: 60px;
  line-height: 1.5;
}
#a3963a082eab870 .uk-form-label,
#a3963a082eab870 .form-agree,
#a3963a082eab870 .uk-h3,
#a3963a082eab870 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a3963a082eab870 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a3963a082eab870 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a2868aa3fea47ed {background-color: rgba(0,0,0,0.7);}#a2868aa3fea47ed > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a77bfaba0ca37c0 .form-agree {
  display: flex;
  align-items: center;
}
#a77bfaba0ca37c0 .uk-form .form-submit-btn {
  width: 354px;
}
#a77bfaba0ca37c0 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a77bfaba0ca37c0 .submit-wrap {
  text-align: center;
}
#a77bfaba0ca37c0 .submit-wrap button {
  background-color: #ff8b30;
}
#a77bfaba0ca37c0 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a77bfaba0ca37c0 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a77bfaba0ca37c0 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#a77bfaba0ca37c0 .form-item .uk-input,
#a77bfaba0ca37c0 .form-item .uk-select,
#a77bfaba0ca37c0 .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a77bfaba0ca37c0 .form-item .auto-height {
  height: auto;
}
#a77bfaba0ca37c0 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a77bfaba0ca37c0 .form-item .send-code {
  bottom: 2px;
}
#a77bfaba0ca37c0 .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#a77bfaba0ca37c0 .uk-form-label,
#a77bfaba0ca37c0 .form-agree,
#a77bfaba0ca37c0 .uk-h3,
#a77bfaba0ca37c0 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#a6470ad4ccaa625 {background-color: rgba(0, 0, 0, 0.6);}#a6470ad4ccaa625 > .lightbox-content {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(228, 244, 255, 1));
            border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a23cbaf0e7a4d45 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a23cbaf0e7a4d45 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23cbaf0e7a4d45 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a8f03a0198ac8aa .uk-container {
  overflow: visible;
}
#ab923ac41ba00c1 .uk-slider {
  padding-top: 30px;
}
#ab923ac41ba00c1 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#ab923ac41ba00c1 .uk-card-media-top {
  overflow: hidden;
}
#ab923ac41ba00c1 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#ab923ac41ba00c1 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#ab923ac41ba00c1 .uk-card {
  border: 1px solid #ececec;
}
#ab923ac41ba00c1 .uk-dotnav > * {
  padding-left: 6px;
}
#ab923ac41ba00c1 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #d8defd;
}
#ab923ac41ba00c1 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #4563f7;
}
#a03eca2118a2e5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a03eca2118a2e5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a03eca2118a2e5e .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a03eca2118a2e5e .menu-list > li > a {
  padding: 0 20px;
}
#a03eca2118a2e5e .menu-list > li:hover:before {
  height: 100%;
}
#a03eca2118a2e5e .menu-list > li:hover:after {
  color: auto;
}
#a03eca2118a2e5e .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: rgba(243, 243, 243, 0);
  font-weight: 400;
  content: "|";
}
#a03eca2118a2e5e .menu-list > li:first-child:after {
  content: "";
}
#a03eca2118a2e5e .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#a03eca2118a2e5e .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a03eca2118a2e5e .menu-list > li ul li {
  position: relative;
}
#a03eca2118a2e5e .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#a03eca2118a2e5e .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#a03eca2118a2e5e .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#a03eca2118a2e5e li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#a03eca2118a2e5e li ul li a:active,
#a03eca2118a2e5e li ul li a.active,
#a03eca2118a2e5e li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#a03eca2118a2e5e li ul,
#a03eca2118a2e5e li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a03eca2118a2e5e li:hover > ul {
  left: auto;
}
#a03eca2118a2e5e li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8936ae8b4a854a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fd5ae118a3edd .ele-wrap {border-color: rgba(0, 0, 0, 1);color: #000000;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a4fd5ae118a3edd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a84f5a72c9abb2b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 0, 0, 1);border-radius: 8px;justify-content: center;border-style: solid;}#a84f5a72c9abb2b .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 0, 0, 1);color: #ffffff;}#a356aa0559adbae > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(253, 240, 255, 1),
                rgba(249, 221, 255, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#a54dfacd88af5af > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(234, 251, 243, 1),
                rgba(209, 246, 227, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#abb49a686fa4602 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(240, 235, 255, 1),
                rgba(212, 204, 255, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#a54f9a5137ad925 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 239, 241, 1),
                rgba(255, 219, 223, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#a13c2a54a6adf18 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(240, 250, 255, 1),
                rgba(220, 243, 255, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#ab53aa7d91a50e9 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 244, 229, 1),
                rgba(255, 228, 198, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#ad525a366bae181 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 244, 255, 1),
                rgba(219, 229, 255, 1));
            border-bottom-left-radius: 24px;border-bottom-right-radius: 24px;border-top-left-radius: 24px;border-top-right-radius: 24px;}#aa51aa4971a7e9a > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(254, 250, 255, 1),
                rgba(252, 238, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 24px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-left-radius: 24px;}#ab47bad6aba1512 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(254, 250, 255, 1),
                rgba(252, 238, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 24px;border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;border-top-left-radius: 24px;}#ab923ac41ba00c1 [data-item="items"] .uk-card {
                border-radius: 6px !important; overflow: hidden;
            } #ab923ac41ba00c1 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 0.14)}#ab923ac41ba00c1 [data-item*=".title"], #ab923ac41ba00c1 [data-item*=".title"] a {font-family: NotoSansSC-Light;}#ab923ac41ba00c1 [data-item*=".abstract"], #ab923ac41ba00c1 [data-item*=".abstract"] a {show: false;}#ab923ac41ba00c1 [data-item*=".subTitle"], #ab923ac41ba00c1 [data-item*=".subTitle"] a {show: false;font-family: NotoSansSC-Light;}#ab923ac41ba00c1 [data-item*=".category"], #ab923ac41ba00c1 [data-item*=".category"] a {show: true;font-family: NotoSansSC-Light;font-size: 14px;color: rgba(92, 92, 92, 1);}#ab923ac41ba00c1 [data-item="items"] .img {background-size: contain;}#a63bfa6428a10a0 .uk-container {max-width: 720px;}#a360aad577a364e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a360aad577a364e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1565a36a8a2525 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1565a36a8a2525  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7d86a6d3ba5645 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7d86a6d3ba5645  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6fa6a16fca4777 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6fa6a16fca4777  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aed1ba885fad029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aed1ba885fad029  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a60f6ac556a18e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a60f6ac556a18e9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#acafba1be8adec3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#acafba1be8adec3  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a175aa4935a744f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a175aa4935a744f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a2771ac71caba42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a2771ac71caba42  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7173a4af0a43cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7173a4af0a43cf  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ae41ba50f8adb63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ae41ba50f8adb63  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a230ba33cfa25c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a230ba33cfa25c7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8b34a5f76a8c20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8b34a5f76a8c20  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac030a3740aca39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac030a3740aca39  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8fefa141da443e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8fefa141da443e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a694ea4511aefaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a694ea4511aefaf  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af07aa6e0eaa027 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af07aa6e0eaa027  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a887fa8ad6ac1f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a887fa8ad6ac1f9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aebbea03cba35a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aebbea03cba35a7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7c28a25beae40f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7c28a25beae40f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af69aa4887a3821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af69aa4887a3821  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac3eeab18ba3746 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac3eeab18ba3746  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1b87ac375ac964 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1b87ac375ac964  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa3ada5cadaf8ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa3ada5cadaf8ee  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af4e1a0a98a0e97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af4e1a0a98a0e97  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa039a2935a38ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa039a2935a38ed  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9dc9a944cad118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9dc9a944cad118  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a265aa6086a2da2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a265aa6086a2da2  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a4d6aac406a7e1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a4d6aac406a7e1c  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aef24a3967af692 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aef24a3967af692  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#acf67a244ca2f47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#acf67a244ca2f47  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aef89a99b6ae222 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aef89a99b6ae222  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9b9aa9958a2f69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9b9aa9958a2f69  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac357acbffaa4ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac357acbffaa4ca  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1dc5a29b6aef78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1dc5a29b6aef78  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa069abc18af73b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa069abc18af73b  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1bd6aacd5ad369 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a1bd6aacd5ad369 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a629daf933a38eb .uk-slider {
  padding-top: 30px;
}
#a629daf933a38eb .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a629daf933a38eb .uk-card-media-top {
  overflow: hidden;
}
#a629daf933a38eb .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a629daf933a38eb .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a629daf933a38eb .uk-card {
  border: 1px solid #ececec;
}
#a629daf933a38eb .uk-dotnav > * {
  padding-left: 6px;
}
#a629daf933a38eb .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #d8defd;
}
#a629daf933a38eb .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #4563f7;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#ab78cae9caac6a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 40, 94, 0.05);}#ae3daa64bba54d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;box-shadow: 0px 6px 12px 0px rgba(0, 40, 94, 0.05);}#a629daf933a38eb [data-item="items"] .uk-card {
                border-radius: 6px !important; overflow: hidden;
            } #a629daf933a38eb [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 0.14)}#a629daf933a38eb [data-item*=".title"], #a629daf933a38eb [data-item*=".title"] a {font-family: NotoSansSC-Light;}#a629daf933a38eb [data-item*=".abstract"], #a629daf933a38eb [data-item*=".abstract"] a {show: false;}#a629daf933a38eb [data-item*=".subTitle"], #a629daf933a38eb [data-item*=".subTitle"] a {show: false;font-family: NotoSansSC-Light;}#a629daf933a38eb [data-item*=".category"], #a629daf933a38eb [data-item*=".category"] a {show: true;font-family: NotoSansSC-Light;font-size: 14px;color: rgba(92, 92, 92, 1);}#a629daf933a38eb [data-item="items"] .img {background-size: contain;}#a724aa4f20a663e .uk-container {max-width: 720px;}#a360aad577a364e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a360aad577a364e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1565a36a8a2525 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1565a36a8a2525  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7d86a6d3ba5645 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7d86a6d3ba5645  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a6fa6a16fca4777 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a6fa6a16fca4777  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aed1ba885fad029 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aed1ba885fad029  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a60f6ac556a18e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a60f6ac556a18e9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#acafba1be8adec3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#acafba1be8adec3  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a175aa4935a744f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a175aa4935a744f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a2771ac71caba42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a2771ac71caba42  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7173a4af0a43cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7173a4af0a43cf  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ae41ba50f8adb63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ae41ba50f8adb63  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a230ba33cfa25c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a230ba33cfa25c7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8b34a5f76a8c20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8b34a5f76a8c20  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac030a3740aca39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac030a3740aca39  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a8fefa141da443e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a8fefa141da443e  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a694ea4511aefaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a694ea4511aefaf  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af07aa6e0eaa027 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af07aa6e0eaa027  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a887fa8ad6ac1f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a887fa8ad6ac1f9  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aebbea03cba35a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aebbea03cba35a7  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a7c28a25beae40f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a7c28a25beae40f  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af69aa4887a3821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af69aa4887a3821  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac3eeab18ba3746 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac3eeab18ba3746  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1b87ac375ac964 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1b87ac375ac964  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa3ada5cadaf8ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa3ada5cadaf8ee  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#af4e1a0a98a0e97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#af4e1a0a98a0e97  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa039a2935a38ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa039a2935a38ed  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9dc9a944cad118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9dc9a944cad118  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a265aa6086a2da2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a265aa6086a2da2  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a4d6aac406a7e1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a4d6aac406a7e1c  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aef24a3967af692 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aef24a3967af692  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#acf67a244ca2f47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#acf67a244ca2f47  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aef89a99b6ae222 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aef89a99b6ae222  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a9b9aa9958a2f69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a9b9aa9958a2f69  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#ac357acbffaa4ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#ac357acbffaa4ca  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1dc5a29b6aef78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#a1dc5a29b6aef78  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#aa069abc18af73b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: none;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 4px 10px 1px rgba(32, 37, 42, 0.03);}#aa069abc18af73b  > .ele-wrap:hover {box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.05);}#a1bd6aacd5ad369 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a1bd6aacd5ad369 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a6856a54daa8114 {background-color: rgba(0,0,0,0.7);}#a6856a54daa8114 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae9feaa436a196d .form-agree {
  display: flex;
  align-items: center;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  width: 320px;
}
#ae9feaa436a196d .uk-form .form-submit-btn {
  height: 44px;
  line-height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae9feaa436a196d .submit-wrap {
  text-align: center;
}
#ae9feaa436a196d .submit-wrap button {
  background-color: #4563f7;
}
#ae9feaa436a196d .submit-wrap button {
  font-size: 15px;
}
#ae9feaa436a196d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ae9feaa436a196d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae9feaa436a196d .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#ae9feaa436a196d .form-item .uk-input,
#ae9feaa436a196d .form-item .uk-select,
#ae9feaa436a196d .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dde2e9;
  border-bottom-style: solid;
  border-right-color: #dde2e9;
  border-left-color: #dde2e9;
  border-top-color: #dde2e9;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-top: 6px;
  margin-bottom: 10px;
}
#ae9feaa436a196d .form-item .auto-height {
  height: auto;
}
#ae9feaa436a196d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ae9feaa436a196d .form-item .send-code {
  bottom: 2px;
}
#ae9feaa436a196d .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#ae9feaa436a196d .uk-form-label,
#ae9feaa436a196d .form-agree,
#ae9feaa436a196d .uk-h3,
#ae9feaa436a196d p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: NotoSansSC-DemiLight;
  color: #5d637b;
}
#ace60a6241abb3e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a9a31a7347a344a {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9a31a7347a344a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9a31a7347a344a .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#ac007a2683a95f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a51e1a2d1ea2f7a .ap-category-filter ul li.active {
  border-color: #4563f7;
  color: #4563f7;
}
#a51e1a2d1ea2f7a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a51e1a2d1ea2f7a .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;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a51e1a2d1ea2f7a .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;
  }
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f1f5;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 4px;
  overflow: hidden;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
  min-height: 40px;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a51e1a2d1ea2f7a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article {
  border-bottom: 1px solid #f0f1f5;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a51e1a2d1ea2f7a .ele-article-list .text-article:hover .time {
  color: auto;
}
#aaf0da7b44a371b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#aaf0da7b44a371b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#aedf8ae0b8a9d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9bd7a0b77af8ad > .ele-wrap {background-color: rgba(222, 57, 57, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abdc9a8fe1a96ff .title {
  font-size: 16px;
}
#ac558adf23ae731 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac727a15a7ac218 > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5200a58f7a06ad [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9b3fa1787a6fe9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a9b3fa1787a6fe9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9b3fa1787a6fe9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a3203af667adb95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aae49aab5eaabf8 .ap-category-filter ul li.active {
  border-color: #4563f7;
  color: #4563f7;
}
#aae49aab5eaabf8 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aae49aab5eaabf8 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aae49aab5eaabf8 .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;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aae49aab5eaabf8 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aae49aab5eaabf8 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aae49aab5eaabf8 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aae49aab5eaabf8 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aae49aab5eaabf8 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aae49aab5eaabf8 .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;
  }
}
#aae49aab5eaabf8 .ele-article-list .pic-article {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f1f5;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 4px;
  overflow: hidden;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
}
#aae49aab5eaabf8 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aae49aab5eaabf8 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aae49aab5eaabf8 .ele-article-list .text-article {
  border-bottom: 1px solid #f0f1f5;
}
#aae49aab5eaabf8 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#aae49aab5eaabf8 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#aae49aab5eaabf8 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aae49aab5eaabf8 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aae49aab5eaabf8 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ab61da1035a6bea .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#ab61da1035a6bea .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#ad97fab2dda9079 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acbeca05bba52d6 > .ele-wrap {background-color: rgba(222, 57, 57, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a2cc7a7977ae055 .title {
  font-size: 16px;
}
#ad772af2a3aaf19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af158a49a4a97f8 > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9c7ea0e09a8164 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa05ca0604addc8 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#aa05ca0604addc8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa05ca0604addc8 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#aea20a41ada65dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acf53a7ee2a9ac7 .ap-category-filter ul li.active {
  border-color: #4563f7;
  color: #4563f7;
}
#acf53a7ee2a9ac7 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#acf53a7ee2a9ac7 .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;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#acf53a7ee2a9ac7 .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;
  }
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f1f5;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 4px;
  overflow: hidden;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
  min-height: 40px;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article {
  border-bottom: 1px solid #f0f1f5;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#acf53a7ee2a9ac7 .ele-article-list .text-article:hover .time {
  color: auto;
}
#abc3da69a8a2b0f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#abc3da69a8a2b0f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#adf83a7b26a4891 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a41adadbfba863b > .ele-wrap {background-color: rgba(222, 57, 57, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa962af626a51ba .title {
  font-size: 16px;
}
#a8c63af13ca179e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3969a7922a0908 > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6040ad554a2b07 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab620a2962a10ec {
  /* 修复吸顶导航宽度被写死的问题 */
}
#ab620a2962a10ec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab620a2962a10ec .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#abdcaa83a2a0e4e .a8e84a7733a2c4c .img-wrap {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#abdcaa83a2a0e4e .ae9cca0c89a3ff1 {
  overflow: hidden;
}
#abdcaa83a2a0e4e .ae9cca0c89a3ff1 , #abdcaa83a2a0e4e .ae9cca0c89a3ff1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#abdcaa83a2a0e4e .uk-grid {
  margin-left: -15px;
}
#abdcaa83a2a0e4e .uk-grid > * {
  padding-left: 15px;
}
#abdcaa83a2a0e4e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abdcaa83a2a0e4e .dynamic-list-item {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#abdcaa83a2a0e4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abdcaa83a2a0e4e .uk-position-center-left-out {
    left: -30px;
  }
  #abdcaa83a2a0e4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa012a133aa2afe .uk-grid {
  margin-left: -15px;
}
#aa012a133aa2afe .uk-grid > * {
  padding-left: 15px;
}
#aa012a133aa2afe .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa012a133aa2afe .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa012a133aa2afe .uk-position-center-left-out {
    left: -30px;
  }
  #aa012a133aa2afe .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab554a4b30ab521 .adfb2a7809aec67 .img-wrap {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
#ab554a4b30ab521 .ab0b5a4de9aa2ca {
  overflow: hidden;
}
#ab554a4b30ab521 .ab0b5a4de9aa2ca , #ab554a4b30ab521 .ab0b5a4de9aa2ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Light;color: rgba(26, 26, 26, 1);}#ab554a4b30ab521 .a7960a34a5a3b24  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: NotoSansSC-Light;color: rgba(92, 92, 92, 1);}#ab554a4b30ab521 .afb5aa9f01a9fcb a, #ab554a4b30ab521 .afb5aa9f01a9fcb span {border-top-width: 1px;border-top-color: rgba(0, 204, 101, 1);border-top-style: solid;border-right-color: rgba(0, 204, 101, 1);border-left-color: rgba(0, 204, 101, 1);border-bottom-color: rgba(0, 204, 101, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 1px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: NotoSansSC-DemiLight;color: rgba(0, 204, 101, 1);}#ab554a4b30ab521 .uk-grid > .uk-grid-margin {
  margin-top: 24px;
}
#ab554a4b30ab521 .dynamic-list-item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ab554a4b30ab521 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab554a4b30ab521 .uk-position-center-left-out {
    left: -30px;
  }
  #ab554a4b30ab521 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acf2da8315a4ffd {
  overflow: hidden;
}
#a7fa7aa5dbaa1e9 > .ele-wrap {background-color: rgba(16, 24, 41, 1);border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-top-left-radius: 4px;border-top-right-radius: 4px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7fa7aa5dbaa1e9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a0f04ae17faf039 > .ele-wrap {background-color: rgba(62, 109, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#acf27a56b2acb5a .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#af178a5be4abdb2 {
  overflow: hidden;
}
#af178a5be4abdb2 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#af178a5be4abdb2 .img-wrap:hover {
  transform: scale(1.2);
}
#a4c29a1072a01d4 {
  overflow: hidden;
}
#a4c29a1072a01d4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4c29a1072a01d4 .img-wrap:hover {
  transform: scale(1.2);
}
#a4cb9a16eaa0a2b {
  overflow: hidden;
}
#a4cb9a16eaa0a2b .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a4cb9a16eaa0a2b .img-wrap:hover {
  transform: scale(1.2);
}
#a38a5a7612ab592 {
  overflow: hidden;
}
#a38a5a7612ab592 .img-wrap {
  transition: all 0.3s ease-in;
}
#a38a5a7612ab592 .img-wrap:hover {
  transform: scale(1.2);
}
#a7c9ca9f71ad29c {
  overflow: hidden;
}
#a7c9ca9f71ad29c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a7c9ca9f71ad29c .img-wrap:hover {
  transform: scale(1.2);
}
#a2259a1e56acd63 {
  overflow: hidden;
}
#a2259a1e56acd63 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a2259a1e56acd63 .img-wrap:hover {
  transform: scale(1.2);
}
#afc4aa9ab3acbc4 {
  overflow: hidden;
}
#afc4aa9ab3acbc4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#afc4aa9ab3acbc4 .img-wrap:hover {
  transform: scale(1.2);
}
#aeac5aa7e1aa5a4 {
  overflow: hidden;
}
#aeac5aa7e1aa5a4 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#aeac5aa7e1aa5a4 .img-wrap:hover {
  transform: scale(1.2);
}
#a91e2a018ea2e3c {
  overflow: hidden;
}
#a91e2a018ea2e3c .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#a91e2a018ea2e3c .img-wrap:hover {
  transform: scale(1.2);
}
#ae351a6d6fa9a22 {
  overflow: hidden;
}
#ae351a6d6fa9a22 .img-wrap {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.3s ease-in;
}
#ae351a6d6fa9a22 .img-wrap:hover {
  transform: scale(1.2);
}
#a5aeea904cace2a {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a5aeea904cace2a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5aeea904cace2a .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a5595a733ca1664 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7f30aad91adacf .ap-category-filter ul li.active {
  border-color: #4563f7;
  color: #4563f7;
}
#a7f30aad91adacf .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7f30aad91adacf .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7f30aad91adacf .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7f30aad91adacf .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7f30aad91adacf .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;
}
#a7f30aad91adacf .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7f30aad91adacf .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7f30aad91adacf .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7f30aad91adacf .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7f30aad91adacf .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7f30aad91adacf .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7f30aad91adacf .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7f30aad91adacf .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7f30aad91adacf .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7f30aad91adacf .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7f30aad91adacf .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7f30aad91adacf .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7f30aad91adacf .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;
  }
}
#a7f30aad91adacf .ele-article-list .pic-article {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f1f5;
}
#a7f30aad91adacf .ele-article-list .pic-article .img_wrap {
  width: 22%;
  border-radius: 4px;
  overflow: hidden;
}
#a7f30aad91adacf .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-DemiLight;
  color: #5c5c5c;
  min-height: 40px;
}
#a7f30aad91adacf .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #5c5c5c;
}
#a7f30aad91adacf .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a7f30aad91adacf .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7f30aad91adacf .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7f30aad91adacf .ele-article-list .text-article {
  border-bottom: 1px solid #f0f1f5;
}
#a7f30aad91adacf .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a7f30aad91adacf .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #5c5c5c;
}
#a7f30aad91adacf .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7f30aad91adacf .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a7f30aad91adacf .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3245a41f6a4356 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a3245a41f6a4356 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#a7045af793acea8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac243ad098a1535 > .ele-wrap {background-color: rgba(222, 57, 57, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af03aac43aa9da4 .title {
  font-size: 16px;
}
#afc89a9a00add62 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3b67adfb4a452d > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5369ab84ca0856 [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af157a15d9a8769 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#af157a15d9a8769 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af157a15d9a8769 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a1410a57e7ad50d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a650faa360aa970 .ap-category-filter ul li.active {
  border-color: #4563f7;
  color: #4563f7;
}
#a650faa360aa970 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a650faa360aa970 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a650faa360aa970 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a650faa360aa970 .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;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a650faa360aa970 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a650faa360aa970 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a650faa360aa970 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a650faa360aa970 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a650faa360aa970 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a650faa360aa970 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a650faa360aa970 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a650faa360aa970 .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;
  }
}
#a650faa360aa970 .ele-article-list .pic-article {
  padding: 16px 0px;
  border-bottom: 1px solid #f0f1f5;
}
#a650faa360aa970 .ele-article-list .pic-article .img_wrap {
  width: 21%;
  border-radius: 4px;
  overflow: hidden;
}
#a650faa360aa970 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a650faa360aa970 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a650faa360aa970 .ele-article-list .pic-article .category {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a650faa360aa970 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a650faa360aa970 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a650faa360aa970 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a650faa360aa970 .ele-article-list .text-article {
  border-bottom: 1px solid #f0f1f5;
}
#a650faa360aa970 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
}
#a650faa360aa970 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #5c5c5c;
}
#a650faa360aa970 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a650faa360aa970 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a650faa360aa970 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a7db9a4e7fafbac .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(69, 99, 247, 1);border-radius: 4px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a7db9a4e7fafbac .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(69, 99, 247, 1);}#aca45a330fa0484 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4b07aa84ba0e26 > .ele-wrap {background-color: rgba(222, 57, 57, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad7bea3e26aa184 .title {
  font-size: 16px;
}
#a7355a8f04aa435 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a58d2ae4f3a228e > .ele-wrap {background-color: rgba(79, 160, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abc34a3685a83fa [data-item="undefined"] {background-color: rgba(40, 140, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad25ba3fdba4356 {background-color: rgba(0,0,0,0.7);}#ad25ba3fdba4356 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a4b58a02e0a8af4 .form-agree {
  display: flex;
  align-items: center;
}
#a4b58a02e0a8af4 .uk-form .form-submit-btn {
  width: 354px;
}
#a4b58a02e0a8af4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a4b58a02e0a8af4 .submit-wrap {
  text-align: center;
}
#a4b58a02e0a8af4 .submit-wrap button {
  background-color: #ff8b30;
}
#a4b58a02e0a8af4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a4b58a02e0a8af4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4b58a02e0a8af4 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#a4b58a02e0a8af4 .form-item .uk-input,
#a4b58a02e0a8af4 .form-item .uk-select,
#a4b58a02e0a8af4 .form-item .uk-textarea {
  width: autopx;
  height: 44px;
  line-height: 44px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 6px;
}
#a4b58a02e0a8af4 .form-item .auto-height {
  height: auto;
}
#a4b58a02e0a8af4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a4b58a02e0a8af4 .form-item .send-code {
  bottom: 2px;
}
#a4b58a02e0a8af4 .form-item .uk-textarea {
  height: 88px;
  line-height: 1.5;
}
#a4b58a02e0a8af4 .uk-form-label,
#a4b58a02e0a8af4 .form-agree,
#a4b58a02e0a8af4 .uk-h3,
#a4b58a02e0a8af4 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #5d637b;
}
#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#a3b9da5ebcad295 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#a3b9da5ebcad295 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b9da5ebcad295 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#aa31fa23a2a85b4 .form-agree {
  display: flex;
  align-items: center;
}
#aa31fa23a2a85b4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa31fa23a2a85b4 .form-item .uk-input,
#aa31fa23a2a85b4 .form-item .uk-select,
#aa31fa23a2a85b4 .form-item .uk-textarea {
  width: autopx;
}
#aa31fa23a2a85b4 .form-item .auto-height {
  height: auto;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4b6ba96beaa08a {
  min-height: 90vh;
  /* mobile */
}
#a4b6ba96beaa08a .search-highlight {
  background: yellow;
}
#a4b6ba96beaa08a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4b6ba96beaa08a .el-title {
  margin-bottom: 20px;
}
#a4b6ba96beaa08a .el-item:hover .el-title {
  color: #4563f7;
}
#a4b6ba96beaa08a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4b6ba96beaa08a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4b6ba96beaa08a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4b6ba96beaa08a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4b6ba96beaa08a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4b6ba96beaa08a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4b6ba96beaa08a .el-title {
    margin-bottom: 0;
  }
  #a4b6ba96beaa08a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4b6ba96beaa08a .category {
    font-size: 12px;
  }
  #a4b6ba96beaa08a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a7407a9444aabba {
  /* 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------------------------*/
}
#a7407a9444aabba * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a7407a9444aabba .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a7407a9444aabba .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a7407a9444aabba .error h2 {
  font-size: 32px;
}
#a7407a9444aabba .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a7407a9444aabba .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a7407a9444aabba .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a7407a9444aabba .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a7407a9444aabba .error .clip .shadow {
  overflow: hidden;
}
#a7407a9444aabba .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);
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after,
#a7407a9444aabba .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%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a7407a9444aabba .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a7407a9444aabba .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a7407a9444aabba .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a7407a9444aabba .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a7407a9444aabba .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a7407a9444aabba .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a7407a9444aabba .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a7407a9444aabba {
    /* Error Page */
    /* Error Page */
  }
  #a7407a9444aabba .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a7407a9444aabba .error .clip:nth-of-type(1) .shadow,
  #a7407a9444aabba .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a7407a9444aabba .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a7407a9444aabba .error h2 {
    font-size: 24px;
  }
  #a7407a9444aabba .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a7407a9444aabba .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a7407a9444aabba .error .container-error-404 {
    height: 150px;
  }
}
#a7407a9444aabba .overlay {
  position: relative;
  z-index: 20;
}
#a7407a9444aabba .ground-color {
  background: white;
}
#a7407a9444aabba .item-bg-color {
  background: #EAEAEA;
}
#a7407a9444aabba .padding-top {
  padding-top: 10px;
}
#a7407a9444aabba .padding-bottom {
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a7407a9444aabba .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a7407a9444aabba .padding-all {
  padding: 10px;
}
#a7407a9444aabba .no-padding-left {
  padding-left: 0px;
}
#a7407a9444aabba .no-padding-right {
  padding-right: 0px;
}
#a7407a9444aabba .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a7407a9444aabba .no-padding {
  padding: 0px;
}
#a7407a9444aabba .margin-top {
  margin-top: 10px;
}
#a7407a9444aabba .margin-bottom {
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-right {
  margin-right: 10px;
}
#a7407a9444aabba .margin-left {
  margin-left: 10px;
}
#a7407a9444aabba .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a7407a9444aabba .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a7407a9444aabba .margin-all {
  margin: 10px;
}
#a7407a9444aabba .no-margin {
  margin: 0px;
}
#a7407a9444aabba .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a7407a9444aabba .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a7407a9444aabba .inside-col-shrink {
  margin: 0px 20px;
}
#a7407a9444aabba hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a2902afb0da8269 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2902afb0da8269 .switch_item {
  margin-right: 10px;
}
#a2902afb0da8269 a.switch_item:hover {
  text-decoration: underline;
}
#a2902afb0da8269 .slider {
  width: 420px;
  height: 600px;
}
#a2902afb0da8269 .uk-slideshow-items {
  height: 100%;
}
#a2902afb0da8269 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2902afb0da8269 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2902afb0da8269 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2902afb0da8269 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2902afb0da8269 .phone-login-box {
  margin: 40px auto 40px;
}
#a2902afb0da8269 .login-header {
  margin-bottom: 24px;
}
#a2902afb0da8269 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2902afb0da8269 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a2902afb0da8269 .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;
}
#a2902afb0da8269 .forget_password {
  cursor: pointer;
}
#a2902afb0da8269 .forget_password:hover {
  color: #4563f7;
}
#a2902afb0da8269 .input-item input.error,
#a2902afb0da8269 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2902afb0da8269 .input-item input::placeholder {
  color: #999;
}
#a2902afb0da8269 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a2902afb0da8269 .form-item {
  margin: 24px 0;
}
#a2902afb0da8269 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2902afb0da8269 .send-code {
  float: left;
  margin-left: 20px;
}
#a2902afb0da8269 .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;
}
#a2902afb0da8269 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2902afb0da8269 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a2902afb0da8269 .login_btn_wrap {
  text-align: center;
}
#a2902afb0da8269 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a2902afb0da8269 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a2902afb0da8269 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ab494acf4aaa0cf .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ab494acf4aaa0cf .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ab494acf4aaa0cf .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ab494acf4aaa0cf .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ab494acf4aaa0cf .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ab494acf4aaa0cf .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ab494acf4aaa0cf .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ab494acf4aaa0cf .nav-list {
  padding: 0 20px;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ab494acf4aaa0cf .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ab494acf4aaa0cf .order-item:hover {
  background: #f7f7f7;
}
#ab494acf4aaa0cf .del-order {
  cursor: pointer;
}
#ab494acf4aaa0cf .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ab494acf4aaa0cf .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ab494acf4aaa0cf .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ab494acf4aaa0cf .goods-item .goods-info {
  padding: 0 15px;
}
#ab494acf4aaa0cf .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ab494acf4aaa0cf .appoint-time {
  margin-bottom: 4px;
}
#ab494acf4aaa0cf .appoint-name {
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ab494acf4aaa0cf .goods-item .goods-name {
  color: #333;
}
#ab494acf4aaa0cf .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ab494acf4aaa0cf .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ab494acf4aaa0cf .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ab494acf4aaa0cf .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ab494acf4aaa0cf .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ab494acf4aaa0cf .setting-form {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ab494acf4aaa0cf .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ab494acf4aaa0cf .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ab494acf4aaa0cf .setting-form .setting-btns {
  margin-left: 130px;
}
#ab494acf4aaa0cf .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ab494acf4aaa0cf .setting-wrap {
  position: relative;
}
#ab494acf4aaa0cf .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ab494acf4aaa0cf .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ab494acf4aaa0cf .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ab494acf4aaa0cf .address-wrap {
  padding: 30px 20px;
}
#ab494acf4aaa0cf .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ab494acf4aaa0cf .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ab494acf4aaa0cf .addr-list {
  min-height: 200px;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name,
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ab494acf4aaa0cf .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ab494acf4aaa0cf .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ab494acf4aaa0cf .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ab494acf4aaa0cf .add-addr {
  height: 32px;
  line-height: 30px;
}
#ab494acf4aaa0cf .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;
}
#ab494acf4aaa0cf .publish-item {
  cursor: default;
  min-height: 120px;
}
#ab494acf4aaa0cf .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ab494acf4aaa0cf .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ab494acf4aaa0cf .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4563f7;
}
#ab494acf4aaa0cf .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a4566a3e2ca6c43 .search-highlight {
  background: yellow;
}
#a4566a3e2ca6c43 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a4566a3e2ca6c43 .goods-sort {
  padding: 10px 0;
}
#a4566a3e2ca6c43 .goods {
  padding-bottom: 20px;
}
#a4566a3e2ca6c43 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a4566a3e2ca6c43 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a4566a3e2ca6c43 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a4566a3e2ca6c43 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a4566a3e2ca6c43 .goods-sort .sort-default.active,
#a4566a3e2ca6c43 .goods-sort .category-item.active {
  color: red;
}
#a4566a3e2ca6c43 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a4566a3e2ca6c43 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a4566a3e2ca6c43 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a4566a3e2ca6c43 .sorts .sort.active span {
  color: #e4393c;
}
#a4566a3e2ca6c43 .sorts .fa {
  color: #999;
}
#a4566a3e2ca6c43 .sorts .fa.active {
  color: #e4393c;
}
#a4566a3e2ca6c43 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a4566a3e2ca6c43 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a4566a3e2ca6c43 .uk-container {
  min-height: 200px;
}
#a4566a3e2ca6c43 .not-found {
  line-height: 200px;
}
#a4566a3e2ca6c43 .goods .item {
  color: #333;
  font-weight: 400;
}
#a4566a3e2ca6c43 .img-alter {
  display: none;
}
#a4566a3e2ca6c43 .goods .item:hover .img-main {
  display: none;
}
#a4566a3e2ca6c43 .goods .item:hover .img-alter {
  display: block;
}
#a4566a3e2ca6c43 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a4566a3e2ca6c43 .goods .item .title:hover {
  color: #d4282d;
}
#a4566a3e2ca6c43 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4566a3e2ca6c43 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a4566a3e2ca6c43 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a4566a3e2ca6c43 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a4566a3e2ca6c43 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a4566a3e2ca6c43 .uk-card .uk-card-media {
  background: #fff;
}
#a4566a3e2ca6c43 .uk-card:hover {
  background-color: #f4f0e9;
}
#a4566a3e2ca6c43 .sort-time.active .fa {
  color: #e4393c;
}
#a4566a3e2ca6c43 * + .uk-grid-margin-small,
#a4566a3e2ca6c43 .uk-grid + .uk-grid-small,
#a4566a3e2ca6c43 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ace1ba9f26a26ce .coupon-item:after,
#ace1ba9f26a26ce .coupon-item:before {
  background: #ffffff;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a00dbae340ad5f5 {
  min-height: 90vh;
  /* mobile */
}
#a00dbae340ad5f5 .search-highlight {
  background: yellow;
}
#a00dbae340ad5f5 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a00dbae340ad5f5 .el-title {
  margin-bottom: 20px;
}
#a00dbae340ad5f5 .el-item:hover .el-title {
  color: #4563f7;
}
#a00dbae340ad5f5 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a00dbae340ad5f5 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a00dbae340ad5f5 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a00dbae340ad5f5 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a00dbae340ad5f5 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a00dbae340ad5f5 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a00dbae340ad5f5 .el-title {
    margin-bottom: 0;
  }
  #a00dbae340ad5f5 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a00dbae340ad5f5 .category {
    font-size: 12px;
  }
  #a00dbae340ad5f5 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a9766a1e00ab465 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a9766a1e00ab465 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a9766a1e00ab465 .cart-head,
#a9766a1e00ab465 .cart-footer,
#a9766a1e00ab465 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a9766a1e00ab465 .cart-head {
  background-color: #efefef;
}
#a9766a1e00ab465 .cart-head,
#a9766a1e00ab465 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a9766a1e00ab465 .cart-footer {
  display: none;
}
#a9766a1e00ab465 .cart-head .c-checkbox {
  width: 150px;
}
#a9766a1e00ab465 .c-info {
  width: 410px;
}
#a9766a1e00ab465 .c-price {
  width: 180px;
}
#a9766a1e00ab465 .c-count {
  width: 170px;
}
#a9766a1e00ab465 .c-sum {
  width: 170px;
}
#a9766a1e00ab465 .cart-item {
  padding: 20px 12px;
}
#a9766a1e00ab465 .selected {
  background-color: #fdf5e9;
}
#a9766a1e00ab465 .cart-item .c-info {
  width: 500px;
}
#a9766a1e00ab465 .cart-item .c-checkbox {
  width: 60px;
}
#a9766a1e00ab465 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a9766a1e00ab465 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a9766a1e00ab465 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a9766a1e00ab465 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a9766a1e00ab465 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9766a1e00ab465 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a9766a1e00ab465 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a9766a1e00ab465 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a9766a1e00ab465 .cart-item .column {
  padding-top: 12px;
}
#a9766a1e00ab465 .cart-item .c-info {
  padding-top: 0;
}
#a9766a1e00ab465 .cart-item .del {
  color: #555;
}
#a9766a1e00ab465 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a9766a1e00ab465 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a9766a1e00ab465 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a9766a1e00ab465 .select-num i {
  line-height: 30px;
}
#a9766a1e00ab465 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a9766a1e00ab465 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a9766a1e00ab465 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a9766a1e00ab465 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a9766a1e00ab465 .price-info .discount {
  font-size: 12px;
}
#a9766a1e00ab465 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a9766a1e00ab465 .column-left {
  line-height: 36px;
}
#a9766a1e00ab465 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a9766a1e00ab465 .column-left a:hover {
  color: #E2231A;
}
#a9766a1e00ab465 .column-right {
  padding-right: 130px;
}
#a9766a1e00ab465 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a9766a1e00ab465 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a9766a1e00ab465 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a9766a1e00ab465 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a1fbfac632a992e .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a1fbfac632a992e .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a1fbfac632a992e .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a1fbfac632a992e .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a1fbfac632a992e .addr-list {
  height: 45px;
  overflow: hidden;
}
#a1fbfac632a992e .addr-list.expand {
  height: auto;
}
#a1fbfac632a992e .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a1fbfac632a992e .addr-item:hover {
  background-color: #fff3f3;
}
#a1fbfac632a992e .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a1fbfac632a992e .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a1fbfac632a992e .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a1fbfac632a992e .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a1fbfac632a992e .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a1fbfac632a992e .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a1fbfac632a992e .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a1fbfac632a992e .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a1fbfac632a992e .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a1fbfac632a992e .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a1fbfac632a992e .addr-switch.expand b {
  background-position: 0 -10px;
}
#a1fbfac632a992e table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a1fbfac632a992e table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a1fbfac632a992e table td {
  text-align: center;
}
#a1fbfac632a992e table thead td {
  border-top: none;
}
#a1fbfac632a992e table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a1fbfac632a992e table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a1fbfac632a992e table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a1fbfac632a992e .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a1fbfac632a992e table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a1fbfac632a992e .checkout-summary {
  margin: 20px 4px 10px;
}
#a1fbfac632a992e .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a1fbfac632a992e .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a1fbfac632a992e .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a1fbfac632a992e .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a1fbfac632a992e .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a1fbfac632a992e .order-submit-btn:hover {
  background-color: #EF494D;
}
#a1fbfac632a992e .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a1fbfac632a992e .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a1fbfac632a992e .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a1fbfac632a992e .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a1fbfac632a992e .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a1fbfac632a992e .select-num i {
  line-height: 30px;
}
#a1fbfac632a992e .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a1fbfac632a992e .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a1fbfac632a992e .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a1fbfac632a992e .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a69d3a8c6dada63 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a69d3a8c6dada63 .order-id {
  color: #666;
}
#a69d3a8c6dada63 .payment {
  cursor: pointer;
}
#a69d3a8c6dada63 .payment img {
  min-height: 40px;
}
#a69d3a8c6dada63 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a69d3a8c6dada63 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a69d3a8c6dada63 .selected {
  border: 2px solid #e1251b;
}
#a69d3a8c6dada63 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a69d3a8c6dada63 .btn:hover {
  background-color: #EF494D;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ac901a0657ae797 {
  max-width: 1200px;
  margin: 0 auto;
}
#ac901a0657ae797 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#ac901a0657ae797 .order-container {
  padding-bottom: 60px;
}
#ac901a0657ae797 .express-date {
  color: #999;
  font-size: 12px;
}
#ac901a0657ae797 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#ac901a0657ae797 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#ac901a0657ae797 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ac901a0657ae797 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#ac901a0657ae797 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#ac901a0657ae797 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#ac901a0657ae797 .state-desc {
  padding-left: 25px;
}
#ac901a0657ae797 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#ac901a0657ae797 .order-status .icon-status.status-1,
#ac901a0657ae797 .order-status .icon-status.status-2,
#ac901a0657ae797 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#ac901a0657ae797 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#ac901a0657ae797 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ac901a0657ae797 .state-tip {
  font-size: 12px;
}
#ac901a0657ae797 .top-content {
  padding: 0 10px;
  background: #fff;
}
#ac901a0657ae797 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#ac901a0657ae797 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#ac901a0657ae797 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#ac901a0657ae797 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .top-content.address .content-wrap {
  border-bottom: none;
}
#ac901a0657ae797 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#ac901a0657ae797 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#ac901a0657ae797 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#ac901a0657ae797 .goods-info .private-info {
  font-size: 12px;
}
#ac901a0657ae797 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#ac901a0657ae797 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#ac901a0657ae797 .panel {
  background: #fff;
  margin: 20px 0;
}
#ac901a0657ae797 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#ac901a0657ae797 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#ac901a0657ae797 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#ac901a0657ae797 .hide {
  display: none;
}
#ac901a0657ae797 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#ac901a0657ae797 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#ac901a0657ae797 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#ac901a0657ae797 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#ac901a0657ae797 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#ac901a0657ae797 .order-id {
  font-size: 13px;
  font-style: normal;
}
#ac901a0657ae797 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#ac901a0657ae797 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#ac901a0657ae797 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#ac901a0657ae797 .total-price .price {
  color: #f2270c;
}
#ac901a0657ae797 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#ac901a0657ae797 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a1a80af3d1ab0a4 .comment-detail {
  min-height: 600px;
}
#a1a80af3d1ab0a4 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a1a80af3d1ab0a4 table th,
#a1a80af3d1ab0a4 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a1a80af3d1ab0a4 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a1a80af3d1ab0a4 .red {
  color: #F00!important;
}
#a1a80af3d1ab0a4 .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;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#ad592aab63ada02 .address-select {
  cursor: pointer;
}
#ad592aab63ada02 .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#ad592aab63ada02 .form-item-last {
  border-bottom: none;
}
#ad592aab63ada02 .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#ad592aab63ada02 .address-select .uk-select {
  width: 100px;
}
#ad592aab63ada02 .form-item .uk-input,
#ad592aab63ada02 .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#ad592aab63ada02 .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#ad592aab63ada02 .submit-btn:hover {
  opacity: .9;
}
#ad592aab63ada02 .img-box {
  margin-top: 40px;
}
#ad592aab63ada02 .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#ad592aab63ada02 .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#ad592aab63ada02 .z_photo .z_file {
  position: relative;
}
#ad592aab63ada02 .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#ad592aab63ada02 .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#ad592aab63ada02 .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#ad592aab63ada02 .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#ad592aab63ada02 .up-section:hover {
  border: 2px solid #f15134;
}
#ad592aab63ada02 .up-section:hover .close-upimg {
  display: block;
}
#ad592aab63ada02 .up-section:hover .up-span {
  visibility: visible;
}
#ad592aab63ada02 .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#ad592aab63ada02 .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#ad592aab63ada02 .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#ad592aab63ada02 .publish-price {
  font-size: 16px;
  color: #888;
}
#ad592aab63ada02 .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#ad592aab63ada02 .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#ad592aab63ada02 .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#ad592aab63ada02 .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#ad592aab63ada02 .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#ad592aab63ada02 .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#ad592aab63ada02 .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#ad592aab63ada02 .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#ad592aab63ada02 #fileList,
#ad592aab63ada02 #picker {
  display: inline-block;
  float: left;
}
#ad592aab63ada02 .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#ad592aab63ada02 .thumbnail img {
  width: 100%;
  height: 130px;
}
#ad592aab63ada02 .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#ad592aab63ada02 .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#ad592aab63ada02 .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#ad592aab63ada02 #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#ad592aab63ada02 .webuploader-pick {
  height: 100%;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}#adba8a154ba55b9 {
  /* 修复吸顶导航宽度被写死的问题 */
}
#adba8a154ba55b9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adba8a154ba55b9 .uk-sticky-fixed {
  width: 100% !important;
  left: 0;
  right: 0;
}
#a9f45ad026ad6be .search-detail {
  min-height: 400px;
}
#a9f45ad026ad6be table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a9f45ad026ad6be table th,
#a9f45ad026ad6be table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a9f45ad026ad6be table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a9f45ad026ad6be .red {
  color: #F00!important;
}
#a9f45ad026ad6be .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;
}
#ab767ab213af2d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab767ab213af2d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab767ab213af2d9 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ab767ab213af2d9 .menu-list > li > a {
  padding: 0 20px;
}
#ab767ab213af2d9 .menu-list > li:hover:before {
  height: 100%;
}
#ab767ab213af2d9 .menu-list > li:hover:after {
  color: auto;
}
#ab767ab213af2d9 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #f3f3f3;
  font-weight: 400;
  content: "|";
}
#ab767ab213af2d9 .menu-list > li:first-child:after {
  content: "";
}
#ab767ab213af2d9 .menu-list > li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ab767ab213af2d9 .menu-list > li ul li {
  position: relative;
}
#ab767ab213af2d9 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 12px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #1a1a1a;
  background-color: #ffffff;
  width: null;
}
#ab767ab213af2d9 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #1a1a1a;
}
#ab767ab213af2d9 .menu-list > li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul li a:active,
#ab767ab213af2d9 li ul li a.active,
#ab767ab213af2d9 li ul li.active > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Light;
  color: #4563f7;
}
#ab767ab213af2d9 li ul,
#ab767ab213af2d9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab767ab213af2d9 li:hover > ul {
  left: auto;
}
#ab767ab213af2d9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a617bae206a0d77 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6048a0727a2fa9 .ele-wrap {border-color: rgba(69, 96, 247, 1);color: #4560f7;border-width: 1px;border-style: solid;font-size: 15px;background-color: transparent;border-radius: 4px;justify-content: center;}#a6048a0727a2fa9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;background-color: rgba(69, 96, 247, 1);}