.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.6;
  /* 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: #f5f7f9;
}
/* 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: #e33866;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #e03a7b;
}
/* 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: #e03a7b;
}
/* 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: #0261ff;
  text-shadow: none;
}
::selection {
  background: #0261ff;
  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 #0261ff;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0261ff;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0261ff;
  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: #0261ff;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0261ff;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0261ff;
  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: #0261ff;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0261ff;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0261ff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #528eff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #528eff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0261ff;
  color: #ffffff;
  border-color: #0261ff;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.6;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0261ff;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.6;
  background: none;
  /* 2 */
  color: #e33866;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #e03a7b;
}
/* 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: #0261ff;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #528eff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0261ff;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #528eff;
}
/* ========================================================================
     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: #0261ff;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #528eff;
  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: #0261ff;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #528eff;
  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: #0261ff;
}
/*
   * 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: #0261ff;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0261ff;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.6 em;
  height: 1.6 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0261ff;
  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.6;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #0261ff;
}
/* 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: #0261ff;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0261ff;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0261ff;
}
/* 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: #0261ff;
  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: #0261ff;
  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: #0261ff;
  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: #0261ff;
}
/* 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: #0261ff;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0261ff;
  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: #0261ff;
}
/*
   * 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: #0261ff;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0261ff;
}
/*
   * 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: #0261ff;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0261ff;
}
.uk-progress::-moz-progress-bar {
  background-color: #0261ff;
}
.uk-progress::-ms-fill {
  background-color: #0261ff;
}
/* ========================================================================
     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: #0261ff !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: #0261ff !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0261ff;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0261ff;
}
.uk-background-secondary {
  background-color: #528eff;
}
/* ========================================================================
     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: #0261ff;
  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: #0261ff;
  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: #0261ff;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0261ff;
}
.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(82, 142, 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: #0261ff;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0261ff;
}
.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: #0261ff;
  border-color: #0261ff;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0261ff;
}
/* ========================================================================
   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: #004dce;
}
.ap-list-filter dd a.active {
  background-color: #0261ff;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0261ff;
}
.category li a.active {
  color: #0261ff;
}
.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: #0261ff;
}
.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: #0261ff;
  border: 1px solid rgba(2, 97, 255, 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: #0261ff;
}
form .step .ui-step.active .ui-step-title {
  color: #0261ff;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0261ff;
  background-color: #0261ff;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0261ff;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0261ff;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0261ff;
  color: #0261ff;
}
.btn-effect-2:hover {
  background-color: #0261ff;
}
.uk-button.btn-effect-5 {
  background-color: #0261ff;
  box-shadow: 0 0 15px rgba(2, 97, 255, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0261ff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0261ff;
}
#a1d6eab896a5bc9 .logged {
  display: none;
}
#a1d6eab896a5bc9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1d6eab896a5bc9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1d6eab896a5bc9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1d6eab896a5bc9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1d6eab896a5bc9 .site-header {
  height: 80px;
}
#a1d6eab896a5bc9 .uk-navbar-item,
#a1d6eab896a5bc9 .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-item,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1d6eab896a5bc9 .uk-navbar-sticky {
  background: #fff;
}
#a1d6eab896a5bc9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1d6eab896a5bc9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1d6eab896a5bc9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1d6eab896a5bc9 .sub-menu-title i,
#a1d6eab896a5bc9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1d6eab896a5bc9 .menu-item a {
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1d6eab896a5bc9 .sub-menu-item ul {
  margin-top: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1d6eab896a5bc9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1d6eab896a5bc9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1d6eab896a5bc9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1d6eab896a5bc9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1d6eab896a5bc9 .site-pc-navbar {
  background: #fff;
}
#a1d6eab896a5bc9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1d6eab896a5bc9 .logo {
  display: inline-block;
}
@media (min-width: 1200px) {
  #abd3ea2f10a0539 .uk-container {
    padding: 0 60px;
  }
}
#abd3ea2f10a0539 .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 #0261ff;
}
#abd3ea2f10a0539 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#abd3ea2f10a0539 .uk-card {
  padding: 10px;
}
#abd3ea2f10a0539 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#abd3ea2f10a0539 .uk-list a.active,
#abd3ea2f10a0539 .uk-list a:hover {
  color: #0261ff;
  text-decoration: none;
}
#abd3ea2f10a0539 [data-item*=".title"], #abd3ea2f10a0539 [data-item*=".title"] a {color: #4a4a4a;max-line: 1;}#abd3ea2f10a0539 [data-item*=".abstract"], #abd3ea2f10a0539 [data-item*=".abstract"] a {show: true;color: #b6b6b6;}#abd3ea2f10a0539 [data-item*=".subTitle"], #abd3ea2f10a0539 [data-item*=".subTitle"] a {show: true;color: #e0e0e0;}#abd3ea2f10a0539 [data-item*=".category"], #abd3ea2f10a0539 [data-item*=".category"] a {show: true;color: #929292;}#abd3ea2f10a0539 [data-item="items"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#afac8a5205a1812 .logged {
  display: none;
}
#afac8a5205a1812 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#afac8a5205a1812 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afac8a5205a1812 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#afac8a5205a1812 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#afac8a5205a1812 .site-header {
  height: 80px;
}
#afac8a5205a1812 .uk-navbar-item,
#afac8a5205a1812 .uk-navbar-nav > li > a,
#afac8a5205a1812 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#afac8a5205a1812 .uk-sticky-fixed .uk-navbar-item,
#afac8a5205a1812 .uk-sticky-fixed .uk-navbar-nav > li > a,
#afac8a5205a1812 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afac8a5205a1812 .uk-navbar-sticky {
  background: #fff;
}
#afac8a5205a1812 .uk-navbar-sticky .site-header {
  height: 70px;
}
#afac8a5205a1812 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afac8a5205a1812 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#afac8a5205a1812 .sub-menu-title i,
#afac8a5205a1812 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#afac8a5205a1812 .menu-item a {
  font-size: 16px;
}
#afac8a5205a1812 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#afac8a5205a1812 .sub-menu-item ul {
  margin-top: 16px;
}
#afac8a5205a1812 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#afac8a5205a1812 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#afac8a5205a1812 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#afac8a5205a1812 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#afac8a5205a1812 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#afac8a5205a1812 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#afac8a5205a1812 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#afac8a5205a1812 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#afac8a5205a1812 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#afac8a5205a1812 .site-pc-navbar {
  background: #fff;
}
#afac8a5205a1812 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afac8a5205a1812 .logo {
  display: inline-block;
}
@media (min-width: 1200px) {
  #a121fae5a8a3d95 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a121fae5a8a3d95 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a121fae5a8a3d95 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a121fae5a8a3d95 .rich-img-wrap {
  display: block;
}
#a121fae5a8a3d95 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a121fae5a8a3d95 .author-info span {
  background: #cee0ff;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a121fae5a8a3d95 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #0261ff;
}
#a121fae5a8a3d95 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a121fae5a8a3d95 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a121fae5a8a3d95 .sidebar .uk-h4:before {
  background: #0261ff;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a121fae5a8a3d95 .author-wrapper {
  position: relative;
}
#a121fae5a8a3d95 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a121fae5a8a3d95 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a121fae5a8a3d95 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a121fae5a8a3d95 .new-list li {
  padding: 5px 0 15px;
}
#a121fae5a8a3d95 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a121fae5a8a3d95 .sidebar a:hover {
  color: #2b7aff;
}
#a121fae5a8a3d95 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6c2ba1137ad7bd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #aa19cadfaaa760d .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aa19cadfaaa760d .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#aa19cadfaaa760d .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#aa19cadfaaa760d .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #0261ff;
}
#aa19cadfaaa760d .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#aa19cadfaaa760d .uk-list li::before {
  color: #0261ff;
}
#aa19cadfaaa760d .uk-list a {
  color: #4c4c4c;
}
#aa19cadfaaa760d .uk-list a.active,
#aa19cadfaaa760d .uk-list a:hover {
  color: #0261ff;
  text-decoration: none;
}
#aa19cadfaaa760d .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#aa19cadfaaa760d .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#aa19cadfaaa760d .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#a0715aafcfa5448 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0715aafcfa5448 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0715aafcfa5448 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a0715aafcfa5448 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0715aafcfa5448 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ff0b6e;
}
#a0715aafcfa5448 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a0715aafcfa5448 .menu-list > li.active > a:before,
#a0715aafcfa5448 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0715aafcfa5448 .menu-list > li ul li {
  position: relative;
}
#a0715aafcfa5448 .menu-list > li ul li:hover > a {
  color: #777;
}
#a0715aafcfa5448 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background: transparent;
}
#a0715aafcfa5448 .menu-list li ul,
#a0715aafcfa5448 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a0715aafcfa5448 .menu-list li ul.menu-b > li,
#a0715aafcfa5448 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0715aafcfa5448 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0715aafcfa5448 .menu-list li:hover > ul {
  display: block;
}
#a0715aafcfa5448 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acbe5a96eda0240 {
  pointer-events: none;
  /* Open state */
}
#acbe5a96eda0240 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#acbe5a96eda0240 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#acbe5a96eda0240 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#acbe5a96eda0240 .search-box .search-type.show {
  display: block;
}
#acbe5a96eda0240 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#acbe5a96eda0240 .search-box .search-type li:hover {
  color: #51adf6;
}
#acbe5a96eda0240 .search-box .search-type li.active {
  color: #51adf6;
}
#acbe5a96eda0240 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#acbe5a96eda0240 select.hide {
  display: none !important;
}
#acbe5a96eda0240 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#acbe5a96eda0240 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
}
#acbe5a96eda0240 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#acbe5a96eda0240 .normal .sb-search-input {
  padding-left: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#acbe5a96eda0240 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#acbe5a96eda0240 .sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
#acbe5a96eda0240 .sb-search-input::-moz-placeholder {
  color: #ffffff;
}
#acbe5a96eda0240 .sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}
#acbe5a96eda0240 .sb-icon-search,
#acbe5a96eda0240 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#acbe5a96eda0240 .sb-search-submit {
  background: #ff0b6e;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#acbe5a96eda0240 .sb-icon-search {
  color: #fff;
  background: #ff0b6e;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#acbe5a96eda0240 .sb-icon-search .fa {
  color: #fff;
}
#acbe5a96eda0240 .sb-search.sb-search-open,
#acbe5a96eda0240 .no-js .sb-search {
  width: 100%;
}
#acbe5a96eda0240 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#acbe5a96eda0240 .sb-search.sb-search-open .sb-icon-search,
#acbe5a96eda0240 .no-js .sb-search .sb-icon-search {
  background: #51adf6;
  color: #fff;
  z-index: 11;
}
#acbe5a96eda0240 .sb-search.sb-search-open .sb-icon-search .fa,
#acbe5a96eda0240 .no-js .sb-search .sb-icon-search .fa {
  color: #fff;
}
#acbe5a96eda0240 .sb-search.sb-search-open .sb-search-submit,
#acbe5a96eda0240 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#aa19cadfaaa760d [data-item*=".abstract"], #aa19cadfaaa760d [data-item*=".abstract"] a {show: true;}#aa19cadfaaa760d [data-item*=".subTitle"], #aa19cadfaaa760d [data-item*=".subTitle"] a {show: true;}#aa19cadfaaa760d [data-item*=".category"], #aa19cadfaaa760d [data-item*=".category"] a {show: true;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3bb7ab10ba4710 .logged {
  display: none;
}
#a3bb7ab10ba4710 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3bb7ab10ba4710 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3bb7ab10ba4710 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3bb7ab10ba4710 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3bb7ab10ba4710 .site-header {
  height: 80px;
}
#a3bb7ab10ba4710 .uk-navbar-item,
#a3bb7ab10ba4710 .uk-navbar-nav > li > a,
#a3bb7ab10ba4710 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3bb7ab10ba4710 .uk-sticky-fixed .uk-navbar-item,
#a3bb7ab10ba4710 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3bb7ab10ba4710 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3bb7ab10ba4710 .uk-navbar-sticky {
  background: #fff;
}
#a3bb7ab10ba4710 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3bb7ab10ba4710 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3bb7ab10ba4710 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3bb7ab10ba4710 .sub-menu-title i,
#a3bb7ab10ba4710 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3bb7ab10ba4710 .menu-item a {
  font-size: 16px;
}
#a3bb7ab10ba4710 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3bb7ab10ba4710 .sub-menu-item ul {
  margin-top: 16px;
}
#a3bb7ab10ba4710 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3bb7ab10ba4710 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3bb7ab10ba4710 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3bb7ab10ba4710 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3bb7ab10ba4710 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3bb7ab10ba4710 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3bb7ab10ba4710 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3bb7ab10ba4710 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3bb7ab10ba4710 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3bb7ab10ba4710 .site-pc-navbar {
  background: #fff;
}
#a3bb7ab10ba4710 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3bb7ab10ba4710 .logo {
  display: inline-block;
}
#a1639a06e2af03f .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a1639a06e2af03f .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a1639a06e2af03f .abstract {
  white-space: pre-wrap;
}
#a1639a06e2af03f .product-main {
  margin: 15px 0;
}
#a1639a06e2af03f .disable-imglink .rich-img-wrap {
  cursor: default;
}
#a1639a06e2af03f .video-box,
#a1639a06e2af03f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a1639a06e2af03f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1639a06e2af03f .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a1639a06e2af03f .preview-box img {
  width: 100%;
}
#a1639a06e2af03f .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a1639a06e2af03f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1639a06e2af03f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1639a06e2af03f .thumb-box {
  width: 100%;
  position: relative;
}
#a1639a06e2af03f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1639a06e2af03f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1639a06e2af03f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1639a06e2af03f .thumb-list {
  overflow: hidden;
}
#a1639a06e2af03f .thumb-list ul {
  width: 100000px;
}
#a1639a06e2af03f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1639a06e2af03f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1639a06e2af03f .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a1639a06e2af03f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1639a06e2af03f .thumb-list ul li.active img {
  border-color: #0261ff;
}
#a1639a06e2af03f .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a1639a06e2af03f .zoom-box img {
  max-width: initial;
}
#a1639a06e2af03f .uk-button-primary {
  font-size: 16px;
}
#a1639a06e2af03f .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a1639a06e2af03f .questions .answer {
  font-size: 13px;
  color: #999;
}
#a1639a06e2af03f .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a1639a06e2af03f .content-wrap {
    padding: 0;
  }
  #a1639a06e2af03f .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a1639a06e2af03f .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ac03eac6aea9888 .logged {
  display: none;
}
#ac03eac6aea9888 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ac03eac6aea9888 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ac03eac6aea9888 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ac03eac6aea9888 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ac03eac6aea9888 .site-header {
  height: 80px;
}
#ac03eac6aea9888 .uk-navbar-item,
#ac03eac6aea9888 .uk-navbar-nav > li > a,
#ac03eac6aea9888 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ac03eac6aea9888 .uk-sticky-fixed .uk-navbar-item,
#ac03eac6aea9888 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ac03eac6aea9888 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ac03eac6aea9888 .uk-navbar-sticky {
  background: #fff;
}
#ac03eac6aea9888 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ac03eac6aea9888 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac03eac6aea9888 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ac03eac6aea9888 .sub-menu-title i,
#ac03eac6aea9888 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ac03eac6aea9888 .menu-item a {
  font-size: 16px;
}
#ac03eac6aea9888 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ac03eac6aea9888 .sub-menu-item ul {
  margin-top: 16px;
}
#ac03eac6aea9888 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ac03eac6aea9888 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ac03eac6aea9888 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ac03eac6aea9888 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ac03eac6aea9888 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ac03eac6aea9888 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ac03eac6aea9888 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ac03eac6aea9888 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ac03eac6aea9888 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ac03eac6aea9888 .site-pc-navbar {
  background: #fff;
}
#ac03eac6aea9888 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ac03eac6aea9888 .logo {
  display: inline-block;
}
#aaa27a77fba38ae .detail-content .goods-params div {
  margin: 4px 0;
}
#aaa27a77fba38ae .desc {
  white-space: pre-wrap;
}
#aaa27a77fba38ae .video-box,
#aaa27a77fba38ae .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aaa27a77fba38ae .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aaa27a77fba38ae .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aaa27a77fba38ae .preview-box img {
  width: 100%;
}
#aaa27a77fba38ae .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#aaa27a77fba38ae .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aaa27a77fba38ae .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aaa27a77fba38ae .thumb-box {
  width: 100%;
  position: relative;
}
#aaa27a77fba38ae .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aaa27a77fba38ae .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aaa27a77fba38ae .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aaa27a77fba38ae .thumb-list {
  overflow: hidden;
}
#aaa27a77fba38ae .thumb-list ul {
  width: 100000px;
}
#aaa27a77fba38ae .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aaa27a77fba38ae .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aaa27a77fba38ae .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#aaa27a77fba38ae .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aaa27a77fba38ae .thumb-list ul li.active img {
  border-color: #0261ff;
}
#aaa27a77fba38ae .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aaa27a77fba38ae .zoom-box img {
  max-width: initial;
}
#aaa27a77fba38ae .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aaa27a77fba38ae .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aaa27a77fba38ae .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#aaa27a77fba38ae .goods-intro .price span {
  line-height: 30px;
}
#aaa27a77fba38ae .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aaa27a77fba38ae .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #0261ff;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aaa27a77fba38ae .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #0261ff;
  font-size: 18px;
}
#aaa27a77fba38ae .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aaa27a77fba38ae .line-through {
  text-decoration: line-through;
}
#aaa27a77fba38ae .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aaa27a77fba38ae .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aaa27a77fba38ae .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aaa27a77fba38ae .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aaa27a77fba38ae .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aaa27a77fba38ae .number .name {
  line-height: 30px;
  width: 54px;
}
#aaa27a77fba38ae .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aaa27a77fba38ae .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aaa27a77fba38ae .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aaa27a77fba38ae .select-num i {
  line-height: 30px;
}
#aaa27a77fba38ae .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aaa27a77fba38ae .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aaa27a77fba38ae .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aaa27a77fba38ae .buttons {
  margin: 30px 0 0 12px;
}
#aaa27a77fba38ae .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #0261ff;
  text-align: center;
  border-radius: 2px;
}
#aaa27a77fba38ae .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aaa27a77fba38ae .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aaa27a77fba38ae .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aaa27a77fba38ae .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aaa27a77fba38ae .hot-list .img-wrap {
  display: block;
}
#aaa27a77fba38ae .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aaa27a77fba38ae .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aaa27a77fba38ae .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aaa27a77fba38ae .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#aaa27a77fba38ae .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#aaa27a77fba38ae ::-webkit-scrollbar {
  display: none;
}
#aaa27a77fba38ae .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aaa27a77fba38ae .left .detail-nav-tab .item.uk-active,
#aaa27a77fba38ae .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #0261ff;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aaa27a77fba38ae .left .detail-nav-tab .item.uk-active a {
  color: #0261ff;
  cursor: default;
}
#aaa27a77fba38ae .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aaa27a77fba38ae .hot-list .item:last-child {
  border-bottom: none;
}
#aaa27a77fba38ae .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#aaa27a77fba38ae .hot-list .item .goods-title:hover {
  color: #0261ff;
}
#aaa27a77fba38ae .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #0261ff;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aaa27a77fba38ae .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aaa27a77fba38ae .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aaa27a77fba38ae .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aaa27a77fba38ae .right {
    width: 100%;
  }
  #aaa27a77fba38ae .preview-box img {
    height: 340px;
  }
  #aaa27a77fba38ae .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aaa27a77fba38ae .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aaa27a77fba38ae .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a95feafe1faaa33 .logged {
  display: none;
}
#a95feafe1faaa33 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a95feafe1faaa33 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a95feafe1faaa33 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a95feafe1faaa33 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a95feafe1faaa33 .site-header {
  height: 80px;
}
#a95feafe1faaa33 .uk-navbar-item,
#a95feafe1faaa33 .uk-navbar-nav > li > a,
#a95feafe1faaa33 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a95feafe1faaa33 .uk-sticky-fixed .uk-navbar-item,
#a95feafe1faaa33 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a95feafe1faaa33 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a95feafe1faaa33 .uk-navbar-sticky {
  background: #fff;
}
#a95feafe1faaa33 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a95feafe1faaa33 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a95feafe1faaa33 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a95feafe1faaa33 .sub-menu-title i,
#a95feafe1faaa33 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a95feafe1faaa33 .menu-item a {
  font-size: 16px;
}
#a95feafe1faaa33 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a95feafe1faaa33 .sub-menu-item ul {
  margin-top: 16px;
}
#a95feafe1faaa33 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a95feafe1faaa33 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a95feafe1faaa33 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a95feafe1faaa33 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a95feafe1faaa33 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a95feafe1faaa33 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a95feafe1faaa33 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a95feafe1faaa33 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a95feafe1faaa33 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a95feafe1faaa33 .site-pc-navbar {
  background: #fff;
}
#a95feafe1faaa33 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a95feafe1faaa33 .logo {
  display: inline-block;
}
#af370a65a0a20bd .detail-content .goods-params div {
  margin: 4px 0;
}
#af370a65a0a20bd .desc {
  white-space: pre-wrap;
}
#af370a65a0a20bd .video-box,
#af370a65a0a20bd .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#af370a65a0a20bd .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#af370a65a0a20bd .goods-slider {
  width: 430px;
  max-width: 100%;
}
#af370a65a0a20bd .preview-box img {
  width: 100%;
}
#af370a65a0a20bd .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#af370a65a0a20bd .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#af370a65a0a20bd .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#af370a65a0a20bd .thumb-box {
  width: 100%;
  position: relative;
}
#af370a65a0a20bd .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#af370a65a0a20bd .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#af370a65a0a20bd .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#af370a65a0a20bd .thumb-list {
  overflow: hidden;
}
#af370a65a0a20bd .thumb-list ul {
  width: 100000px;
}
#af370a65a0a20bd .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#af370a65a0a20bd .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#af370a65a0a20bd .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#af370a65a0a20bd .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#af370a65a0a20bd .thumb-list ul li.active img {
  border-color: #0261ff;
}
#af370a65a0a20bd .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#af370a65a0a20bd .zoom-box img {
  max-width: initial;
}
#af370a65a0a20bd .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#af370a65a0a20bd .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#af370a65a0a20bd .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#af370a65a0a20bd .goods-intro .price span {
  line-height: 30px;
}
#af370a65a0a20bd .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#af370a65a0a20bd .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #0261ff;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#af370a65a0a20bd .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #0261ff;
  font-size: 18px;
}
#af370a65a0a20bd .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#af370a65a0a20bd .line-through {
  text-decoration: line-through;
}
#af370a65a0a20bd .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#af370a65a0a20bd .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#af370a65a0a20bd .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#af370a65a0a20bd .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#af370a65a0a20bd .number {
  margin-top: 20px;
  margin-left: 10px;
}
#af370a65a0a20bd .number .name {
  line-height: 30px;
  width: 54px;
}
#af370a65a0a20bd .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#af370a65a0a20bd .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#af370a65a0a20bd .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#af370a65a0a20bd .select-num i {
  line-height: 30px;
}
#af370a65a0a20bd .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#af370a65a0a20bd .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#af370a65a0a20bd .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#af370a65a0a20bd .buttons {
  margin: 30px 0 0 12px;
}
#af370a65a0a20bd .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #0261ff;
  text-align: center;
  border-radius: 2px;
}
#af370a65a0a20bd .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#af370a65a0a20bd .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#af370a65a0a20bd .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#af370a65a0a20bd .promote-goods .uk-slider {
  padding: 10px 50px;
}
#af370a65a0a20bd .hot-list .img-wrap {
  display: block;
}
#af370a65a0a20bd .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#af370a65a0a20bd .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#af370a65a0a20bd .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#af370a65a0a20bd .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#af370a65a0a20bd .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#af370a65a0a20bd ::-webkit-scrollbar {
  display: none;
}
#af370a65a0a20bd .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#af370a65a0a20bd .left .detail-nav-tab .item.uk-active,
#af370a65a0a20bd .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #0261ff;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#af370a65a0a20bd .left .detail-nav-tab .item.uk-active a {
  color: #0261ff;
  cursor: default;
}
#af370a65a0a20bd .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#af370a65a0a20bd .hot-list .item:last-child {
  border-bottom: none;
}
#af370a65a0a20bd .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#af370a65a0a20bd .hot-list .item .goods-title:hover {
  color: #0261ff;
}
#af370a65a0a20bd .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #0261ff;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#af370a65a0a20bd .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#af370a65a0a20bd .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#af370a65a0a20bd .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #af370a65a0a20bd .right {
    width: 100%;
  }
  #af370a65a0a20bd .preview-box img {
    height: 340px;
  }
  #af370a65a0a20bd .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #af370a65a0a20bd .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #af370a65a0a20bd .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a48faa08e3ab23b {
  /* mobile */
}
#a48faa08e3ab23b .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a48faa08e3ab23b .goods-sort {
  padding: 30px 0 25px;
}
#a48faa08e3ab23b .goods {
  padding-bottom: 40px;
}
#a48faa08e3ab23b .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a48faa08e3ab23b .goods-sort .name {
  flex-shrink: 0;
  margin-right: 12px;
}
#a48faa08e3ab23b .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
}
#a48faa08e3ab23b .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#a48faa08e3ab23b .goods-sort .category-item.active {
  color: red;
}
#a48faa08e3ab23b .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a48faa08e3ab23b .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a48faa08e3ab23b .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a48faa08e3ab23b .sorts .sort.active span {
  color: #e4393c;
}
#a48faa08e3ab23b .sorts .fa {
  color: #999;
}
#a48faa08e3ab23b .sorts .fa.active {
  color: #e4393c;
}
#a48faa08e3ab23b .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a48faa08e3ab23b .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a48faa08e3ab23b .goods .item {
  color: #333;
  font-weight: 400;
}
#a48faa08e3ab23b .img-alter {
  display: none;
}
#a48faa08e3ab23b .goods .item:hover .img-main {
  display: none;
}
#a48faa08e3ab23b .goods .item:hover .img-alter {
  display: block;
}
#a48faa08e3ab23b .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a48faa08e3ab23b .goods .item .title:hover {
  color: #d4282d;
}
#a48faa08e3ab23b .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;
}
#a48faa08e3ab23b .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a48faa08e3ab23b .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a48faa08e3ab23b .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a48faa08e3ab23b .uk-card .uk-card-media {
  background: #fff;
}
#a48faa08e3ab23b .uk-card:hover {
  background-color: #f4f0e9;
}
#a48faa08e3ab23b .sort-time.active .fa {
  color: #e4393c;
}
#a48faa08e3ab23b * + .uk-grid-margin-small,
#a48faa08e3ab23b .uk-grid + .uk-grid-small,
#a48faa08e3ab23b .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #a48faa08e3ab23b .category-list,
  #a48faa08e3ab23b .goods-sort {
    padding: 10px 0;
  }
  #a48faa08e3ab23b .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a021fa19bba3627 .video-box,
#a021fa19bba3627 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a021fa19bba3627 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a021fa19bba3627 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a021fa19bba3627 .preview-box img {
  width: 100%;
}
#a021fa19bba3627 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a021fa19bba3627 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a021fa19bba3627 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a021fa19bba3627 .thumb-box {
  width: 100%;
  position: relative;
}
#a021fa19bba3627 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a021fa19bba3627 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a021fa19bba3627 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a021fa19bba3627 .thumb-list {
  overflow: hidden;
}
#a021fa19bba3627 .thumb-list ul {
  width: 100000px;
}
#a021fa19bba3627 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a021fa19bba3627 .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#a021fa19bba3627 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a021fa19bba3627 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a021fa19bba3627 .zoom-box img {
  max-width: initial;
}
#a021fa19bba3627 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a021fa19bba3627 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a021fa19bba3627 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a021fa19bba3627 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a021fa19bba3627 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a021fa19bba3627 .goods-intro .price span {
  line-height: 30px;
}
#a021fa19bba3627 .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a021fa19bba3627 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a021fa19bba3627 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#a021fa19bba3627 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a021fa19bba3627 .line-through {
  text-decoration: line-through;
}
#a021fa19bba3627 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a021fa19bba3627 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a021fa19bba3627 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a021fa19bba3627 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a021fa19bba3627 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a021fa19bba3627 .number .name {
  line-height: 30px;
  width: 54px;
}
#a021fa19bba3627 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a021fa19bba3627 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a021fa19bba3627 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a021fa19bba3627 .select-num i {
  line-height: 30px;
}
#a021fa19bba3627 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a021fa19bba3627 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a021fa19bba3627 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a021fa19bba3627 .buttons {
  margin: 30px 0 0 12px;
}
#a021fa19bba3627 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#a021fa19bba3627 .buttons .button.disable {
  opacity: .3;
}
#a021fa19bba3627 .buttons .button-cart {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#a021fa19bba3627 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a021fa19bba3627 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a021fa19bba3627 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a021fa19bba3627 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a021fa19bba3627 .hot-list .img-wrap {
  display: block;
}
#a021fa19bba3627 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a021fa19bba3627 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a021fa19bba3627 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a021fa19bba3627 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a021fa19bba3627 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a021fa19bba3627 .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a021fa19bba3627 .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#a021fa19bba3627 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a021fa19bba3627 .hot-list .item:last-child {
  border-bottom: none;
}
#a021fa19bba3627 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a021fa19bba3627 .hot-list .item .goods-title:hover {
  color: #df3033;
}
#a021fa19bba3627 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a021fa19bba3627 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a021fa19bba3627 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #a021fa19bba3627 .right {
    width: 100%;
  }
  #a021fa19bba3627 .zoom-indicator {
    display: none;
  }
  #a021fa19bba3627 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a021fa19bba3627 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a021fa19bba3627 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a021fa19bba3627 .sku {
  padding: 20px 0 0 10px;
}
#a021fa19bba3627 .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#a021fa19bba3627 .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#a021fa19bba3627 .coupons {
  margin-left: 55px;
}
#a021fa19bba3627 .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#a021fa19bba3627 .sku .sku-item img {
  width: 40px;
  height: 40px;
}
#a021fa19bba3627 .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#a021fa19bba3627 .sku .sku-item span {
  padding: 0 10px;
}
#a021fa19bba3627 .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#a021fa19bba3627 .sku .sku-item.active 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;
}
#a021fa19bba3627 .goods-stock {
  line-height: 30px;
}
#a021fa19bba3627 .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#a021fa19bba3627 .quan-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px 0 12px;
  border-top: 1px solid #e4393c;
  border-bottom: 1px solid #e4393c;
  height: 18px;
  line-height: 16px;
  color: #e4393c;
  font-size: 10px;
  background: #fff;
  margin-bottom: 4px;
}
#a021fa19bba3627 .quan-item:after,
#a021fa19bba3627 .quan-item:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAPFBMVEUAAAD////kOTzqaGr+9vb4zc32vL3sdXfnTE/mRUfxmpz87O3yn6HqZ2npXWDlQEP97e33xsf3xsbxl5nHV2NIAAAAAXRSTlMAQObYZgAAAJpJREFUOMvllEsSwiAQRMnjF8g/3v+uKhIrjhHK0l16B4+C7hlALS07qSyS2kVlKnHmCpqdNvwYwTdY6yKGX7AeKtb+jmN3jLuYMMEd5XYBUMZ6cO/BHHhr7ut6wizxHOhvM+kUT5S5I77ZsGWU1kbsExsmiSdMBVc3l9a0tJaDdR+CVcryWtRBFLXYkku1oae955Xnv5Y+j/UKs1MGwyraxf4AAAAASUVORK5CYII=);
  background-size: 15px 18px;
  background-repeat: no-repeat;
}
#a021fa19bba3627 .quan-item:before {
  left: 0;
  width: 7px;
}
#a021fa19bba3627 .quan-item:after {
  right: 0;
  width: 4px;
  background-position: -11px 0;
}
#a021fa19bba3627 .price-wrap {
  margin-left: 55px;
}
#a021fa19bba3627 .member-price-wrap svg {
  display: inline-block;
  margin-right: 6px;
}
#a021fa19bba3627 .member-price-wrap .num {
  color: #333;
}
#a021fa19bba3627 .member-price-wrap a {
  color: #555;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a3ca7a596aa9ce8 .video-box,
#a3ca7a596aa9ce8 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3ca7a596aa9ce8 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3ca7a596aa9ce8 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a3ca7a596aa9ce8 .preview-box img {
  width: 100%;
}
#a3ca7a596aa9ce8 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a3ca7a596aa9ce8 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3ca7a596aa9ce8 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3ca7a596aa9ce8 .thumb-box {
  width: 100%;
  position: relative;
}
#a3ca7a596aa9ce8 .address-select {
  display: inline-block;
}
#a3ca7a596aa9ce8 .address-select .uk-select {
  width: 100px;
  margin-right: 10px;
}
#a3ca7a596aa9ce8 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3ca7a596aa9ce8 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3ca7a596aa9ce8 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3ca7a596aa9ce8 .thumb-list {
  overflow: hidden;
}
#a3ca7a596aa9ce8 .thumb-list ul {
  width: 100000px;
}
#a3ca7a596aa9ce8 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3ca7a596aa9ce8 .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#a3ca7a596aa9ce8 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a3ca7a596aa9ce8 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a3ca7a596aa9ce8 .zoom-box img {
  max-width: initial;
}
#a3ca7a596aa9ce8 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a3ca7a596aa9ce8 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3ca7a596aa9ce8 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3ca7a596aa9ce8 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a3ca7a596aa9ce8 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a3ca7a596aa9ce8 .goods-intro .price span {
  line-height: 30px;
}
#a3ca7a596aa9ce8 .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a3ca7a596aa9ce8 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3ca7a596aa9ce8 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#a3ca7a596aa9ce8 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a3ca7a596aa9ce8 .line-through {
  text-decoration: line-through;
}
#a3ca7a596aa9ce8 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a3ca7a596aa9ce8 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a3ca7a596aa9ce8 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a3ca7a596aa9ce8 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a3ca7a596aa9ce8 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a3ca7a596aa9ce8 .number .name {
  line-height: 30px;
  width: 54px;
}
#a3ca7a596aa9ce8 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a3ca7a596aa9ce8 .appoint-fields .uk-margin {
  margin-bottom: 6px;
}
#a3ca7a596aa9ce8 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a3ca7a596aa9ce8 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a3ca7a596aa9ce8 .select-num i {
  line-height: 30px;
}
#a3ca7a596aa9ce8 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a3ca7a596aa9ce8 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a3ca7a596aa9ce8 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a3ca7a596aa9ce8 .buttons {
  margin: 30px 0 0 12px;
}
#a3ca7a596aa9ce8 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#a3ca7a596aa9ce8 .buttons .button.disable {
  opacity: .3;
}
#a3ca7a596aa9ce8 .buttons .button-buy {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#a3ca7a596aa9ce8 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a3ca7a596aa9ce8 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a3ca7a596aa9ce8 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a3ca7a596aa9ce8 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a3ca7a596aa9ce8 .hot-list .img-wrap {
  display: block;
}
#a3ca7a596aa9ce8 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a3ca7a596aa9ce8 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a3ca7a596aa9ce8 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a3ca7a596aa9ce8 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a3ca7a596aa9ce8 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a3ca7a596aa9ce8 .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a3ca7a596aa9ce8 .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#a3ca7a596aa9ce8 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a3ca7a596aa9ce8 .hot-list .item:last-child {
  border-bottom: none;
}
#a3ca7a596aa9ce8 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a3ca7a596aa9ce8 .hot-list .item .goods-title:hover {
  color: #df3033;
}
#a3ca7a596aa9ce8 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3ca7a596aa9ce8 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a3ca7a596aa9ce8 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #a3ca7a596aa9ce8 .right {
    width: 100%;
  }
  #a3ca7a596aa9ce8 .zoom-indicator {
    display: none;
  }
  #a3ca7a596aa9ce8 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a3ca7a596aa9ce8 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3ca7a596aa9ce8 .goods-intro .buttons .button-buy {
    border: 0;
  }
}
#a3ca7a596aa9ce8 .sku {
  padding: 20px 0 0 10px;
}
#a3ca7a596aa9ce8 .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#a3ca7a596aa9ce8 .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#a3ca7a596aa9ce8 .coupons {
  margin-left: 55px;
}
#a3ca7a596aa9ce8 .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#a3ca7a596aa9ce8 .sku .sku-item img {
  width: 50px;
  height: 50px;
}
#a3ca7a596aa9ce8 .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#a3ca7a596aa9ce8 .sku .sku-item span {
  padding: 0 10px;
}
#a3ca7a596aa9ce8 .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#a3ca7a596aa9ce8 .sku .sku-item.active 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;
}
#a3ca7a596aa9ce8 .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#a3ca7a596aa9ce8 .detail-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: none;
}
#a3ca7a596aa9ce8 .appointment-detail {
  width: 40%;
  min-width: 320px;
  max-width: 1000px;
  padding: 20px 30px;
  margin: 100px auto 0;
  background: #fff;
  z-index: 100;
  position: relative;
  max-height: 80%;
  overflow: scroll;
}
#a3ca7a596aa9ce8 .appointment-detail .appointment-item h4 {
  margin: 0;
  line-height: 1;
  padding-left: 15px;
  border-left: 3px solid #449DD1;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #444;
}
#a3ca7a596aa9ce8 .timearea-item {
  display: inline-block;
  margin: 6px 10px 6px 0;
  padding: 0 5px;
  border: 1px solid #e4e1e1;
  line-height: 26px;
  font-size: 12px;
  cursor: pointer;
}
#a3ca7a596aa9ce8 .timearea-item.active {
  border-color: #fc4343;
  color: #fc4343;
}
#a3ca7a596aa9ce8 .appointment-title {
  font-weight: bolder;
  font-size: 16px;
}
#a3ca7a596aa9ce8 .appointment-item .uk-input {
  border: 1px solid #ececec;
  height: 32px;
  line-height: 32px;
  width: 300px;
  max-width: 100%;
  padding: 0 15px;
  border-radius: 2px;
}
#a3ca7a596aa9ce8 .appointment-detail .submit {
  padding: 0 30px;
  line-height: 32px;
  height: 32px;
  border-radius: 2px;
}
#a3ca7a596aa9ce8 .detail-wrap .uk-form-label {
  display: inline-block;
  margin-right: 10px;
  min-width: 100px;
  font-size: 13px;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a199facf36a1256 .logged {
  display: none;
}
#a199facf36a1256 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a199facf36a1256 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a199facf36a1256 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a199facf36a1256 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a199facf36a1256 .site-header {
  height: 80px;
}
#a199facf36a1256 .uk-navbar-item,
#a199facf36a1256 .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-item,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a199facf36a1256 .uk-navbar-sticky {
  background: #fff;
}
#a199facf36a1256 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a199facf36a1256 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a199facf36a1256 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a199facf36a1256 .sub-menu-title i,
#a199facf36a1256 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a199facf36a1256 .menu-item a {
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a199facf36a1256 .sub-menu-item ul {
  margin-top: 16px;
}
#a199facf36a1256 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a199facf36a1256 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a199facf36a1256 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a199facf36a1256 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a199facf36a1256 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a199facf36a1256 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a199facf36a1256 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a199facf36a1256 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a199facf36a1256 .site-pc-navbar {
  background: #fff;
}
#a199facf36a1256 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a199facf36a1256 .logo {
  display: inline-block;
}
@media (min-width: 750px) {
  #aa715ab4d1a1f7d .uk-card {
    padding: 270px 32px 32px 32px;
  }
}
#aa715ab4d1a1f7d .ap-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
}
#aa715ab4d1a1f7d .uk-light a {
  color: #0261ff !important;
}
#a9fdeab400a5d36 .uk-card-media-left {
  min-height: 200px;
}
#a9fdeab400a5d36 .h-float .uk-card {
  transition: all .3s ease;
}
#a4989a33a7a11cb .uk-card-media-left {
  min-height: 200px;
}
#a4989a33a7a11cb .h-float .uk-card {
  transition: all .3s ease;
}
#a6f28a03e6a5d6c .uk-card-media-left {
  min-height: 200px;
}
#a6f28a03e6a5d6c .h-float .uk-card {
  transition: all .3s ease;
}
#a044da132fa91c2 .uk-card-media-left {
  min-height: 200px;
}
#a044da132fa91c2 .h-float .uk-card {
  transition: all .3s ease;
}
#a7423a0c26a24aa .uk-card-media-left {
  min-height: 200px;
}
#a7423a0c26a24aa .h-float .uk-card {
  transition: all .3s ease;
}
#a9f88a230bac0d9 .uk-card-media-left {
  min-height: 200px;
}
#a9f88a230bac0d9 .h-float .uk-card {
  transition: all .3s ease;
}
#a2595a1821ad81f .testimonial-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
#abadaa0098a45d7 .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#abadaa0098a45d7 .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#abadaa0098a45d7 .i-s {
  position: relative;
  font-size: 0;
}
#abadaa0098a45d7 .i-item {
  display: inline-block;
  vertical-align: top;
  width: 19.23%;
  margin: 0.385%;
  height: 100px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#abadaa0098a45d7 .i-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 96%;
  max-height: 96%;
  transition: all .3s;
}
#abadaa0098a45d7 .i-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/resources/sys/img/section/arrow-24.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#abadaa0098a45d7 .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#abadaa0098a45d7 .i-prev {
  left: -30px;
}
#abadaa0098a45d7 .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#abadaa0098a45d7 .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#abadaa0098a45d7 .i-bn .swiper-slide {
  display: inline-block;
  width: 1200px;
  height: auto;
  white-space: normal;
}
#abadaa0098a45d7 .i-item:hover {
  border-color: #0261ff;
}
#abadaa0098a45d7 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#a692ca9537a1e77 [data-item="subTitle"] {left: 0px;top: -1px; position: relative;}#a73dbae96facd66 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a73dbae96facd66  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0f95a3de2a29c8 , #a0f95a3de2a29c8 a{color: rgba(255, 11, 110, 1);}#aa5acaafd8a8d0a > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa5acaafd8a8d0a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ada76abe8da6759 , #ada76abe8da6759 a{color: rgba(254, 11, 108, 1);}#a1102a0fdfa516b > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1102a0fdfa516b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6b47a4419abab5 , #a6b47a4419abab5 a{color: rgba(255, 11, 110, 1);}#a3109a6bdaa3f9d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;border-radius: 0px;border-style: solid;background-color: #0261ff;justify-content: center;}#a3109a6bdaa3f9d .ele-wrap:hover {background-color: rgba(77, 87, 177, 1);background-color: #528eff;}#a2cbea0c1aaa62f , #a2cbea0c1aaa62f a{color: rgba(0, 148, 255, 1);}#a978aa2998a0d36 , #a978aa2998a0d36 a{color: rgba(0, 148, 255, 1);}#a4076a37d0a7051 , #a4076a37d0a7051 a{color: rgba(0, 148, 255, 1);}#aeeb3a97faafaf7 , #aeeb3a97faafaf7 a{color: rgba(0, 148, 255, 1);}#a8777a092aa7eb1 , #a8777a092aa7eb1 a{color: rgba(0, 148, 255, 1);}#a09f2a4a2ba0a77 , #a09f2a4a2ba0a77 a{color: rgba(0, 148, 255, 1);}#aa715ab4d1a1f7d [data-item="title"] {left: 0px;top: -1px; position: relative;}#aa715ab4d1a1f7d [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a9fdeab400a5d36 [data-item="title"] {left: 0px;top: 1px; position: relative;}#a4989a33a7a11cb [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a4989a33a7a11cb [data-item="title"] {left: 0px;top: -1px; position: relative;}#a7423a0c26a24aa [data-item="items[1].abstract"] {left: 0px;top: 1px; position: relative;}#a9f88a230bac0d9 [data-item="items[1].abstract"] {left: 0px;top: 1px; position: relative;}#a2595a1821ad81f [data-item="items[2].subTitle"] {left: 0px;top: -1px; position: relative;}#a2595a1821ad81f [data-item="items[0].subTitle"] {left: 0px;top: 1px; position: relative;}#a2595a1821ad81f [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a2595a1821ad81f [data-item="items[0].abstract"] {left: 0px;top: 1px; position: relative;}#a2595a1821ad81f [data-item="items[1].subTitle"] {left: 0px;top: 1px; position: relative;}#a2595a1821ad81f [data-item="items[2].title"] {left: 0px;top: -1px; position: relative;}#ab732a1794a141c .uk-grid {
  margin-left: -15px;
}
#ab732a1794a141c .uk-grid > * {
  padding-left: 15px;
}
#ab732a1794a141c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab732a1794a141c .ap-category-filter ul li.active {
  border-color: #0261ff;
  color: #0261ff;
}
#ab732a1794a141c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab732a1794a141c .article .info {
  padding: 20px 0px;
  position: relative;
}
#ab732a1794a141c .article .info p {
  margin: 10px 0 10px;
}
#ab732a1794a141c .article svg {
  fill: currentColor;
}
#ab732a1794a141c .article .btn_icon {
  position: absolute;
  right: 0px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#ab732a1794a141c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#ab732a1794a141c .article.list-icon .info {
  padding-left: 25px;
}
#ab732a1794a141c .article .datetime {
  position: absolute;
  right: 0px;
  top: 20px;
}
#ab732a1794a141c .article .title {
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#ab732a1794a141c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ab732a1794a141c .article:hover .title {
  color: #626262;
}
#ab732a1794a141c .article:hover .datetime {
  color: #b6b6b6;
}
#ab732a1794a141c .article:hover .category {
  color: #b6b6b6;
}
#ab732a1794a141c .article:hover .abstract {
  color: #b6b6b6;
}
#ab732a1794a141c .article:hover .btn_icon {
  color: #b6b6b6;
}
#ab732a1794a141c .article:hover .list_icon {
  color: #b6b6b6;
}
#ab732a1794a141c .uk-pagination li.uk-active a {
  color: #4a90e2;
}
#a4183a3505a8585 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4183a3505a8585 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#abadaa0098a45d7 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a9a1ead926af81a .logged {
  display: none;
}
#a9a1ead926af81a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9a1ead926af81a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9a1ead926af81a .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a9a1ead926af81a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9a1ead926af81a .site-header {
  height: 80px;
}
#a9a1ead926af81a .uk-navbar-item,
#a9a1ead926af81a .uk-navbar-nav > li > a,
#a9a1ead926af81a .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a9a1ead926af81a .uk-sticky-fixed .uk-navbar-item,
#a9a1ead926af81a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9a1ead926af81a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9a1ead926af81a .uk-navbar-sticky {
  background: #fff;
}
#a9a1ead926af81a .uk-navbar-sticky .site-header {
  height: 70px;
}
#a9a1ead926af81a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9a1ead926af81a .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a9a1ead926af81a .sub-menu-title i,
#a9a1ead926af81a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9a1ead926af81a .menu-item a {
  font-size: 16px;
}
#a9a1ead926af81a .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a9a1ead926af81a .sub-menu-item ul {
  margin-top: 16px;
}
#a9a1ead926af81a .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a9a1ead926af81a .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a9a1ead926af81a .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a9a1ead926af81a .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a9a1ead926af81a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a9a1ead926af81a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9a1ead926af81a .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a9a1ead926af81a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a9a1ead926af81a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a9a1ead926af81a .site-pc-navbar {
  background: #fff;
}
#a9a1ead926af81a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a9a1ead926af81a .logo {
  display: inline-block;
}
#a6dbca5ffba8c60 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6dbca5ffba8c60 .round-icon img,
#a6dbca5ffba8c60 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a3dd2aee4aa6294 .uk-card-media-left {
  min-height: 200px;
}
#a3dd2aee4aa6294 .h-float .uk-card {
  transition: all .3s ease;
}
#ac08ea1423a596b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac08ea1423a596b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac08ea1423a596b .text-style figure {
  background: transparent;
}
#ac08ea1423a596b .text-style:hover figure {
  background: #0261ff;
}
#ac08ea1423a596b .gallery-item img {
  opacity: 1 !important;
}
#ac08ea1423a596b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9ffea996dad22c [data-item="title"] {left: 1px;top: 0px; position: relative;}#a9ffea996dad22c [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a9ffea996dad22c [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a9ffea996dad22c [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a9ffea996dad22c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a9ffea996dad22c [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a0315a7977a8e70 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a0315a7977a8e70 .round-icon img,
#a0315a7977a8e70 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a6620a7a44ab88e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #0261ff;}#a6620a7a44ab88e [data-item="buttons[0]"]:hover {background-color: #528eff;}#a6620a7a44ab88e [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #0261ff;}#a6620a7a44ab88e [data-item="buttons[1]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6c52a8b44a5bd3 .logged {
  display: none;
}
#a6c52a8b44a5bd3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6c52a8b44a5bd3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6c52a8b44a5bd3 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6c52a8b44a5bd3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6c52a8b44a5bd3 .site-header {
  height: 80px;
}
#a6c52a8b44a5bd3 .uk-navbar-item,
#a6c52a8b44a5bd3 .uk-navbar-nav > li > a,
#a6c52a8b44a5bd3 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6c52a8b44a5bd3 .uk-sticky-fixed .uk-navbar-item,
#a6c52a8b44a5bd3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6c52a8b44a5bd3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6c52a8b44a5bd3 .uk-navbar-sticky {
  background: #fff;
}
#a6c52a8b44a5bd3 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6c52a8b44a5bd3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6c52a8b44a5bd3 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6c52a8b44a5bd3 .sub-menu-title i,
#a6c52a8b44a5bd3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6c52a8b44a5bd3 .menu-item a {
  font-size: 16px;
}
#a6c52a8b44a5bd3 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6c52a8b44a5bd3 .sub-menu-item ul {
  margin-top: 16px;
}
#a6c52a8b44a5bd3 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6c52a8b44a5bd3 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6c52a8b44a5bd3 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6c52a8b44a5bd3 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6c52a8b44a5bd3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6c52a8b44a5bd3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6c52a8b44a5bd3 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6c52a8b44a5bd3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6c52a8b44a5bd3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6c52a8b44a5bd3 .site-pc-navbar {
  background: #fff;
}
#a6c52a8b44a5bd3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6c52a8b44a5bd3 .logo {
  display: inline-block;
}
#af128a1ebdaef23 .post-feed {
  margin: 0 -20px 0;
}
#af128a1ebdaef23 .post {
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  min-height: 300px;
  background: #fff 50%;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.09), 1px 3px 8px rgba(39, 44, 49, 0.06);
  transition: all .5s ease;
}
#af128a1ebdaef23 .post:hover {
  box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07), 1px 6px 12px rgba(39, 44, 49, 0.04);
  transition: all .4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
#af128a1ebdaef23 .uk-card-title {
  font-size: 18px;
}
@media (min-width: 795px) {
  #af128a1ebdaef23 .post-feed .post:nth-child(6n+1):not(.no-image) {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #af128a1ebdaef23 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-media-left {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  #af128a1ebdaef23 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-body {
    -ms-flex: 0 1 357px;
    flex: 0 1 357px;
  }
}
#af128a1ebdaef23 .post-media {
  height: 200px;
}
#aa1e8aefcfad6c1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #0261ff;}#aa1e8aefcfad6c1 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aa6baa66a3a67ce .logged {
  display: none;
}
#aa6baa66a3a67ce .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa6baa66a3a67ce .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa6baa66a3a67ce .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aa6baa66a3a67ce .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa6baa66a3a67ce .site-header {
  height: 80px;
}
#aa6baa66a3a67ce .uk-navbar-item,
#aa6baa66a3a67ce .uk-navbar-nav > li > a,
#aa6baa66a3a67ce .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aa6baa66a3a67ce .uk-sticky-fixed .uk-navbar-item,
#aa6baa66a3a67ce .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa6baa66a3a67ce .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa6baa66a3a67ce .uk-navbar-sticky {
  background: #fff;
}
#aa6baa66a3a67ce .uk-navbar-sticky .site-header {
  height: 70px;
}
#aa6baa66a3a67ce .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa6baa66a3a67ce .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aa6baa66a3a67ce .sub-menu-title i,
#aa6baa66a3a67ce .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa6baa66a3a67ce .menu-item a {
  font-size: 16px;
}
#aa6baa66a3a67ce .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aa6baa66a3a67ce .sub-menu-item ul {
  margin-top: 16px;
}
#aa6baa66a3a67ce .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aa6baa66a3a67ce .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aa6baa66a3a67ce .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aa6baa66a3a67ce .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aa6baa66a3a67ce .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aa6baa66a3a67ce .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa6baa66a3a67ce .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aa6baa66a3a67ce .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aa6baa66a3a67ce .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aa6baa66a3a67ce .site-pc-navbar {
  background: #fff;
}
#aa6baa66a3a67ce .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa6baa66a3a67ce .logo {
  display: inline-block;
}
#a8100a6c64ab3c4 .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#a8100a6c64ab3c4 .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#a8100a6c64ab3c4 .i-s {
  position: relative;
  font-size: 0;
}
#a8100a6c64ab3c4 .i-item {
  display: inline-block;
  vertical-align: top;
  width: 19.23%;
  margin: 0.385%;
  height: 100px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#a8100a6c64ab3c4 .i-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  max-width: 96%;
  max-height: 96%;
  transition: all .3s;
}
#a8100a6c64ab3c4 .i-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  background-image: url(/resources/sys/img/section/arrow-24.png);
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
#a8100a6c64ab3c4 .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#a8100a6c64ab3c4 .i-prev {
  left: -30px;
}
#a8100a6c64ab3c4 .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#a8100a6c64ab3c4 .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#a8100a6c64ab3c4 .i-bn .swiper-slide {
  display: inline-block;
  width: 1200px;
  height: auto;
  white-space: normal;
}
#a8100a6c64ab3c4 .i-item:hover {
  border-color: #0261ff;
}
#a8100a6c64ab3c4 .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#adafdaeaddac6c2 [data-item="subTitle"] {left: -70px;top: 0px; position: relative;}#adafdaeaddac6c2 [data-item="title"] {left: -70px;top: 0px; position: relative;}#adafdaeaddac6c2 [data-item="abstract"] {left: -70px;top: 0px; position: relative;}#adafdaeaddac6c2 [data-item="buttons[0]"] {left: -70px;top: 0px; position: relative;}#adafdaeaddac6c2 [data-item="buttons[1]"] {left: -70px;top: 0px; position: relative;}#adafdaeaddac6c2 [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #e03a7b;}#adafdaeaddac6c2 [data-item="buttons[1]"]:hover {background-color: #e33866;}#adafdaeaddac6c2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #e03a7b;}#adafdaeaddac6c2 [data-item="buttons[0]"]:hover {background-color: #e03a7b;}#a77e8adc04a6597 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #e03a7b;}#a77e8adc04a6597 [data-item="buttons[0]"]:hover {background-color: #e33866;}#a18e8a3509a2d0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab44aa3d57a19ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#abe5da8695a3ab7 .logged {
  display: none;
}
#abe5da8695a3ab7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abe5da8695a3ab7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abe5da8695a3ab7 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#abe5da8695a3ab7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abe5da8695a3ab7 .site-header {
  height: 80px;
}
#abe5da8695a3ab7 .uk-navbar-item,
#abe5da8695a3ab7 .uk-navbar-nav > li > a,
#abe5da8695a3ab7 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#abe5da8695a3ab7 .uk-sticky-fixed .uk-navbar-item,
#abe5da8695a3ab7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#abe5da8695a3ab7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abe5da8695a3ab7 .uk-navbar-sticky {
  background: #fff;
}
#abe5da8695a3ab7 .uk-navbar-sticky .site-header {
  height: 70px;
}
#abe5da8695a3ab7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abe5da8695a3ab7 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#abe5da8695a3ab7 .sub-menu-title i,
#abe5da8695a3ab7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abe5da8695a3ab7 .menu-item a {
  font-size: 16px;
}
#abe5da8695a3ab7 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#abe5da8695a3ab7 .sub-menu-item ul {
  margin-top: 16px;
}
#abe5da8695a3ab7 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#abe5da8695a3ab7 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#abe5da8695a3ab7 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#abe5da8695a3ab7 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#abe5da8695a3ab7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#abe5da8695a3ab7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abe5da8695a3ab7 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#abe5da8695a3ab7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#abe5da8695a3ab7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#abe5da8695a3ab7 .site-pc-navbar {
  background: #fff;
}
#abe5da8695a3ab7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#abe5da8695a3ab7 .logo {
  display: inline-block;
}
#a3163af472a44a4 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #0261ff;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a3163af472a44a4 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a3163af472a44a4 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #0261ff;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a3163af472a44a4 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #0261ff;
}
#a3163af472a44a4 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a3163af472a44a4 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a3163af472a44a4 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a3163af472a44a4 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a6f41a5db7aec9e .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a6f41a5db7aec9e .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a6f41a5db7aec9e .promotion-card * {
  margin: 0;
}
#a6f41a5db7aec9e .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #0261ff;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a6f41a5db7aec9e .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #0261ff;
}
#a6f41a5db7aec9e .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #002768;
  background: linear-gradient(to right, #002768 55%, #0261ff 95%) !important;
}
#ac5ada0d41ad454 .form-agree {
  display: flex;
  align-items: center;
}
#ac5ada0d41ad454 .submit-wrap button {
  background-color: #0261ff;
}
#ac5ada0d41ad454 .submit-wrap button {
  font-size: 18px;
}
#ac5ada0d41ad454 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac5ada0d41ad454 .form-item .uk-input,
#ac5ada0d41ad454 .form-item .uk-select,
#ac5ada0d41ad454 .form-item .uk-textarea {
  width: 200px;
  background-color: #eef7fe;
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
}
#ac5ada0d41ad454 .form-item .auto-height {
  height: auto;
}
#ac5ada0d41ad454 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 21px;
  font-family: inherit;
}
#ac5ada0d41ad454 .uk-form-label,
#ac5ada0d41ad454 .form-agree,
#ac5ada0d41ad454 .uk-h3,
#ac5ada0d41ad454 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#ac5ada0d41ad454 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ac5ada0d41ad454 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a6e22ae697aa9a0 a, #a6e22ae697aa9a0 span {border-top-width: 1px;border-top-color: rgba(126, 211, 33, 1);border-top-style: solid;border-right-color: rgba(126, 211, 33, 1);border-left-color: rgba(126, 211, 33, 1);border-bottom-color: rgba(126, 211, 33, 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: 2px;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: bold;
        font-style: normal;
    font-size: 12px;font-family: FZHei-B01S;color: rgba(126, 211, 33, 1);}#a6e22ae697aa9a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#a0052ada4fa3e33 [data-item="subTitle"] {left: -70px;top: 0px; position: relative;}#a0052ada4fa3e33 [data-item="title"] {left: -70px;top: 0px; position: relative;}#a0052ada4fa3e33 [data-item="abstract"] {left: -70px;top: 0px; position: relative;}#a0052ada4fa3e33 [data-item="buttons[0]"] {left: -71px;top: 0px; position: relative;}#a0052ada4fa3e33 [data-item="buttons[1]"] {left: -10px;top: 0px; position: relative;}#a0052ada4fa3e33 [data-item="buttons[0]"] {background-color: #0095eb;color: #fff;font-size: 16px;justify-content: flex-start;border-style: solid;border-width: 0px;padding-right: 12px;padding-left: 12px;font-weight: 300;}#a0052ada4fa3e33 [data-item="buttons[0]"]:hover {color: #d61bb6;}#a0052ada4fa3e33 [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(2, 98, 255, 1);}#a3163af472a44a4 [data-item="abstract"] {left: 1px;top: 0px; position: relative;}#a7e46a5a49a280b .form-agree {
  display: flex;
  align-items: center;
}
#a7e46a5a49a280b .submit-wrap button {
  background-color: #e13973;
}
#a7e46a5a49a280b .submit-wrap button {
  font-size: 16px;
}
#a7e46a5a49a280b form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a7e46a5a49a280b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7e46a5a49a280b .form-item .uk-input,
#a7e46a5a49a280b .form-item .uk-select,
#a7e46a5a49a280b .form-item .uk-textarea {
  width: 200px;
  background-color: #e7e5ef;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7e46a5a49a280b .form-item .auto-height {
  height: auto;
}
#a7e46a5a49a280b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7e46a5a49a280b .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a7e46a5a49a280b .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a6ebba1305a1909 .form-agree {
  display: flex;
  align-items: center;
}
#a6ebba1305a1909 .submit-wrap button {
  background-color: #e13973;
}
#a6ebba1305a1909 .submit-wrap button {
  font-size: 16px;
}
#a6ebba1305a1909 form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a6ebba1305a1909 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ebba1305a1909 .form-item .uk-input,
#a6ebba1305a1909 .form-item .uk-select,
#a6ebba1305a1909 .form-item .uk-textarea {
  width: 200px;
  background-color: #e7e5ef;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ebba1305a1909 .form-item .auto-height {
  height: auto;
}
#a6ebba1305a1909 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6ebba1305a1909 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a6ebba1305a1909 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#af839a37c5a49ff .form-agree {
  display: flex;
  align-items: center;
}
#af839a37c5a49ff .submit-wrap button {
  background-color: #e13973;
}
#af839a37c5a49ff .submit-wrap button {
  font-size: 16px;
}
#af839a37c5a49ff form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#af839a37c5a49ff form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af839a37c5a49ff .form-item .uk-input,
#af839a37c5a49ff .form-item .uk-select,
#af839a37c5a49ff .form-item .uk-textarea {
  width: 200px;
  background-color: #e7e5ef;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#af839a37c5a49ff .form-item .auto-height {
  height: auto;
}
#af839a37c5a49ff .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#af839a37c5a49ff .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#af839a37c5a49ff .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#aafa8a638ca165e .form-agree {
  display: flex;
  align-items: center;
}
#aafa8a638ca165e .submit-wrap button {
  background-color: #e13973;
}
#aafa8a638ca165e .submit-wrap button {
  font-size: 16px;
}
#aafa8a638ca165e form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aafa8a638ca165e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aafa8a638ca165e .form-item .uk-input,
#aafa8a638ca165e .form-item .uk-select,
#aafa8a638ca165e .form-item .uk-textarea {
  width: 200px;
  background-color: #e7e5ef;
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
}
#aafa8a638ca165e .form-item .auto-height {
  height: auto;
}
#aafa8a638ca165e .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 23px;
  font-family: inherit;
}
#aafa8a638ca165e .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#aafa8a638ca165e .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a1361ad972aea3c .form-agree {
  display: flex;
  align-items: center;
}
#a1361ad972aea3c .submit-wrap button {
  background-color: #e13973;
}
#a1361ad972aea3c .submit-wrap button {
  font-size: 16px;
}
#a1361ad972aea3c form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1361ad972aea3c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1361ad972aea3c .form-item .uk-input,
#a1361ad972aea3c .form-item .uk-select,
#a1361ad972aea3c .form-item .uk-textarea {
  width: 200px;
  background-color: #e7e5ef;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a1361ad972aea3c .form-item .auto-height {
  height: auto;
}
#a1361ad972aea3c .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a1361ad972aea3c .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1361ad972aea3c .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a0831ae4ebaf309 [data-item="abstract"] {left: 10px;top: 0px; position: relative;}#a0831ae4ebaf309 [data-item="buttons[0]"] {left: 10px;top: 0px; position: relative;}#a0831ae4ebaf309 [data-item="buttons[0]"] {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(2, 97, 255, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a0831ae4ebaf309 [data-item="buttons[0]"]:hover {background-color: #0483cc;background-color: rgba(48, 125, 252, 1);}#a9d89a3d40a19cf .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px undefined;
}
#a16c7a601fa285f > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a7b21ae683a6b97 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ae818a226aabf29 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a171ba1d27a0b3a > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a0260ab93ea9454 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a6c10a36beac885 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a1558a67e1a2950 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a699fa2c39a9d09 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a25c6a5647acc96 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#abc62ab120aacda > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a17c1a8ca0af9c1 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aa9b7a13a1ac589 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#afde3aa730af05b > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a51cea7883a26ce > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a4240ac72ba72fc > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aa554a564daf195 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a74c9a3e82abacb > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a823daa2bca464d > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ad3e3a97d1a39ee > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#aff0ea2d76ad3f5 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a970bace83a6940 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#acf2ba2e69a7864 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ab0d8a9883ac659 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a4874a0223ae7cd > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#ada64a12b0ab7bb > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a27aea86c2af980 > .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: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#a2085ad611ac968 .form-agree {
  display: flex;
  align-items: center;
}
#a2085ad611ac968 .uk-form .form-submit-btn {
  width: 373px;
}
#a2085ad611ac968 .uk-form .form-submit-btn {
  height: 51px;
  line-height: 51px;
  padding-top: 0;
  padding-bottom: 0;
}
#a2085ad611ac968 .submit-wrap {
  text-align: center;
}
#a2085ad611ac968 .submit-wrap button {
  background-color: #e13973;
}
#a2085ad611ac968 .submit-wrap button {
  font-size: 16px;
}
#a2085ad611ac968 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a2085ad611ac968 form {
  padding-left: 0px;
  padding-right: undefinedpx;
}
#a2085ad611ac968 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2085ad611ac968 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a2085ad611ac968 .form-item .uk-input,
#a2085ad611ac968 .form-item .uk-select,
#a2085ad611ac968 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  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;
}
#a2085ad611ac968 .form-item .auto-height {
  height: auto;
}
#a2085ad611ac968 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#a2085ad611ac968 .form-item .send-code {
  bottom: 0px;
}
#a2085ad611ac968 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a2085ad611ac968 .uk-form-label,
#a2085ad611ac968 .form-agree,
#a2085ad611ac968 .uk-h3,
#a2085ad611ac968 p {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #1d1c1c;
}
#a2085ad611ac968 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a2085ad611ac968 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a6f41a5db7aec9e [data-item="subTitle"] {left: -1px;top: 0px; position: relative;}#a6f41a5db7aec9e [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a1e55a88eba2d91 .logged {
  display: none;
}
#a1e55a88eba2d91 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1e55a88eba2d91 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1e55a88eba2d91 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1e55a88eba2d91 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1e55a88eba2d91 .site-header {
  height: 80px;
}
#a1e55a88eba2d91 .uk-navbar-item,
#a1e55a88eba2d91 .uk-navbar-nav > li > a,
#a1e55a88eba2d91 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1e55a88eba2d91 .uk-sticky-fixed .uk-navbar-item,
#a1e55a88eba2d91 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1e55a88eba2d91 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1e55a88eba2d91 .uk-navbar-sticky {
  background: #fff;
}
#a1e55a88eba2d91 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1e55a88eba2d91 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1e55a88eba2d91 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1e55a88eba2d91 .sub-menu-title i,
#a1e55a88eba2d91 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1e55a88eba2d91 .menu-item a {
  font-size: 16px;
}
#a1e55a88eba2d91 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1e55a88eba2d91 .sub-menu-item ul {
  margin-top: 16px;
}
#a1e55a88eba2d91 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1e55a88eba2d91 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1e55a88eba2d91 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1e55a88eba2d91 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1e55a88eba2d91 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1e55a88eba2d91 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1e55a88eba2d91 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1e55a88eba2d91 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1e55a88eba2d91 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1e55a88eba2d91 .site-pc-navbar {
  background: #fff;
}
#a1e55a88eba2d91 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1e55a88eba2d91 .logo {
  display: inline-block;
}
#ae92fa8ddda9051 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #0261ff;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#ae92fa8ddda9051 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#ae92fa8ddda9051 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #0261ff;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#ae92fa8ddda9051 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #0261ff;
}
#ae92fa8ddda9051 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#ae92fa8ddda9051 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#ae92fa8ddda9051 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#ae92fa8ddda9051 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a7e1ead124a7bf3 [data-item="subTitle"] {left: -71px;top: 0px; position: relative;}#a7e1ead124a7bf3 [data-item="title"] {left: -71px;top: 0px; position: relative;}#a7e1ead124a7bf3 [data-item="abstract"] {left: -70px;top: 0px; position: relative;}#a7e1ead124a7bf3 [data-item="buttons[0]"] {left: -71px;top: 0px; position: relative;}#a7e1ead124a7bf3 [data-item="buttons[1]"] {left: -60px;top: 0px; position: relative;}#a7e1ead124a7bf3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(2, 98, 255, 1);}#a7e1ead124a7bf3 [data-item="buttons[1]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(2, 98, 255, 1);}#ae92fa8ddda9051 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a68d3a86f5a7fbd .logged {
  display: none;
}
#a68d3a86f5a7fbd .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a68d3a86f5a7fbd .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a68d3a86f5a7fbd .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a68d3a86f5a7fbd .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a68d3a86f5a7fbd .site-header {
  height: 80px;
}
#a68d3a86f5a7fbd .uk-navbar-item,
#a68d3a86f5a7fbd .uk-navbar-nav > li > a,
#a68d3a86f5a7fbd .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a68d3a86f5a7fbd .uk-sticky-fixed .uk-navbar-item,
#a68d3a86f5a7fbd .uk-sticky-fixed .uk-navbar-nav > li > a,
#a68d3a86f5a7fbd .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a68d3a86f5a7fbd .uk-navbar-sticky {
  background: #fff;
}
#a68d3a86f5a7fbd .uk-navbar-sticky .site-header {
  height: 70px;
}
#a68d3a86f5a7fbd .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a68d3a86f5a7fbd .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a68d3a86f5a7fbd .sub-menu-title i,
#a68d3a86f5a7fbd .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a68d3a86f5a7fbd .menu-item a {
  font-size: 16px;
}
#a68d3a86f5a7fbd .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a68d3a86f5a7fbd .sub-menu-item ul {
  margin-top: 16px;
}
#a68d3a86f5a7fbd .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a68d3a86f5a7fbd .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a68d3a86f5a7fbd .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a68d3a86f5a7fbd .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a68d3a86f5a7fbd .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a68d3a86f5a7fbd .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a68d3a86f5a7fbd .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a68d3a86f5a7fbd .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a68d3a86f5a7fbd .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a68d3a86f5a7fbd .site-pc-navbar {
  background: #fff;
}
#a68d3a86f5a7fbd .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a68d3a86f5a7fbd .logo {
  display: inline-block;
}
#aca29ab6d9a37b5 .ap-form-register .uk-card-head {
  position: relative;
  background-color: #0261ff;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#aca29ab6d9a37b5 .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#aca29ab6d9a37b5 .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #0261ff;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#aca29ab6d9a37b5 .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #0261ff;
}
#aca29ab6d9a37b5 .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#aca29ab6d9a37b5 .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#aca29ab6d9a37b5 .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#aca29ab6d9a37b5 .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a363fa51f4ae587 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a363fa51f4ae587 .round-icon img,
#a363fa51f4ae587 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a40d9a1888a20e0 [data-item="subTitle"] {left: -70px;top: 0px; position: relative;}#a40d9a1888a20e0 [data-item="title"] {left: -70px;top: 0px; position: relative;}#a40d9a1888a20e0 [data-item="abstract"] {left: -70px;top: 0px; position: relative;}#a40d9a1888a20e0 [data-item="buttons[1]"] {left: -70px;top: 0px; position: relative;}#a40d9a1888a20e0 [data-item="buttons[0]"] {left: -71px;top: 0px; position: relative;}#a40d9a1888a20e0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: #e03a7b;}#a40d9a1888a20e0 [data-item="buttons[0]"]:hover {background-color: #e33866;}#aca29ab6d9a37b5 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a575cac0bdae654 .logged {
  display: none;
}
#a575cac0bdae654 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a575cac0bdae654 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a575cac0bdae654 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a575cac0bdae654 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a575cac0bdae654 .site-header {
  height: 80px;
}
#a575cac0bdae654 .uk-navbar-item,
#a575cac0bdae654 .uk-navbar-nav > li > a,
#a575cac0bdae654 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a575cac0bdae654 .uk-sticky-fixed .uk-navbar-item,
#a575cac0bdae654 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a575cac0bdae654 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a575cac0bdae654 .uk-navbar-sticky {
  background: #fff;
}
#a575cac0bdae654 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a575cac0bdae654 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a575cac0bdae654 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a575cac0bdae654 .sub-menu-title i,
#a575cac0bdae654 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a575cac0bdae654 .menu-item a {
  font-size: 16px;
}
#a575cac0bdae654 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a575cac0bdae654 .sub-menu-item ul {
  margin-top: 16px;
}
#a575cac0bdae654 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a575cac0bdae654 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a575cac0bdae654 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a575cac0bdae654 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a575cac0bdae654 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a575cac0bdae654 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a575cac0bdae654 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a575cac0bdae654 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a575cac0bdae654 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a575cac0bdae654 .site-pc-navbar {
  background: #fff;
}
#a575cac0bdae654 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a575cac0bdae654 .logo {
  display: inline-block;
}
#a725eafe9fa380a .ap-form-register .uk-card-head {
  position: relative;
  background-color: #0261ff;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a725eafe9fa380a .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a725eafe9fa380a .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #0261ff;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a725eafe9fa380a .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #0261ff;
}
#a725eafe9fa380a .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a725eafe9fa380a .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a725eafe9fa380a .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a725eafe9fa380a .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
#a725eafe9fa380a [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aca26aab3da73b3 .logged {
  display: none;
}
#aca26aab3da73b3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aca26aab3da73b3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aca26aab3da73b3 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aca26aab3da73b3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aca26aab3da73b3 .site-header {
  height: 80px;
}
#aca26aab3da73b3 .uk-navbar-item,
#aca26aab3da73b3 .uk-navbar-nav > li > a,
#aca26aab3da73b3 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aca26aab3da73b3 .uk-sticky-fixed .uk-navbar-item,
#aca26aab3da73b3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aca26aab3da73b3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aca26aab3da73b3 .uk-navbar-sticky {
  background: #fff;
}
#aca26aab3da73b3 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aca26aab3da73b3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aca26aab3da73b3 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aca26aab3da73b3 .sub-menu-title i,
#aca26aab3da73b3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aca26aab3da73b3 .menu-item a {
  font-size: 16px;
}
#aca26aab3da73b3 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aca26aab3da73b3 .sub-menu-item ul {
  margin-top: 16px;
}
#aca26aab3da73b3 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aca26aab3da73b3 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aca26aab3da73b3 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aca26aab3da73b3 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aca26aab3da73b3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aca26aab3da73b3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aca26aab3da73b3 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aca26aab3da73b3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aca26aab3da73b3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aca26aab3da73b3 .site-pc-navbar {
  background: #fff;
}
#aca26aab3da73b3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aca26aab3da73b3 .logo {
  display: inline-block;
}
#aebebaf353a99eb .card-metas li {
  color: #999;
  position: relative;
  font-size: 12px;
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 15px;
}
#aebebaf353a99eb .card-metas li:last-child {
  border-right: none;
  margin-right: 0;
}
#aebebaf353a99eb .card-metas li h6 {
  margin-bottom: 4px;
}
#aebebaf353a99eb .price {
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  right: -7px;
  top: -17px;
  background: #0261ff;
  font-size: 17px;
}
#aebebaf353a99eb .price::before,
#aebebaf353a99eb .price::after {
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 7px solid transparent !important;
  border-left: 7px solid #428bdc;
  position: absolute;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
#aebebaf353a99eb .price::after {
  border-color: #000;
  opacity: 0.2;
}
#aebebaf353a99eb .ap-rating {
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
#aebebaf353a99eb .ap-rating i {
  display: inline-block;
  margin-right: 2px;
}
#a74b2a5d87a8247 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: #e03a7b;border-radius: 0px;justify-content: center;border-style: solid;}#a74b2a5d87a8247 .ele-wrap:hover {background-color: #0483cc;background-color: #e33866;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aff59af60fa6c71 .logged {
  display: none;
}
#aff59af60fa6c71 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aff59af60fa6c71 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aff59af60fa6c71 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aff59af60fa6c71 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aff59af60fa6c71 .site-header {
  height: 80px;
}
#aff59af60fa6c71 .uk-navbar-item,
#aff59af60fa6c71 .uk-navbar-nav > li > a,
#aff59af60fa6c71 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aff59af60fa6c71 .uk-sticky-fixed .uk-navbar-item,
#aff59af60fa6c71 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aff59af60fa6c71 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aff59af60fa6c71 .uk-navbar-sticky {
  background: #fff;
}
#aff59af60fa6c71 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aff59af60fa6c71 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aff59af60fa6c71 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aff59af60fa6c71 .sub-menu-title i,
#aff59af60fa6c71 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aff59af60fa6c71 .menu-item a {
  font-size: 16px;
}
#aff59af60fa6c71 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aff59af60fa6c71 .sub-menu-item ul {
  margin-top: 16px;
}
#aff59af60fa6c71 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aff59af60fa6c71 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aff59af60fa6c71 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aff59af60fa6c71 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aff59af60fa6c71 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aff59af60fa6c71 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aff59af60fa6c71 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aff59af60fa6c71 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aff59af60fa6c71 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aff59af60fa6c71 .site-pc-navbar {
  background: #fff;
}
#aff59af60fa6c71 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aff59af60fa6c71 .logo {
  display: inline-block;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aace6a793baef55 .logged {
  display: none;
}
#aace6a793baef55 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aace6a793baef55 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aace6a793baef55 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aace6a793baef55 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aace6a793baef55 .site-header {
  height: 80px;
}
#aace6a793baef55 .uk-navbar-item,
#aace6a793baef55 .uk-navbar-nav > li > a,
#aace6a793baef55 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aace6a793baef55 .uk-sticky-fixed .uk-navbar-item,
#aace6a793baef55 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aace6a793baef55 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aace6a793baef55 .uk-navbar-sticky {
  background: #fff;
}
#aace6a793baef55 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aace6a793baef55 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aace6a793baef55 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aace6a793baef55 .sub-menu-title i,
#aace6a793baef55 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aace6a793baef55 .menu-item a {
  font-size: 16px;
}
#aace6a793baef55 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aace6a793baef55 .sub-menu-item ul {
  margin-top: 16px;
}
#aace6a793baef55 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aace6a793baef55 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aace6a793baef55 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aace6a793baef55 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aace6a793baef55 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aace6a793baef55 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aace6a793baef55 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aace6a793baef55 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aace6a793baef55 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aace6a793baef55 .site-pc-navbar {
  background: #fff;
}
#aace6a793baef55 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aace6a793baef55 .logo {
  display: inline-block;
}
#acc17a061faf8e0 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#acc17a061faf8e0 .round-icon img,
#acc17a061faf8e0 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a21d0a61fba9afc .uk-card-media-left {
  min-height: 200px;
}
#a21d0a61fba9afc .h-float .uk-card {
  transition: all .3s ease;
}
#a75b0ab126a8af7 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a75b0ab126a8af7 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a75b0ab126a8af7 .text-style figure {
  background: transparent;
}
#a75b0ab126a8af7 .text-style:hover figure {
  background: #0261ff;
}
#a75b0ab126a8af7 .gallery-item img {
  opacity: 1 !important;
}
#a75b0ab126a8af7 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9d7ba58aaa34e9 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a9d7ba58aaa34e9 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a9d7ba58aaa34e9 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a9d7ba58aaa34e9 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a9d7ba58aaa34e9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a9d7ba58aaa34e9 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6fe2afdbfa72ad .logged {
  display: none;
}
#a6fe2afdbfa72ad .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6fe2afdbfa72ad .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6fe2afdbfa72ad .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6fe2afdbfa72ad .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6fe2afdbfa72ad .site-header {
  height: 80px;
}
#a6fe2afdbfa72ad .uk-navbar-item,
#a6fe2afdbfa72ad .uk-navbar-nav > li > a,
#a6fe2afdbfa72ad .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6fe2afdbfa72ad .uk-sticky-fixed .uk-navbar-item,
#a6fe2afdbfa72ad .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6fe2afdbfa72ad .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6fe2afdbfa72ad .uk-navbar-sticky {
  background: #fff;
}
#a6fe2afdbfa72ad .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6fe2afdbfa72ad .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6fe2afdbfa72ad .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6fe2afdbfa72ad .sub-menu-title i,
#a6fe2afdbfa72ad .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6fe2afdbfa72ad .menu-item a {
  font-size: 16px;
}
#a6fe2afdbfa72ad .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6fe2afdbfa72ad .sub-menu-item ul {
  margin-top: 16px;
}
#a6fe2afdbfa72ad .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6fe2afdbfa72ad .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6fe2afdbfa72ad .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6fe2afdbfa72ad .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6fe2afdbfa72ad .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6fe2afdbfa72ad .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6fe2afdbfa72ad .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6fe2afdbfa72ad .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6fe2afdbfa72ad .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6fe2afdbfa72ad .site-pc-navbar {
  background: #fff;
}
#a6fe2afdbfa72ad .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6fe2afdbfa72ad .logo {
  display: inline-block;
}
#abc62a5cbda1d5b .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#abc62a5cbda1d5b .round-icon img,
#abc62a5cbda1d5b .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a1411a78fbab977 .uk-card-media-left {
  min-height: 200px;
}
#a1411a78fbab977 .h-float .uk-card {
  transition: all .3s ease;
}
#ab056aa8eca9353 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ab056aa8eca9353 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ab056aa8eca9353 .text-style figure {
  background: transparent;
}
#ab056aa8eca9353 .text-style:hover figure {
  background: #0261ff;
}
#ab056aa8eca9353 .gallery-item img {
  opacity: 1 !important;
}
#ab056aa8eca9353 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aff38aa745af338 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aff38aa745af338 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aff38aa745af338 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aff38aa745af338 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aff38aa745af338 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aff38aa745af338 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#afc71a4c9ba48bb .logged {
  display: none;
}
#afc71a4c9ba48bb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#afc71a4c9ba48bb .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afc71a4c9ba48bb .quick-menus li:after {
  content: '|';
  color: #424242;
}
#afc71a4c9ba48bb .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#afc71a4c9ba48bb .site-header {
  height: 80px;
}
#afc71a4c9ba48bb .uk-navbar-item,
#afc71a4c9ba48bb .uk-navbar-nav > li > a,
#afc71a4c9ba48bb .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#afc71a4c9ba48bb .uk-sticky-fixed .uk-navbar-item,
#afc71a4c9ba48bb .uk-sticky-fixed .uk-navbar-nav > li > a,
#afc71a4c9ba48bb .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#afc71a4c9ba48bb .uk-navbar-sticky {
  background: #fff;
}
#afc71a4c9ba48bb .uk-navbar-sticky .site-header {
  height: 70px;
}
#afc71a4c9ba48bb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afc71a4c9ba48bb .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#afc71a4c9ba48bb .sub-menu-title i,
#afc71a4c9ba48bb .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#afc71a4c9ba48bb .menu-item a {
  font-size: 16px;
}
#afc71a4c9ba48bb .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#afc71a4c9ba48bb .sub-menu-item ul {
  margin-top: 16px;
}
#afc71a4c9ba48bb .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#afc71a4c9ba48bb .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#afc71a4c9ba48bb .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#afc71a4c9ba48bb .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#afc71a4c9ba48bb .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#afc71a4c9ba48bb .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#afc71a4c9ba48bb .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#afc71a4c9ba48bb .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#afc71a4c9ba48bb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#afc71a4c9ba48bb .site-pc-navbar {
  background: #fff;
}
#afc71a4c9ba48bb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afc71a4c9ba48bb .logo {
  display: inline-block;
}
#adeaca9cb7a4d5b .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#adeaca9cb7a4d5b .round-icon img,
#adeaca9cb7a4d5b .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a404ca8299ae276 .uk-card-media-left {
  min-height: 200px;
}
#a404ca8299ae276 .h-float .uk-card {
  transition: all .3s ease;
}
#a5dd3a08cfa5200 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a5dd3a08cfa5200 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a5dd3a08cfa5200 .text-style figure {
  background: transparent;
}
#a5dd3a08cfa5200 .text-style:hover figure {
  background: #0261ff;
}
#a5dd3a08cfa5200 .gallery-item img {
  opacity: 1 !important;
}
#a5dd3a08cfa5200 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ab7c5a0640a5a61 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ab7c5a0640a5a61 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ab7c5a0640a5a61 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ab7c5a0640a5a61 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ab7c5a0640a5a61 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ab7c5a0640a5a61 [data-item="buttons[0]"]:hover {border-color: rgba(74, 144, 226, 1);background-color: rgba(74, 144, 226, 1);}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a8f67a447da311d .logged {
  display: none;
}
#a8f67a447da311d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8f67a447da311d .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8f67a447da311d .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a8f67a447da311d .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8f67a447da311d .site-header {
  height: 80px;
}
#a8f67a447da311d .uk-navbar-item,
#a8f67a447da311d .uk-navbar-nav > li > a,
#a8f67a447da311d .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a8f67a447da311d .uk-sticky-fixed .uk-navbar-item,
#a8f67a447da311d .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8f67a447da311d .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8f67a447da311d .uk-navbar-sticky {
  background: #fff;
}
#a8f67a447da311d .uk-navbar-sticky .site-header {
  height: 70px;
}
#a8f67a447da311d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8f67a447da311d .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a8f67a447da311d .sub-menu-title i,
#a8f67a447da311d .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8f67a447da311d .menu-item a {
  font-size: 16px;
}
#a8f67a447da311d .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a8f67a447da311d .sub-menu-item ul {
  margin-top: 16px;
}
#a8f67a447da311d .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a8f67a447da311d .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a8f67a447da311d .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a8f67a447da311d .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a8f67a447da311d .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a8f67a447da311d .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8f67a447da311d .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a8f67a447da311d .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a8f67a447da311d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a8f67a447da311d .site-pc-navbar {
  background: #fff;
}
#a8f67a447da311d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a8f67a447da311d .logo {
  display: inline-block;
}
#abe7aaac4fa8b6e .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#abe7aaac4fa8b6e .round-icon img,
#abe7aaac4fa8b6e .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a4747ab0f1a008a .uk-card-media-left {
  min-height: 200px;
}
#a4747ab0f1a008a .h-float .uk-card {
  transition: all .3s ease;
}
#a590aa52c8a581e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a590aa52c8a581e .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a590aa52c8a581e .text-style figure {
  background: transparent;
}
#a590aa52c8a581e .text-style:hover figure {
  background: #0261ff;
}
#a590aa52c8a581e .gallery-item img {
  opacity: 1 !important;
}
#a590aa52c8a581e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a53c5a27eaa93ee [data-item="title"] {left: 1px;top: 0px; position: relative;}#a53c5a27eaa93ee [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a53c5a27eaa93ee [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a53c5a27eaa93ee [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a53c5a27eaa93ee [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a53c5a27eaa93ee [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a2b36a0d42a4b8f .logged {
  display: none;
}
#a2b36a0d42a4b8f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a2b36a0d42a4b8f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2b36a0d42a4b8f .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a2b36a0d42a4b8f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a2b36a0d42a4b8f .site-header {
  height: 80px;
}
#a2b36a0d42a4b8f .uk-navbar-item,
#a2b36a0d42a4b8f .uk-navbar-nav > li > a,
#a2b36a0d42a4b8f .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a2b36a0d42a4b8f .uk-sticky-fixed .uk-navbar-item,
#a2b36a0d42a4b8f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a2b36a0d42a4b8f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a2b36a0d42a4b8f .uk-navbar-sticky {
  background: #fff;
}
#a2b36a0d42a4b8f .uk-navbar-sticky .site-header {
  height: 70px;
}
#a2b36a0d42a4b8f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2b36a0d42a4b8f .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a2b36a0d42a4b8f .sub-menu-title i,
#a2b36a0d42a4b8f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a2b36a0d42a4b8f .menu-item a {
  font-size: 16px;
}
#a2b36a0d42a4b8f .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a2b36a0d42a4b8f .sub-menu-item ul {
  margin-top: 16px;
}
#a2b36a0d42a4b8f .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a2b36a0d42a4b8f .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a2b36a0d42a4b8f .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a2b36a0d42a4b8f .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a2b36a0d42a4b8f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a2b36a0d42a4b8f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a2b36a0d42a4b8f .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a2b36a0d42a4b8f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a2b36a0d42a4b8f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a2b36a0d42a4b8f .site-pc-navbar {
  background: #fff;
}
#a2b36a0d42a4b8f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a2b36a0d42a4b8f .logo {
  display: inline-block;
}
#ab593a6cf5ad5a3 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ab593a6cf5ad5a3 .round-icon img,
#ab593a6cf5ad5a3 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a9b73ad1deaff91 .uk-card-media-left {
  min-height: 200px;
}
#a9b73ad1deaff91 .h-float .uk-card {
  transition: all .3s ease;
}
#a8fdbae398a395a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a8fdbae398a395a .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a8fdbae398a395a .text-style figure {
  background: transparent;
}
#a8fdbae398a395a .text-style:hover figure {
  background: #0261ff;
}
#a8fdbae398a395a .gallery-item img {
  opacity: 1 !important;
}
#a8fdbae398a395a .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a28bba7071a395d [data-item="title"] {left: 1px;top: 0px; position: relative;}#a28bba7071a395d [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a28bba7071a395d [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a28bba7071a395d [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a28bba7071a395d [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a28bba7071a395d [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#abbccaa487ab745 .logged {
  display: none;
}
#abbccaa487ab745 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#abbccaa487ab745 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#abbccaa487ab745 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#abbccaa487ab745 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#abbccaa487ab745 .site-header {
  height: 80px;
}
#abbccaa487ab745 .uk-navbar-item,
#abbccaa487ab745 .uk-navbar-nav > li > a,
#abbccaa487ab745 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#abbccaa487ab745 .uk-sticky-fixed .uk-navbar-item,
#abbccaa487ab745 .uk-sticky-fixed .uk-navbar-nav > li > a,
#abbccaa487ab745 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#abbccaa487ab745 .uk-navbar-sticky {
  background: #fff;
}
#abbccaa487ab745 .uk-navbar-sticky .site-header {
  height: 70px;
}
#abbccaa487ab745 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abbccaa487ab745 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#abbccaa487ab745 .sub-menu-title i,
#abbccaa487ab745 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#abbccaa487ab745 .menu-item a {
  font-size: 16px;
}
#abbccaa487ab745 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#abbccaa487ab745 .sub-menu-item ul {
  margin-top: 16px;
}
#abbccaa487ab745 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#abbccaa487ab745 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#abbccaa487ab745 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#abbccaa487ab745 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#abbccaa487ab745 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#abbccaa487ab745 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#abbccaa487ab745 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#abbccaa487ab745 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#abbccaa487ab745 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#abbccaa487ab745 .site-pc-navbar {
  background: #fff;
}
#abbccaa487ab745 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#abbccaa487ab745 .logo {
  display: inline-block;
}
#a7298a738faabf1 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a7298a738faabf1 .round-icon img,
#a7298a738faabf1 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a1379aab2ba3508 .uk-card-media-left {
  min-height: 200px;
}
#a1379aab2ba3508 .h-float .uk-card {
  transition: all .3s ease;
}
#aff88afa81adafd .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aff88afa81adafd .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aff88afa81adafd .text-style figure {
  background: transparent;
}
#aff88afa81adafd .text-style:hover figure {
  background: #0261ff;
}
#aff88afa81adafd .gallery-item img {
  opacity: 1 !important;
}
#aff88afa81adafd .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad634a1e6ca9cf5 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ad634a1e6ca9cf5 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ad634a1e6ca9cf5 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad634a1e6ca9cf5 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ad634a1e6ca9cf5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ad634a1e6ca9cf5 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a7298a738faabf1 [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a4880a61d2a96e6 .logged {
  display: none;
}
#a4880a61d2a96e6 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4880a61d2a96e6 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4880a61d2a96e6 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a4880a61d2a96e6 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4880a61d2a96e6 .site-header {
  height: 80px;
}
#a4880a61d2a96e6 .uk-navbar-item,
#a4880a61d2a96e6 .uk-navbar-nav > li > a,
#a4880a61d2a96e6 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a4880a61d2a96e6 .uk-sticky-fixed .uk-navbar-item,
#a4880a61d2a96e6 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4880a61d2a96e6 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4880a61d2a96e6 .uk-navbar-sticky {
  background: #fff;
}
#a4880a61d2a96e6 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a4880a61d2a96e6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4880a61d2a96e6 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a4880a61d2a96e6 .sub-menu-title i,
#a4880a61d2a96e6 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4880a61d2a96e6 .menu-item a {
  font-size: 16px;
}
#a4880a61d2a96e6 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a4880a61d2a96e6 .sub-menu-item ul {
  margin-top: 16px;
}
#a4880a61d2a96e6 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a4880a61d2a96e6 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a4880a61d2a96e6 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a4880a61d2a96e6 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a4880a61d2a96e6 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a4880a61d2a96e6 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4880a61d2a96e6 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a4880a61d2a96e6 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a4880a61d2a96e6 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a4880a61d2a96e6 .site-pc-navbar {
  background: #fff;
}
#a4880a61d2a96e6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4880a61d2a96e6 .logo {
  display: inline-block;
}
#a0119a777aa3cdf .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a0119a777aa3cdf .round-icon img,
#a0119a777aa3cdf .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a0797aaf19a3bd5 .uk-card-media-left {
  min-height: 200px;
}
#a0797aaf19a3bd5 .h-float .uk-card {
  transition: all .3s ease;
}
#ac8bdafa68a15b9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac8bdafa68a15b9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac8bdafa68a15b9 .text-style figure {
  background: transparent;
}
#ac8bdafa68a15b9 .text-style:hover figure {
  background: #0261ff;
}
#ac8bdafa68a15b9 .gallery-item img {
  opacity: 1 !important;
}
#ac8bdafa68a15b9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aa6c9a3095af12e [data-item="title"] {left: 1px;top: 0px; position: relative;}#aa6c9a3095af12e [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#aa6c9a3095af12e [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aa6c9a3095af12e [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aa6c9a3095af12e [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aa6c9a3095af12e [data-item="buttons[0]"]:hover {background-color: #528eff;}#a0119a777aa3cdf [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ac29ea920da2216 .logged {
  display: none;
}
#ac29ea920da2216 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ac29ea920da2216 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ac29ea920da2216 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ac29ea920da2216 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ac29ea920da2216 .site-header {
  height: 80px;
}
#ac29ea920da2216 .uk-navbar-item,
#ac29ea920da2216 .uk-navbar-nav > li > a,
#ac29ea920da2216 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ac29ea920da2216 .uk-sticky-fixed .uk-navbar-item,
#ac29ea920da2216 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ac29ea920da2216 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ac29ea920da2216 .uk-navbar-sticky {
  background: #fff;
}
#ac29ea920da2216 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ac29ea920da2216 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac29ea920da2216 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ac29ea920da2216 .sub-menu-title i,
#ac29ea920da2216 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ac29ea920da2216 .menu-item a {
  font-size: 16px;
}
#ac29ea920da2216 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ac29ea920da2216 .sub-menu-item ul {
  margin-top: 16px;
}
#ac29ea920da2216 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ac29ea920da2216 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ac29ea920da2216 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ac29ea920da2216 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ac29ea920da2216 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ac29ea920da2216 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ac29ea920da2216 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ac29ea920da2216 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ac29ea920da2216 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ac29ea920da2216 .site-pc-navbar {
  background: #fff;
}
#ac29ea920da2216 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ac29ea920da2216 .logo {
  display: inline-block;
}
#a1106ad7caa20cd .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a1106ad7caa20cd .round-icon img,
#a1106ad7caa20cd .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a43daa5693a8339 .uk-card-media-left {
  min-height: 200px;
}
#a43daa5693a8339 .h-float .uk-card {
  transition: all .3s ease;
}
#abb49ad9fda9f03 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#abb49ad9fda9f03 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#abb49ad9fda9f03 .text-style figure {
  background: transparent;
}
#abb49ad9fda9f03 .text-style:hover figure {
  background: #0261ff;
}
#abb49ad9fda9f03 .gallery-item img {
  opacity: 1 !important;
}
#abb49ad9fda9f03 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9a22a3872a5090 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a9a22a3872a5090 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a9a22a3872a5090 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a9a22a3872a5090 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a9a22a3872a5090 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a9a22a3872a5090 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a1106ad7caa20cd [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a904ea8885a2d6a .logged {
  display: none;
}
#a904ea8885a2d6a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a904ea8885a2d6a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a904ea8885a2d6a .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a904ea8885a2d6a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a904ea8885a2d6a .site-header {
  height: 80px;
}
#a904ea8885a2d6a .uk-navbar-item,
#a904ea8885a2d6a .uk-navbar-nav > li > a,
#a904ea8885a2d6a .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a904ea8885a2d6a .uk-sticky-fixed .uk-navbar-item,
#a904ea8885a2d6a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a904ea8885a2d6a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a904ea8885a2d6a .uk-navbar-sticky {
  background: #fff;
}
#a904ea8885a2d6a .uk-navbar-sticky .site-header {
  height: 70px;
}
#a904ea8885a2d6a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a904ea8885a2d6a .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a904ea8885a2d6a .sub-menu-title i,
#a904ea8885a2d6a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a904ea8885a2d6a .menu-item a {
  font-size: 16px;
}
#a904ea8885a2d6a .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a904ea8885a2d6a .sub-menu-item ul {
  margin-top: 16px;
}
#a904ea8885a2d6a .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a904ea8885a2d6a .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a904ea8885a2d6a .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a904ea8885a2d6a .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a904ea8885a2d6a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a904ea8885a2d6a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a904ea8885a2d6a .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a904ea8885a2d6a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a904ea8885a2d6a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a904ea8885a2d6a .site-pc-navbar {
  background: #fff;
}
#a904ea8885a2d6a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a904ea8885a2d6a .logo {
  display: inline-block;
}
#a838faa325ae48f .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a838faa325ae48f .round-icon img,
#a838faa325ae48f .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ae02faa369a9ee8 .uk-card-media-left {
  min-height: 200px;
}
#ae02faa369a9ee8 .h-float .uk-card {
  transition: all .3s ease;
}
#a1036aedbeaa7af .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a1036aedbeaa7af .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a1036aedbeaa7af .text-style figure {
  background: transparent;
}
#a1036aedbeaa7af .text-style:hover figure {
  background: #0261ff;
}
#a1036aedbeaa7af .gallery-item img {
  opacity: 1 !important;
}
#a1036aedbeaa7af .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a304da0589ae694 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a304da0589ae694 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a304da0589ae694 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a304da0589ae694 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a304da0589ae694 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a304da0589ae694 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a838faa325ae48f [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a931aad0daac174 .logged {
  display: none;
}
#a931aad0daac174 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a931aad0daac174 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a931aad0daac174 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a931aad0daac174 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a931aad0daac174 .site-header {
  height: 80px;
}
#a931aad0daac174 .uk-navbar-item,
#a931aad0daac174 .uk-navbar-nav > li > a,
#a931aad0daac174 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a931aad0daac174 .uk-sticky-fixed .uk-navbar-item,
#a931aad0daac174 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a931aad0daac174 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a931aad0daac174 .uk-navbar-sticky {
  background: #fff;
}
#a931aad0daac174 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a931aad0daac174 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a931aad0daac174 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a931aad0daac174 .sub-menu-title i,
#a931aad0daac174 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a931aad0daac174 .menu-item a {
  font-size: 16px;
}
#a931aad0daac174 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a931aad0daac174 .sub-menu-item ul {
  margin-top: 16px;
}
#a931aad0daac174 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a931aad0daac174 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a931aad0daac174 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a931aad0daac174 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a931aad0daac174 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a931aad0daac174 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a931aad0daac174 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a931aad0daac174 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a931aad0daac174 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a931aad0daac174 .site-pc-navbar {
  background: #fff;
}
#a931aad0daac174 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a931aad0daac174 .logo {
  display: inline-block;
}
#af01ea9c12ad051 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#af01ea9c12ad051 .round-icon img,
#af01ea9c12ad051 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#afd9baee41a9588 .uk-card-media-left {
  min-height: 200px;
}
#afd9baee41a9588 .h-float .uk-card {
  transition: all .3s ease;
}
#a1b92a3829a48e8 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a1b92a3829a48e8 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a1b92a3829a48e8 .text-style figure {
  background: transparent;
}
#a1b92a3829a48e8 .text-style:hover figure {
  background: #0261ff;
}
#a1b92a3829a48e8 .gallery-item img {
  opacity: 1 !important;
}
#a1b92a3829a48e8 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3360a35a5a903a [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3360a35a5a903a [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3360a35a5a903a [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3360a35a5a903a [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3360a35a5a903a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3360a35a5a903a [data-item="buttons[0]"]:hover {background-color: #528eff;}#af01ea9c12ad051 [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a8128abe2fa7cc8 .logged {
  display: none;
}
#a8128abe2fa7cc8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8128abe2fa7cc8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8128abe2fa7cc8 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a8128abe2fa7cc8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8128abe2fa7cc8 .site-header {
  height: 80px;
}
#a8128abe2fa7cc8 .uk-navbar-item,
#a8128abe2fa7cc8 .uk-navbar-nav > li > a,
#a8128abe2fa7cc8 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a8128abe2fa7cc8 .uk-sticky-fixed .uk-navbar-item,
#a8128abe2fa7cc8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8128abe2fa7cc8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8128abe2fa7cc8 .uk-navbar-sticky {
  background: #fff;
}
#a8128abe2fa7cc8 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a8128abe2fa7cc8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8128abe2fa7cc8 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a8128abe2fa7cc8 .sub-menu-title i,
#a8128abe2fa7cc8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8128abe2fa7cc8 .menu-item a {
  font-size: 16px;
}
#a8128abe2fa7cc8 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a8128abe2fa7cc8 .sub-menu-item ul {
  margin-top: 16px;
}
#a8128abe2fa7cc8 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a8128abe2fa7cc8 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a8128abe2fa7cc8 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a8128abe2fa7cc8 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a8128abe2fa7cc8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a8128abe2fa7cc8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8128abe2fa7cc8 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a8128abe2fa7cc8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a8128abe2fa7cc8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a8128abe2fa7cc8 .site-pc-navbar {
  background: #fff;
}
#a8128abe2fa7cc8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a8128abe2fa7cc8 .logo {
  display: inline-block;
}
#af32ea4983ab9a9 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#af32ea4983ab9a9 .round-icon img,
#af32ea4983ab9a9 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a4db7a43e3a39b6 .uk-card-media-left {
  min-height: 200px;
}
#a4db7a43e3a39b6 .h-float .uk-card {
  transition: all .3s ease;
}
#ab91ea75d8a342f .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ab91ea75d8a342f .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ab91ea75d8a342f .text-style figure {
  background: transparent;
}
#ab91ea75d8a342f .text-style:hover figure {
  background: #0261ff;
}
#ab91ea75d8a342f .gallery-item img {
  opacity: 1 !important;
}
#ab91ea75d8a342f .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ac1fda64c6a7600 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ac1fda64c6a7600 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ac1fda64c6a7600 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ac1fda64c6a7600 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ac1fda64c6a7600 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ac1fda64c6a7600 [data-item="buttons[0]"]:hover {background-color: #528eff;}#af32ea4983ab9a9 [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ac3fda371ca422f .logged {
  display: none;
}
#ac3fda371ca422f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ac3fda371ca422f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ac3fda371ca422f .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ac3fda371ca422f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ac3fda371ca422f .site-header {
  height: 80px;
}
#ac3fda371ca422f .uk-navbar-item,
#ac3fda371ca422f .uk-navbar-nav > li > a,
#ac3fda371ca422f .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ac3fda371ca422f .uk-sticky-fixed .uk-navbar-item,
#ac3fda371ca422f .uk-sticky-fixed .uk-navbar-nav > li > a,
#ac3fda371ca422f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ac3fda371ca422f .uk-navbar-sticky {
  background: #fff;
}
#ac3fda371ca422f .uk-navbar-sticky .site-header {
  height: 70px;
}
#ac3fda371ca422f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac3fda371ca422f .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ac3fda371ca422f .sub-menu-title i,
#ac3fda371ca422f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ac3fda371ca422f .menu-item a {
  font-size: 16px;
}
#ac3fda371ca422f .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ac3fda371ca422f .sub-menu-item ul {
  margin-top: 16px;
}
#ac3fda371ca422f .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ac3fda371ca422f .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ac3fda371ca422f .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ac3fda371ca422f .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ac3fda371ca422f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ac3fda371ca422f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ac3fda371ca422f .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ac3fda371ca422f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ac3fda371ca422f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ac3fda371ca422f .site-pc-navbar {
  background: #fff;
}
#ac3fda371ca422f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ac3fda371ca422f .logo {
  display: inline-block;
}
#ab94ba5b7aa42a2 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ab94ba5b7aa42a2 .round-icon img,
#ab94ba5b7aa42a2 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a6f10a1355a4494 .uk-card-media-left {
  min-height: 200px;
}
#a6f10a1355a4494 .h-float .uk-card {
  transition: all .3s ease;
}
#aa28eaeda3a5f7e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aa28eaeda3a5f7e .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aa28eaeda3a5f7e .text-style figure {
  background: transparent;
}
#aa28eaeda3a5f7e .text-style:hover figure {
  background: #0261ff;
}
#aa28eaeda3a5f7e .gallery-item img {
  opacity: 1 !important;
}
#aa28eaeda3a5f7e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5be4ab155aceb3 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a5be4ab155aceb3 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5be4ab155aceb3 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a5be4ab155aceb3 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a5be4ab155aceb3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a5be4ab155aceb3 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a992ba2a06a89ee .logged {
  display: none;
}
#a992ba2a06a89ee .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a992ba2a06a89ee .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a992ba2a06a89ee .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a992ba2a06a89ee .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a992ba2a06a89ee .site-header {
  height: 80px;
}
#a992ba2a06a89ee .uk-navbar-item,
#a992ba2a06a89ee .uk-navbar-nav > li > a,
#a992ba2a06a89ee .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a992ba2a06a89ee .uk-sticky-fixed .uk-navbar-item,
#a992ba2a06a89ee .uk-sticky-fixed .uk-navbar-nav > li > a,
#a992ba2a06a89ee .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a992ba2a06a89ee .uk-navbar-sticky {
  background: #fff;
}
#a992ba2a06a89ee .uk-navbar-sticky .site-header {
  height: 70px;
}
#a992ba2a06a89ee .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a992ba2a06a89ee .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a992ba2a06a89ee .sub-menu-title i,
#a992ba2a06a89ee .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a992ba2a06a89ee .menu-item a {
  font-size: 16px;
}
#a992ba2a06a89ee .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a992ba2a06a89ee .sub-menu-item ul {
  margin-top: 16px;
}
#a992ba2a06a89ee .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a992ba2a06a89ee .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a992ba2a06a89ee .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a992ba2a06a89ee .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a992ba2a06a89ee .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a992ba2a06a89ee .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a992ba2a06a89ee .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a992ba2a06a89ee .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a992ba2a06a89ee .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a992ba2a06a89ee .site-pc-navbar {
  background: #fff;
}
#a992ba2a06a89ee .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a992ba2a06a89ee .logo {
  display: inline-block;
}
#a8d2ea5e18acb97 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a8d2ea5e18acb97 .round-icon img,
#a8d2ea5e18acb97 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a0a36ade6aaec6d .uk-card-media-left {
  min-height: 200px;
}
#a0a36ade6aaec6d .h-float .uk-card {
  transition: all .3s ease;
}
#a7cada6b8ba7961 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a7cada6b8ba7961 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a7cada6b8ba7961 .text-style figure {
  background: transparent;
}
#a7cada6b8ba7961 .text-style:hover figure {
  background: #0261ff;
}
#a7cada6b8ba7961 .gallery-item img {
  opacity: 1 !important;
}
#a7cada6b8ba7961 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aa647a1bf7a2008 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aa647a1bf7a2008 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aa647a1bf7a2008 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aa647a1bf7a2008 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aa647a1bf7a2008 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aa647a1bf7a2008 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a69d0afd14a58b0 .logged {
  display: none;
}
#a69d0afd14a58b0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a69d0afd14a58b0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a69d0afd14a58b0 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a69d0afd14a58b0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a69d0afd14a58b0 .site-header {
  height: 80px;
}
#a69d0afd14a58b0 .uk-navbar-item,
#a69d0afd14a58b0 .uk-navbar-nav > li > a,
#a69d0afd14a58b0 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a69d0afd14a58b0 .uk-sticky-fixed .uk-navbar-item,
#a69d0afd14a58b0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a69d0afd14a58b0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a69d0afd14a58b0 .uk-navbar-sticky {
  background: #fff;
}
#a69d0afd14a58b0 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a69d0afd14a58b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a69d0afd14a58b0 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a69d0afd14a58b0 .sub-menu-title i,
#a69d0afd14a58b0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a69d0afd14a58b0 .menu-item a {
  font-size: 16px;
}
#a69d0afd14a58b0 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a69d0afd14a58b0 .sub-menu-item ul {
  margin-top: 16px;
}
#a69d0afd14a58b0 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a69d0afd14a58b0 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a69d0afd14a58b0 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a69d0afd14a58b0 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a69d0afd14a58b0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a69d0afd14a58b0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a69d0afd14a58b0 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a69d0afd14a58b0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a69d0afd14a58b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a69d0afd14a58b0 .site-pc-navbar {
  background: #fff;
}
#a69d0afd14a58b0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a69d0afd14a58b0 .logo {
  display: inline-block;
}
#ae614ac349a1a86 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ae614ac349a1a86 .round-icon img,
#ae614ac349a1a86 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a3112aa284a0f7e .uk-card-media-left {
  min-height: 200px;
}
#a3112aa284a0f7e .h-float .uk-card {
  transition: all .3s ease;
}
#af3aaa8dd9a216c .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#af3aaa8dd9a216c .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#af3aaa8dd9a216c .text-style figure {
  background: transparent;
}
#af3aaa8dd9a216c .text-style:hover figure {
  background: #0261ff;
}
#af3aaa8dd9a216c .gallery-item img {
  opacity: 1 !important;
}
#af3aaa8dd9a216c .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad734a074dab269 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ad734a074dab269 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ad734a074dab269 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad734a074dab269 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ad734a074dab269 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ad734a074dab269 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aa9cbaa0c6a85d8 .logged {
  display: none;
}
#aa9cbaa0c6a85d8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa9cbaa0c6a85d8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa9cbaa0c6a85d8 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aa9cbaa0c6a85d8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa9cbaa0c6a85d8 .site-header {
  height: 80px;
}
#aa9cbaa0c6a85d8 .uk-navbar-item,
#aa9cbaa0c6a85d8 .uk-navbar-nav > li > a,
#aa9cbaa0c6a85d8 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aa9cbaa0c6a85d8 .uk-sticky-fixed .uk-navbar-item,
#aa9cbaa0c6a85d8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa9cbaa0c6a85d8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa9cbaa0c6a85d8 .uk-navbar-sticky {
  background: #fff;
}
#aa9cbaa0c6a85d8 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aa9cbaa0c6a85d8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa9cbaa0c6a85d8 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aa9cbaa0c6a85d8 .sub-menu-title i,
#aa9cbaa0c6a85d8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa9cbaa0c6a85d8 .menu-item a {
  font-size: 16px;
}
#aa9cbaa0c6a85d8 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aa9cbaa0c6a85d8 .sub-menu-item ul {
  margin-top: 16px;
}
#aa9cbaa0c6a85d8 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aa9cbaa0c6a85d8 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aa9cbaa0c6a85d8 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aa9cbaa0c6a85d8 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aa9cbaa0c6a85d8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aa9cbaa0c6a85d8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa9cbaa0c6a85d8 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aa9cbaa0c6a85d8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aa9cbaa0c6a85d8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aa9cbaa0c6a85d8 .site-pc-navbar {
  background: #fff;
}
#aa9cbaa0c6a85d8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa9cbaa0c6a85d8 .logo {
  display: inline-block;
}
#af27faad9aa388f .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#af27faad9aa388f .round-icon img,
#af27faad9aa388f .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ad2baaea9dac8ea .uk-card-media-left {
  min-height: 200px;
}
#ad2baaea9dac8ea .h-float .uk-card {
  transition: all .3s ease;
}
#ae9b5a3d02ac67a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ae9b5a3d02ac67a .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ae9b5a3d02ac67a .text-style figure {
  background: transparent;
}
#ae9b5a3d02ac67a .text-style:hover figure {
  background: #0261ff;
}
#ae9b5a3d02ac67a .gallery-item img {
  opacity: 1 !important;
}
#ae9b5a3d02ac67a .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ae0dca4350a81ed [data-item="title"] {left: 1px;top: 0px; position: relative;}#ae0dca4350a81ed [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ae0dca4350a81ed [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ae0dca4350a81ed [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ae0dca4350a81ed [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ae0dca4350a81ed [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae416ae72fab9d3 .logged {
  display: none;
}
#ae416ae72fab9d3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae416ae72fab9d3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae416ae72fab9d3 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae416ae72fab9d3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae416ae72fab9d3 .site-header {
  height: 80px;
}
#ae416ae72fab9d3 .uk-navbar-item,
#ae416ae72fab9d3 .uk-navbar-nav > li > a,
#ae416ae72fab9d3 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae416ae72fab9d3 .uk-sticky-fixed .uk-navbar-item,
#ae416ae72fab9d3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae416ae72fab9d3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae416ae72fab9d3 .uk-navbar-sticky {
  background: #fff;
}
#ae416ae72fab9d3 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae416ae72fab9d3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae416ae72fab9d3 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae416ae72fab9d3 .sub-menu-title i,
#ae416ae72fab9d3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae416ae72fab9d3 .menu-item a {
  font-size: 16px;
}
#ae416ae72fab9d3 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae416ae72fab9d3 .sub-menu-item ul {
  margin-top: 16px;
}
#ae416ae72fab9d3 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae416ae72fab9d3 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae416ae72fab9d3 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae416ae72fab9d3 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae416ae72fab9d3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae416ae72fab9d3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae416ae72fab9d3 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae416ae72fab9d3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae416ae72fab9d3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae416ae72fab9d3 .site-pc-navbar {
  background: #fff;
}
#ae416ae72fab9d3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae416ae72fab9d3 .logo {
  display: inline-block;
}
#a13aaaa178ac5fe .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a13aaaa178ac5fe .round-icon img,
#a13aaaa178ac5fe .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ae971a72e2ae545 .uk-card-media-left {
  min-height: 200px;
}
#ae971a72e2ae545 .h-float .uk-card {
  transition: all .3s ease;
}
#acf0eaba4aae1d9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#acf0eaba4aae1d9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#acf0eaba4aae1d9 .text-style figure {
  background: transparent;
}
#acf0eaba4aae1d9 .text-style:hover figure {
  background: #0261ff;
}
#acf0eaba4aae1d9 .gallery-item img {
  opacity: 1 !important;
}
#acf0eaba4aae1d9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a303dac1dfae001 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a303dac1dfae001 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a303dac1dfae001 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a303dac1dfae001 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a303dac1dfae001 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a303dac1dfae001 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#acfe7acc02a1023 .logged {
  display: none;
}
#acfe7acc02a1023 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#acfe7acc02a1023 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#acfe7acc02a1023 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#acfe7acc02a1023 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#acfe7acc02a1023 .site-header {
  height: 80px;
}
#acfe7acc02a1023 .uk-navbar-item,
#acfe7acc02a1023 .uk-navbar-nav > li > a,
#acfe7acc02a1023 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#acfe7acc02a1023 .uk-sticky-fixed .uk-navbar-item,
#acfe7acc02a1023 .uk-sticky-fixed .uk-navbar-nav > li > a,
#acfe7acc02a1023 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#acfe7acc02a1023 .uk-navbar-sticky {
  background: #fff;
}
#acfe7acc02a1023 .uk-navbar-sticky .site-header {
  height: 70px;
}
#acfe7acc02a1023 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#acfe7acc02a1023 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#acfe7acc02a1023 .sub-menu-title i,
#acfe7acc02a1023 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#acfe7acc02a1023 .menu-item a {
  font-size: 16px;
}
#acfe7acc02a1023 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#acfe7acc02a1023 .sub-menu-item ul {
  margin-top: 16px;
}
#acfe7acc02a1023 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#acfe7acc02a1023 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#acfe7acc02a1023 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#acfe7acc02a1023 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#acfe7acc02a1023 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#acfe7acc02a1023 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#acfe7acc02a1023 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#acfe7acc02a1023 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#acfe7acc02a1023 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#acfe7acc02a1023 .site-pc-navbar {
  background: #fff;
}
#acfe7acc02a1023 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#acfe7acc02a1023 .logo {
  display: inline-block;
}
#af982abba9a57eb .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#af982abba9a57eb .round-icon img,
#af982abba9a57eb .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a2410aab44ace1d .uk-card-media-left {
  min-height: 200px;
}
#a2410aab44ace1d .h-float .uk-card {
  transition: all .3s ease;
}
#a02b6a2b6ba084a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a02b6a2b6ba084a .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a02b6a2b6ba084a .text-style figure {
  background: transparent;
}
#a02b6a2b6ba084a .text-style:hover figure {
  background: #0261ff;
}
#a02b6a2b6ba084a .gallery-item img {
  opacity: 1 !important;
}
#a02b6a2b6ba084a .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a256ba4a35a55e7 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a256ba4a35a55e7 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a256ba4a35a55e7 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a256ba4a35a55e7 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a256ba4a35a55e7 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a256ba4a35a55e7 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a7f4da6748ab73b .logged {
  display: none;
}
#a7f4da6748ab73b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a7f4da6748ab73b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7f4da6748ab73b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a7f4da6748ab73b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a7f4da6748ab73b .site-header {
  height: 80px;
}
#a7f4da6748ab73b .uk-navbar-item,
#a7f4da6748ab73b .uk-navbar-nav > li > a,
#a7f4da6748ab73b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a7f4da6748ab73b .uk-sticky-fixed .uk-navbar-item,
#a7f4da6748ab73b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a7f4da6748ab73b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a7f4da6748ab73b .uk-navbar-sticky {
  background: #fff;
}
#a7f4da6748ab73b .uk-navbar-sticky .site-header {
  height: 70px;
}
#a7f4da6748ab73b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7f4da6748ab73b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a7f4da6748ab73b .sub-menu-title i,
#a7f4da6748ab73b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a7f4da6748ab73b .menu-item a {
  font-size: 16px;
}
#a7f4da6748ab73b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a7f4da6748ab73b .sub-menu-item ul {
  margin-top: 16px;
}
#a7f4da6748ab73b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a7f4da6748ab73b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a7f4da6748ab73b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a7f4da6748ab73b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a7f4da6748ab73b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a7f4da6748ab73b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a7f4da6748ab73b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a7f4da6748ab73b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a7f4da6748ab73b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a7f4da6748ab73b .site-pc-navbar {
  background: #fff;
}
#a7f4da6748ab73b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a7f4da6748ab73b .logo {
  display: inline-block;
}
#afdf8a5978a33d5 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#afdf8a5978a33d5 .round-icon img,
#afdf8a5978a33d5 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#accacacd26a937a .uk-card-media-left {
  min-height: 200px;
}
#accacacd26a937a .h-float .uk-card {
  transition: all .3s ease;
}
#a0b0fa9fd1a0d46 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a0b0fa9fd1a0d46 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a0b0fa9fd1a0d46 .text-style figure {
  background: transparent;
}
#a0b0fa9fd1a0d46 .text-style:hover figure {
  background: #0261ff;
}
#a0b0fa9fd1a0d46 .gallery-item img {
  opacity: 1 !important;
}
#a0b0fa9fd1a0d46 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad2f6a5e31a84b2 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ad2f6a5e31a84b2 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#ad2f6a5e31a84b2 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad2f6a5e31a84b2 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ad2f6a5e31a84b2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ad2f6a5e31a84b2 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3c05a5612ad0b2 .logged {
  display: none;
}
#a3c05a5612ad0b2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3c05a5612ad0b2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c05a5612ad0b2 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3c05a5612ad0b2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3c05a5612ad0b2 .site-header {
  height: 80px;
}
#a3c05a5612ad0b2 .uk-navbar-item,
#a3c05a5612ad0b2 .uk-navbar-nav > li > a,
#a3c05a5612ad0b2 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3c05a5612ad0b2 .uk-sticky-fixed .uk-navbar-item,
#a3c05a5612ad0b2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3c05a5612ad0b2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3c05a5612ad0b2 .uk-navbar-sticky {
  background: #fff;
}
#a3c05a5612ad0b2 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3c05a5612ad0b2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c05a5612ad0b2 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3c05a5612ad0b2 .sub-menu-title i,
#a3c05a5612ad0b2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3c05a5612ad0b2 .menu-item a {
  font-size: 16px;
}
#a3c05a5612ad0b2 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3c05a5612ad0b2 .sub-menu-item ul {
  margin-top: 16px;
}
#a3c05a5612ad0b2 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3c05a5612ad0b2 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3c05a5612ad0b2 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3c05a5612ad0b2 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3c05a5612ad0b2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3c05a5612ad0b2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3c05a5612ad0b2 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3c05a5612ad0b2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3c05a5612ad0b2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3c05a5612ad0b2 .site-pc-navbar {
  background: #fff;
}
#a3c05a5612ad0b2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c05a5612ad0b2 .logo {
  display: inline-block;
}
#aa07faa3f4a1289 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aa07faa3f4a1289 .round-icon img,
#aa07faa3f4a1289 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#adeb2aaf4dad74d .uk-card-media-left {
  min-height: 200px;
}
#adeb2aaf4dad74d .h-float .uk-card {
  transition: all .3s ease;
}
#ac5f9ac144aac3e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac5f9ac144aac3e .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac5f9ac144aac3e .text-style figure {
  background: transparent;
}
#ac5f9ac144aac3e .text-style:hover figure {
  background: #0261ff;
}
#ac5f9ac144aac3e .gallery-item img {
  opacity: 1 !important;
}
#ac5f9ac144aac3e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3f5ba4835a7db3 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3f5ba4835a7db3 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3f5ba4835a7db3 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3f5ba4835a7db3 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3f5ba4835a7db3 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3f5ba4835a7db3 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3363a8f97ac94b .logged {
  display: none;
}
#a3363a8f97ac94b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3363a8f97ac94b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3363a8f97ac94b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3363a8f97ac94b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3363a8f97ac94b .site-header {
  height: 80px;
}
#a3363a8f97ac94b .uk-navbar-item,
#a3363a8f97ac94b .uk-navbar-nav > li > a,
#a3363a8f97ac94b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3363a8f97ac94b .uk-sticky-fixed .uk-navbar-item,
#a3363a8f97ac94b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3363a8f97ac94b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3363a8f97ac94b .uk-navbar-sticky {
  background: #fff;
}
#a3363a8f97ac94b .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3363a8f97ac94b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3363a8f97ac94b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3363a8f97ac94b .sub-menu-title i,
#a3363a8f97ac94b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3363a8f97ac94b .menu-item a {
  font-size: 16px;
}
#a3363a8f97ac94b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3363a8f97ac94b .sub-menu-item ul {
  margin-top: 16px;
}
#a3363a8f97ac94b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3363a8f97ac94b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3363a8f97ac94b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3363a8f97ac94b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3363a8f97ac94b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3363a8f97ac94b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3363a8f97ac94b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3363a8f97ac94b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3363a8f97ac94b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3363a8f97ac94b .site-pc-navbar {
  background: #fff;
}
#a3363a8f97ac94b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3363a8f97ac94b .logo {
  display: inline-block;
}
#a3c5fa4e7baecba .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a3c5fa4e7baecba .round-icon img,
#a3c5fa4e7baecba .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ad769a82aba4e96 .uk-card-media-left {
  min-height: 200px;
}
#ad769a82aba4e96 .h-float .uk-card {
  transition: all .3s ease;
}
#aff2ba37aea5674 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aff2ba37aea5674 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aff2ba37aea5674 .text-style figure {
  background: transparent;
}
#aff2ba37aea5674 .text-style:hover figure {
  background: #0261ff;
}
#aff2ba37aea5674 .gallery-item img {
  opacity: 1 !important;
}
#aff2ba37aea5674 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5c6ea4b34a2bc2 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a5c6ea4b34a2bc2 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5c6ea4b34a2bc2 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a5c6ea4b34a2bc2 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a5c6ea4b34a2bc2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a5c6ea4b34a2bc2 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ad4caacd50a50ac .logged {
  display: none;
}
#ad4caacd50a50ac .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad4caacd50a50ac .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad4caacd50a50ac .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ad4caacd50a50ac .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad4caacd50a50ac .site-header {
  height: 80px;
}
#ad4caacd50a50ac .uk-navbar-item,
#ad4caacd50a50ac .uk-navbar-nav > li > a,
#ad4caacd50a50ac .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ad4caacd50a50ac .uk-sticky-fixed .uk-navbar-item,
#ad4caacd50a50ac .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad4caacd50a50ac .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad4caacd50a50ac .uk-navbar-sticky {
  background: #fff;
}
#ad4caacd50a50ac .uk-navbar-sticky .site-header {
  height: 70px;
}
#ad4caacd50a50ac .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad4caacd50a50ac .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ad4caacd50a50ac .sub-menu-title i,
#ad4caacd50a50ac .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad4caacd50a50ac .menu-item a {
  font-size: 16px;
}
#ad4caacd50a50ac .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ad4caacd50a50ac .sub-menu-item ul {
  margin-top: 16px;
}
#ad4caacd50a50ac .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ad4caacd50a50ac .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ad4caacd50a50ac .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ad4caacd50a50ac .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ad4caacd50a50ac .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ad4caacd50a50ac .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad4caacd50a50ac .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ad4caacd50a50ac .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ad4caacd50a50ac .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ad4caacd50a50ac .site-pc-navbar {
  background: #fff;
}
#ad4caacd50a50ac .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad4caacd50a50ac .logo {
  display: inline-block;
}
#acd80a29deaeab0 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#acd80a29deaeab0 .round-icon img,
#acd80a29deaeab0 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a7b81a2384a4aa4 .uk-card-media-left {
  min-height: 200px;
}
#a7b81a2384a4aa4 .h-float .uk-card {
  transition: all .3s ease;
}
#a6febaefa9a7731 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a6febaefa9a7731 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a6febaefa9a7731 .text-style figure {
  background: transparent;
}
#a6febaefa9a7731 .text-style:hover figure {
  background: #0261ff;
}
#a6febaefa9a7731 .gallery-item img {
  opacity: 1 !important;
}
#a6febaefa9a7731 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a7f01af3d5a06d6 [data-item="title"] {left: -1px;top: 0px; position: relative;}#a7f01af3d5a06d6 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a7f01af3d5a06d6 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a7f01af3d5a06d6 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a7f01af3d5a06d6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a7f01af3d5a06d6 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a96e9a246ea1c37 .logged {
  display: none;
}
#a96e9a246ea1c37 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a96e9a246ea1c37 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a96e9a246ea1c37 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a96e9a246ea1c37 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a96e9a246ea1c37 .site-header {
  height: 80px;
}
#a96e9a246ea1c37 .uk-navbar-item,
#a96e9a246ea1c37 .uk-navbar-nav > li > a,
#a96e9a246ea1c37 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a96e9a246ea1c37 .uk-sticky-fixed .uk-navbar-item,
#a96e9a246ea1c37 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a96e9a246ea1c37 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a96e9a246ea1c37 .uk-navbar-sticky {
  background: #fff;
}
#a96e9a246ea1c37 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a96e9a246ea1c37 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a96e9a246ea1c37 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a96e9a246ea1c37 .sub-menu-title i,
#a96e9a246ea1c37 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a96e9a246ea1c37 .menu-item a {
  font-size: 16px;
}
#a96e9a246ea1c37 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a96e9a246ea1c37 .sub-menu-item ul {
  margin-top: 16px;
}
#a96e9a246ea1c37 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a96e9a246ea1c37 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a96e9a246ea1c37 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a96e9a246ea1c37 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a96e9a246ea1c37 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a96e9a246ea1c37 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a96e9a246ea1c37 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a96e9a246ea1c37 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a96e9a246ea1c37 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a96e9a246ea1c37 .site-pc-navbar {
  background: #fff;
}
#a96e9a246ea1c37 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a96e9a246ea1c37 .logo {
  display: inline-block;
}
#a935baa631a667d .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a935baa631a667d .round-icon img,
#a935baa631a667d .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a0e5aa75a4a0e84 .uk-card-media-left {
  min-height: 200px;
}
#a0e5aa75a4a0e84 .h-float .uk-card {
  transition: all .3s ease;
}
#a4dc5a2862a563e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a4dc5a2862a563e .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a4dc5a2862a563e .text-style figure {
  background: transparent;
}
#a4dc5a2862a563e .text-style:hover figure {
  background: #0261ff;
}
#a4dc5a2862a563e .gallery-item img {
  opacity: 1 !important;
}
#a4dc5a2862a563e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ac6f4ad8a6aa361 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ac6f4ad8a6aa361 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#ac6f4ad8a6aa361 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ac6f4ad8a6aa361 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ac6f4ad8a6aa361 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ac6f4ad8a6aa361 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a77bea5ddca832f .logged {
  display: none;
}
#a77bea5ddca832f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a77bea5ddca832f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a77bea5ddca832f .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a77bea5ddca832f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a77bea5ddca832f .site-header {
  height: 80px;
}
#a77bea5ddca832f .uk-navbar-item,
#a77bea5ddca832f .uk-navbar-nav > li > a,
#a77bea5ddca832f .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a77bea5ddca832f .uk-sticky-fixed .uk-navbar-item,
#a77bea5ddca832f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a77bea5ddca832f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a77bea5ddca832f .uk-navbar-sticky {
  background: #fff;
}
#a77bea5ddca832f .uk-navbar-sticky .site-header {
  height: 70px;
}
#a77bea5ddca832f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a77bea5ddca832f .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a77bea5ddca832f .sub-menu-title i,
#a77bea5ddca832f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a77bea5ddca832f .menu-item a {
  font-size: 16px;
}
#a77bea5ddca832f .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a77bea5ddca832f .sub-menu-item ul {
  margin-top: 16px;
}
#a77bea5ddca832f .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a77bea5ddca832f .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a77bea5ddca832f .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a77bea5ddca832f .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a77bea5ddca832f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a77bea5ddca832f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a77bea5ddca832f .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a77bea5ddca832f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a77bea5ddca832f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a77bea5ddca832f .site-pc-navbar {
  background: #fff;
}
#a77bea5ddca832f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a77bea5ddca832f .logo {
  display: inline-block;
}
#aea58af4d0a3bf8 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aea58af4d0a3bf8 .round-icon img,
#aea58af4d0a3bf8 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#af2b6aad42ae26c .uk-card-media-left {
  min-height: 200px;
}
#af2b6aad42ae26c .h-float .uk-card {
  transition: all .3s ease;
}
#a25b3a0a1aa1d07 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a25b3a0a1aa1d07 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a25b3a0a1aa1d07 .text-style figure {
  background: transparent;
}
#a25b3a0a1aa1d07 .text-style:hover figure {
  background: #0261ff;
}
#a25b3a0a1aa1d07 .gallery-item img {
  opacity: 1 !important;
}
#a25b3a0a1aa1d07 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aa7efa73a7a2788 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aa7efa73a7a2788 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aa7efa73a7a2788 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aa7efa73a7a2788 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aa7efa73a7a2788 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aa7efa73a7a2788 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a1acea2e23a16e0 .logged {
  display: none;
}
#a1acea2e23a16e0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1acea2e23a16e0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1acea2e23a16e0 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1acea2e23a16e0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1acea2e23a16e0 .site-header {
  height: 80px;
}
#a1acea2e23a16e0 .uk-navbar-item,
#a1acea2e23a16e0 .uk-navbar-nav > li > a,
#a1acea2e23a16e0 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1acea2e23a16e0 .uk-sticky-fixed .uk-navbar-item,
#a1acea2e23a16e0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1acea2e23a16e0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1acea2e23a16e0 .uk-navbar-sticky {
  background: #fff;
}
#a1acea2e23a16e0 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1acea2e23a16e0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1acea2e23a16e0 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1acea2e23a16e0 .sub-menu-title i,
#a1acea2e23a16e0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1acea2e23a16e0 .menu-item a {
  font-size: 16px;
}
#a1acea2e23a16e0 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1acea2e23a16e0 .sub-menu-item ul {
  margin-top: 16px;
}
#a1acea2e23a16e0 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1acea2e23a16e0 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1acea2e23a16e0 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1acea2e23a16e0 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1acea2e23a16e0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1acea2e23a16e0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1acea2e23a16e0 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1acea2e23a16e0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1acea2e23a16e0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1acea2e23a16e0 .site-pc-navbar {
  background: #fff;
}
#a1acea2e23a16e0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1acea2e23a16e0 .logo {
  display: inline-block;
}
#a9462a4873a50bb .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a9462a4873a50bb .round-icon img,
#a9462a4873a50bb .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a6cb9a97c8a7ae4 .uk-card-media-left {
  min-height: 200px;
}
#a6cb9a97c8a7ae4 .h-float .uk-card {
  transition: all .3s ease;
}
#a563ea9feea2afb .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a563ea9feea2afb .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a563ea9feea2afb .text-style figure {
  background: transparent;
}
#a563ea9feea2afb .text-style:hover figure {
  background: #0261ff;
}
#a563ea9feea2afb .gallery-item img {
  opacity: 1 !important;
}
#a563ea9feea2afb .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a6cf4a1186a3dd1 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a6cf4a1186a3dd1 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a6cf4a1186a3dd1 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a6cf4a1186a3dd1 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a6cf4a1186a3dd1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6cf4a1186a3dd1 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ab492a5c6dae090 .logged {
  display: none;
}
#ab492a5c6dae090 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab492a5c6dae090 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab492a5c6dae090 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ab492a5c6dae090 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab492a5c6dae090 .site-header {
  height: 80px;
}
#ab492a5c6dae090 .uk-navbar-item,
#ab492a5c6dae090 .uk-navbar-nav > li > a,
#ab492a5c6dae090 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ab492a5c6dae090 .uk-sticky-fixed .uk-navbar-item,
#ab492a5c6dae090 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab492a5c6dae090 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab492a5c6dae090 .uk-navbar-sticky {
  background: #fff;
}
#ab492a5c6dae090 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ab492a5c6dae090 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab492a5c6dae090 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ab492a5c6dae090 .sub-menu-title i,
#ab492a5c6dae090 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab492a5c6dae090 .menu-item a {
  font-size: 16px;
}
#ab492a5c6dae090 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ab492a5c6dae090 .sub-menu-item ul {
  margin-top: 16px;
}
#ab492a5c6dae090 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ab492a5c6dae090 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ab492a5c6dae090 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ab492a5c6dae090 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ab492a5c6dae090 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ab492a5c6dae090 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab492a5c6dae090 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ab492a5c6dae090 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ab492a5c6dae090 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ab492a5c6dae090 .site-pc-navbar {
  background: #fff;
}
#ab492a5c6dae090 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab492a5c6dae090 .logo {
  display: inline-block;
}
#a6af6a8726aa5d5 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6af6a8726aa5d5 .round-icon img,
#a6af6a8726aa5d5 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a0bd8adfb7a0291 .uk-card-media-left {
  min-height: 200px;
}
#a0bd8adfb7a0291 .h-float .uk-card {
  transition: all .3s ease;
}
#ab351a956faade9 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ab351a956faade9 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ab351a956faade9 .text-style figure {
  background: transparent;
}
#ab351a956faade9 .text-style:hover figure {
  background: #0261ff;
}
#ab351a956faade9 .gallery-item img {
  opacity: 1 !important;
}
#ab351a956faade9 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aba80a8190a8be6 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aba80a8190a8be6 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#aba80a8190a8be6 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aba80a8190a8be6 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aba80a8190a8be6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aba80a8190a8be6 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ad004a4f4bac031 .logged {
  display: none;
}
#ad004a4f4bac031 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad004a4f4bac031 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad004a4f4bac031 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ad004a4f4bac031 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad004a4f4bac031 .site-header {
  height: 80px;
}
#ad004a4f4bac031 .uk-navbar-item,
#ad004a4f4bac031 .uk-navbar-nav > li > a,
#ad004a4f4bac031 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ad004a4f4bac031 .uk-sticky-fixed .uk-navbar-item,
#ad004a4f4bac031 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad004a4f4bac031 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad004a4f4bac031 .uk-navbar-sticky {
  background: #fff;
}
#ad004a4f4bac031 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ad004a4f4bac031 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad004a4f4bac031 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ad004a4f4bac031 .sub-menu-title i,
#ad004a4f4bac031 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad004a4f4bac031 .menu-item a {
  font-size: 16px;
}
#ad004a4f4bac031 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ad004a4f4bac031 .sub-menu-item ul {
  margin-top: 16px;
}
#ad004a4f4bac031 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ad004a4f4bac031 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ad004a4f4bac031 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ad004a4f4bac031 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ad004a4f4bac031 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ad004a4f4bac031 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad004a4f4bac031 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ad004a4f4bac031 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ad004a4f4bac031 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ad004a4f4bac031 .site-pc-navbar {
  background: #fff;
}
#ad004a4f4bac031 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad004a4f4bac031 .logo {
  display: inline-block;
}
#abaaba54b2ac4fa .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#abaaba54b2ac4fa .round-icon img,
#abaaba54b2ac4fa .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a82c3a84caa1ddb .uk-card-media-left {
  min-height: 200px;
}
#a82c3a84caa1ddb .h-float .uk-card {
  transition: all .3s ease;
}
#a3073adb1fa076b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a3073adb1fa076b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a3073adb1fa076b .text-style figure {
  background: transparent;
}
#a3073adb1fa076b .text-style:hover figure {
  background: #0261ff;
}
#a3073adb1fa076b .gallery-item img {
  opacity: 1 !important;
}
#a3073adb1fa076b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#afd92ac5c8ab986 [data-item="title"] {left: 1px;top: 0px; position: relative;}#afd92ac5c8ab986 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#afd92ac5c8ab986 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#afd92ac5c8ab986 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#afd92ac5c8ab986 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#afd92ac5c8ab986 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a8864a7d23a097e .logged {
  display: none;
}
#a8864a7d23a097e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8864a7d23a097e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8864a7d23a097e .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a8864a7d23a097e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8864a7d23a097e .site-header {
  height: 80px;
}
#a8864a7d23a097e .uk-navbar-item,
#a8864a7d23a097e .uk-navbar-nav > li > a,
#a8864a7d23a097e .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a8864a7d23a097e .uk-sticky-fixed .uk-navbar-item,
#a8864a7d23a097e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8864a7d23a097e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8864a7d23a097e .uk-navbar-sticky {
  background: #fff;
}
#a8864a7d23a097e .uk-navbar-sticky .site-header {
  height: 70px;
}
#a8864a7d23a097e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8864a7d23a097e .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a8864a7d23a097e .sub-menu-title i,
#a8864a7d23a097e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8864a7d23a097e .menu-item a {
  font-size: 16px;
}
#a8864a7d23a097e .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a8864a7d23a097e .sub-menu-item ul {
  margin-top: 16px;
}
#a8864a7d23a097e .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a8864a7d23a097e .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a8864a7d23a097e .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a8864a7d23a097e .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a8864a7d23a097e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a8864a7d23a097e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8864a7d23a097e .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a8864a7d23a097e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a8864a7d23a097e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a8864a7d23a097e .site-pc-navbar {
  background: #fff;
}
#a8864a7d23a097e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a8864a7d23a097e .logo {
  display: inline-block;
}
#a6e72a5428a843d .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6e72a5428a843d .round-icon img,
#a6e72a5428a843d .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a065caf9e3a28bf .uk-card-media-left {
  min-height: 200px;
}
#a065caf9e3a28bf .h-float .uk-card {
  transition: all .3s ease;
}
#ae7e5a34e4ae11e .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ae7e5a34e4ae11e .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ae7e5a34e4ae11e .text-style figure {
  background: transparent;
}
#ae7e5a34e4ae11e .text-style:hover figure {
  background: #0261ff;
}
#ae7e5a34e4ae11e .gallery-item img {
  opacity: 1 !important;
}
#ae7e5a34e4ae11e .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aad04a40c0a573b [data-item="title"] {left: 1px;top: 0px; position: relative;}#aad04a40c0a573b [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aad04a40c0a573b [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aad04a40c0a573b [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aad04a40c0a573b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aad04a40c0a573b [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af96aa69d1a0d8c .logged {
  display: none;
}
#af96aa69d1a0d8c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af96aa69d1a0d8c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af96aa69d1a0d8c .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af96aa69d1a0d8c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af96aa69d1a0d8c .site-header {
  height: 80px;
}
#af96aa69d1a0d8c .uk-navbar-item,
#af96aa69d1a0d8c .uk-navbar-nav > li > a,
#af96aa69d1a0d8c .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af96aa69d1a0d8c .uk-sticky-fixed .uk-navbar-item,
#af96aa69d1a0d8c .uk-sticky-fixed .uk-navbar-nav > li > a,
#af96aa69d1a0d8c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af96aa69d1a0d8c .uk-navbar-sticky {
  background: #fff;
}
#af96aa69d1a0d8c .uk-navbar-sticky .site-header {
  height: 70px;
}
#af96aa69d1a0d8c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af96aa69d1a0d8c .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af96aa69d1a0d8c .sub-menu-title i,
#af96aa69d1a0d8c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af96aa69d1a0d8c .menu-item a {
  font-size: 16px;
}
#af96aa69d1a0d8c .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af96aa69d1a0d8c .sub-menu-item ul {
  margin-top: 16px;
}
#af96aa69d1a0d8c .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af96aa69d1a0d8c .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af96aa69d1a0d8c .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af96aa69d1a0d8c .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af96aa69d1a0d8c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af96aa69d1a0d8c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af96aa69d1a0d8c .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af96aa69d1a0d8c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af96aa69d1a0d8c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af96aa69d1a0d8c .site-pc-navbar {
  background: #fff;
}
#af96aa69d1a0d8c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af96aa69d1a0d8c .logo {
  display: inline-block;
}
#a6b55a358ca9475 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6b55a358ca9475 .round-icon img,
#a6b55a358ca9475 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a064ca39f0acb15 .uk-card-media-left {
  min-height: 200px;
}
#a064ca39f0acb15 .h-float .uk-card {
  transition: all .3s ease;
}
#a19a2af9feaf759 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a19a2af9feaf759 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a19a2af9feaf759 .text-style figure {
  background: transparent;
}
#a19a2af9feaf759 .text-style:hover figure {
  background: #0261ff;
}
#a19a2af9feaf759 .gallery-item img {
  opacity: 1 !important;
}
#a19a2af9feaf759 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a6990a4e9cadf31 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a6990a4e9cadf31 [data-item="abstract"] {left: 0px;top: -1px; position: relative;}#a6990a4e9cadf31 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a6990a4e9cadf31 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a6990a4e9cadf31 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6990a4e9cadf31 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ad8bfaac43a60fb .logged {
  display: none;
}
#ad8bfaac43a60fb .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad8bfaac43a60fb .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad8bfaac43a60fb .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ad8bfaac43a60fb .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad8bfaac43a60fb .site-header {
  height: 80px;
}
#ad8bfaac43a60fb .uk-navbar-item,
#ad8bfaac43a60fb .uk-navbar-nav > li > a,
#ad8bfaac43a60fb .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ad8bfaac43a60fb .uk-sticky-fixed .uk-navbar-item,
#ad8bfaac43a60fb .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad8bfaac43a60fb .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad8bfaac43a60fb .uk-navbar-sticky {
  background: #fff;
}
#ad8bfaac43a60fb .uk-navbar-sticky .site-header {
  height: 70px;
}
#ad8bfaac43a60fb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8bfaac43a60fb .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ad8bfaac43a60fb .sub-menu-title i,
#ad8bfaac43a60fb .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad8bfaac43a60fb .menu-item a {
  font-size: 16px;
}
#ad8bfaac43a60fb .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ad8bfaac43a60fb .sub-menu-item ul {
  margin-top: 16px;
}
#ad8bfaac43a60fb .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ad8bfaac43a60fb .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ad8bfaac43a60fb .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ad8bfaac43a60fb .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ad8bfaac43a60fb .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ad8bfaac43a60fb .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad8bfaac43a60fb .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ad8bfaac43a60fb .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ad8bfaac43a60fb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ad8bfaac43a60fb .site-pc-navbar {
  background: #fff;
}
#ad8bfaac43a60fb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad8bfaac43a60fb .logo {
  display: inline-block;
}
#aaf62a7d57a6880 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aaf62a7d57a6880 .round-icon img,
#aaf62a7d57a6880 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ab97ca4f17a8299 .uk-card-media-left {
  min-height: 200px;
}
#ab97ca4f17a8299 .h-float .uk-card {
  transition: all .3s ease;
}
#a6a33a72c5aa0c5 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a6a33a72c5aa0c5 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a6a33a72c5aa0c5 .text-style figure {
  background: transparent;
}
#a6a33a72c5aa0c5 .text-style:hover figure {
  background: #0261ff;
}
#a6a33a72c5aa0c5 .gallery-item img {
  opacity: 1 !important;
}
#a6a33a72c5aa0c5 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a6dd7acf09a4d1a [data-item="title"] {left: 1px;top: 0px; position: relative;}#a6dd7acf09a4d1a [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a6dd7acf09a4d1a [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a6dd7acf09a4d1a [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a6dd7acf09a4d1a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6dd7acf09a4d1a [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a8894a9e99a6aef .logged {
  display: none;
}
#a8894a9e99a6aef .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a8894a9e99a6aef .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8894a9e99a6aef .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a8894a9e99a6aef .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a8894a9e99a6aef .site-header {
  height: 80px;
}
#a8894a9e99a6aef .uk-navbar-item,
#a8894a9e99a6aef .uk-navbar-nav > li > a,
#a8894a9e99a6aef .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a8894a9e99a6aef .uk-sticky-fixed .uk-navbar-item,
#a8894a9e99a6aef .uk-sticky-fixed .uk-navbar-nav > li > a,
#a8894a9e99a6aef .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a8894a9e99a6aef .uk-navbar-sticky {
  background: #fff;
}
#a8894a9e99a6aef .uk-navbar-sticky .site-header {
  height: 70px;
}
#a8894a9e99a6aef .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8894a9e99a6aef .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a8894a9e99a6aef .sub-menu-title i,
#a8894a9e99a6aef .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a8894a9e99a6aef .menu-item a {
  font-size: 16px;
}
#a8894a9e99a6aef .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a8894a9e99a6aef .sub-menu-item ul {
  margin-top: 16px;
}
#a8894a9e99a6aef .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a8894a9e99a6aef .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a8894a9e99a6aef .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a8894a9e99a6aef .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a8894a9e99a6aef .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a8894a9e99a6aef .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a8894a9e99a6aef .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a8894a9e99a6aef .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a8894a9e99a6aef .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a8894a9e99a6aef .site-pc-navbar {
  background: #fff;
}
#a8894a9e99a6aef .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a8894a9e99a6aef .logo {
  display: inline-block;
}
#a1255a8f61a690a .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a1255a8f61a690a .round-icon img,
#a1255a8f61a690a .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#af9b4a4652a2393 .uk-card-media-left {
  min-height: 200px;
}
#af9b4a4652a2393 .h-float .uk-card {
  transition: all .3s ease;
}
#a96ccab4e3ab9c2 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a96ccab4e3ab9c2 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a96ccab4e3ab9c2 .text-style figure {
  background: transparent;
}
#a96ccab4e3ab9c2 .text-style:hover figure {
  background: #0261ff;
}
#a96ccab4e3ab9c2 .gallery-item img {
  opacity: 1 !important;
}
#a96ccab4e3ab9c2 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a22deac5c7a9de2 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a22deac5c7a9de2 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a22deac5c7a9de2 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a22deac5c7a9de2 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a22deac5c7a9de2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a22deac5c7a9de2 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af0e8ae544a76bc .logged {
  display: none;
}
#af0e8ae544a76bc .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af0e8ae544a76bc .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af0e8ae544a76bc .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af0e8ae544a76bc .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af0e8ae544a76bc .site-header {
  height: 80px;
}
#af0e8ae544a76bc .uk-navbar-item,
#af0e8ae544a76bc .uk-navbar-nav > li > a,
#af0e8ae544a76bc .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af0e8ae544a76bc .uk-sticky-fixed .uk-navbar-item,
#af0e8ae544a76bc .uk-sticky-fixed .uk-navbar-nav > li > a,
#af0e8ae544a76bc .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af0e8ae544a76bc .uk-navbar-sticky {
  background: #fff;
}
#af0e8ae544a76bc .uk-navbar-sticky .site-header {
  height: 70px;
}
#af0e8ae544a76bc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af0e8ae544a76bc .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af0e8ae544a76bc .sub-menu-title i,
#af0e8ae544a76bc .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af0e8ae544a76bc .menu-item a {
  font-size: 16px;
}
#af0e8ae544a76bc .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af0e8ae544a76bc .sub-menu-item ul {
  margin-top: 16px;
}
#af0e8ae544a76bc .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af0e8ae544a76bc .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af0e8ae544a76bc .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af0e8ae544a76bc .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af0e8ae544a76bc .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af0e8ae544a76bc .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af0e8ae544a76bc .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af0e8ae544a76bc .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af0e8ae544a76bc .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af0e8ae544a76bc .site-pc-navbar {
  background: #fff;
}
#af0e8ae544a76bc .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af0e8ae544a76bc .logo {
  display: inline-block;
}
#aa423a4aa9a3642 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aa423a4aa9a3642 .round-icon img,
#aa423a4aa9a3642 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a7e9fac45ca8239 .uk-card-media-left {
  min-height: 200px;
}
#a7e9fac45ca8239 .h-float .uk-card {
  transition: all .3s ease;
}
#a6047a589ea4b6d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a6047a589ea4b6d .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a6047a589ea4b6d .text-style figure {
  background: transparent;
}
#a6047a589ea4b6d .text-style:hover figure {
  background: #0261ff;
}
#a6047a589ea4b6d .gallery-item img {
  opacity: 1 !important;
}
#a6047a589ea4b6d .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3032ac390ae8d0 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3032ac390ae8d0 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3032ac390ae8d0 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3032ac390ae8d0 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3032ac390ae8d0 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3032ac390ae8d0 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a9ebca2364ae564 .logged {
  display: none;
}
#a9ebca2364ae564 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9ebca2364ae564 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9ebca2364ae564 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a9ebca2364ae564 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9ebca2364ae564 .site-header {
  height: 80px;
}
#a9ebca2364ae564 .uk-navbar-item,
#a9ebca2364ae564 .uk-navbar-nav > li > a,
#a9ebca2364ae564 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a9ebca2364ae564 .uk-sticky-fixed .uk-navbar-item,
#a9ebca2364ae564 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9ebca2364ae564 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9ebca2364ae564 .uk-navbar-sticky {
  background: #fff;
}
#a9ebca2364ae564 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a9ebca2364ae564 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9ebca2364ae564 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a9ebca2364ae564 .sub-menu-title i,
#a9ebca2364ae564 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9ebca2364ae564 .menu-item a {
  font-size: 16px;
}
#a9ebca2364ae564 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a9ebca2364ae564 .sub-menu-item ul {
  margin-top: 16px;
}
#a9ebca2364ae564 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a9ebca2364ae564 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a9ebca2364ae564 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a9ebca2364ae564 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a9ebca2364ae564 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a9ebca2364ae564 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9ebca2364ae564 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a9ebca2364ae564 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a9ebca2364ae564 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a9ebca2364ae564 .site-pc-navbar {
  background: #fff;
}
#a9ebca2364ae564 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a9ebca2364ae564 .logo {
  display: inline-block;
}
#a7b1ea85c6a9478 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a7b1ea85c6a9478 .round-icon img,
#a7b1ea85c6a9478 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a70fbaa042aef16 .uk-card-media-left {
  min-height: 200px;
}
#a70fbaa042aef16 .h-float .uk-card {
  transition: all .3s ease;
}
#aec45a0336a2476 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aec45a0336a2476 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aec45a0336a2476 .text-style figure {
  background: transparent;
}
#aec45a0336a2476 .text-style:hover figure {
  background: #0261ff;
}
#aec45a0336a2476 .gallery-item img {
  opacity: 1 !important;
}
#aec45a0336a2476 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad564a1e91a6291 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ad564a1e91a6291 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ad564a1e91a6291 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad564a1e91a6291 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ad564a1e91a6291 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ad564a1e91a6291 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6350a435aad68f .logged {
  display: none;
}
#a6350a435aad68f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6350a435aad68f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6350a435aad68f .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6350a435aad68f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6350a435aad68f .site-header {
  height: 80px;
}
#a6350a435aad68f .uk-navbar-item,
#a6350a435aad68f .uk-navbar-nav > li > a,
#a6350a435aad68f .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6350a435aad68f .uk-sticky-fixed .uk-navbar-item,
#a6350a435aad68f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6350a435aad68f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6350a435aad68f .uk-navbar-sticky {
  background: #fff;
}
#a6350a435aad68f .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6350a435aad68f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6350a435aad68f .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6350a435aad68f .sub-menu-title i,
#a6350a435aad68f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6350a435aad68f .menu-item a {
  font-size: 16px;
}
#a6350a435aad68f .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6350a435aad68f .sub-menu-item ul {
  margin-top: 16px;
}
#a6350a435aad68f .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6350a435aad68f .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6350a435aad68f .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6350a435aad68f .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6350a435aad68f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6350a435aad68f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6350a435aad68f .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6350a435aad68f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6350a435aad68f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6350a435aad68f .site-pc-navbar {
  background: #fff;
}
#a6350a435aad68f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6350a435aad68f .logo {
  display: inline-block;
}
#a812aa52d2a77d2 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a812aa52d2a77d2 .round-icon img,
#a812aa52d2a77d2 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a9df7a645dab0aa .uk-card-media-left {
  min-height: 200px;
}
#a9df7a645dab0aa .h-float .uk-card {
  transition: all .3s ease;
}
#aae52a0b4ca5c1b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aae52a0b4ca5c1b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aae52a0b4ca5c1b .text-style figure {
  background: transparent;
}
#aae52a0b4ca5c1b .text-style:hover figure {
  background: #0261ff;
}
#aae52a0b4ca5c1b .gallery-item img {
  opacity: 1 !important;
}
#aae52a0b4ca5c1b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ad047a0a6ba204c [data-item="title"] {left: 1px;top: 0px; position: relative;}#ad047a0a6ba204c [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ad047a0a6ba204c [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad047a0a6ba204c [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ad047a0a6ba204c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ad047a0a6ba204c [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a4bf8a304fa2b1f .logged {
  display: none;
}
#a4bf8a304fa2b1f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4bf8a304fa2b1f .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4bf8a304fa2b1f .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a4bf8a304fa2b1f .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4bf8a304fa2b1f .site-header {
  height: 80px;
}
#a4bf8a304fa2b1f .uk-navbar-item,
#a4bf8a304fa2b1f .uk-navbar-nav > li > a,
#a4bf8a304fa2b1f .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a4bf8a304fa2b1f .uk-sticky-fixed .uk-navbar-item,
#a4bf8a304fa2b1f .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4bf8a304fa2b1f .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4bf8a304fa2b1f .uk-navbar-sticky {
  background: #fff;
}
#a4bf8a304fa2b1f .uk-navbar-sticky .site-header {
  height: 70px;
}
#a4bf8a304fa2b1f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4bf8a304fa2b1f .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a4bf8a304fa2b1f .sub-menu-title i,
#a4bf8a304fa2b1f .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4bf8a304fa2b1f .menu-item a {
  font-size: 16px;
}
#a4bf8a304fa2b1f .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a4bf8a304fa2b1f .sub-menu-item ul {
  margin-top: 16px;
}
#a4bf8a304fa2b1f .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a4bf8a304fa2b1f .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a4bf8a304fa2b1f .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a4bf8a304fa2b1f .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a4bf8a304fa2b1f .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a4bf8a304fa2b1f .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4bf8a304fa2b1f .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a4bf8a304fa2b1f .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a4bf8a304fa2b1f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a4bf8a304fa2b1f .site-pc-navbar {
  background: #fff;
}
#a4bf8a304fa2b1f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4bf8a304fa2b1f .logo {
  display: inline-block;
}
#a285aa8133aebbb .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a285aa8133aebbb .round-icon img,
#a285aa8133aebbb .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aa9bbaebb8a6c72 .uk-card-media-left {
  min-height: 200px;
}
#aa9bbaebb8a6c72 .h-float .uk-card {
  transition: all .3s ease;
}
#ac5bbafff9adce8 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac5bbafff9adce8 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac5bbafff9adce8 .text-style figure {
  background: transparent;
}
#ac5bbafff9adce8 .text-style:hover figure {
  background: #0261ff;
}
#ac5bbafff9adce8 .gallery-item img {
  opacity: 1 !important;
}
#ac5bbafff9adce8 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a128fa7cf3a0b02 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a128fa7cf3a0b02 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a128fa7cf3a0b02 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a128fa7cf3a0b02 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a128fa7cf3a0b02 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a128fa7cf3a0b02 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a02dfa51e9a7651 .logged {
  display: none;
}
#a02dfa51e9a7651 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a02dfa51e9a7651 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a02dfa51e9a7651 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a02dfa51e9a7651 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a02dfa51e9a7651 .site-header {
  height: 80px;
}
#a02dfa51e9a7651 .uk-navbar-item,
#a02dfa51e9a7651 .uk-navbar-nav > li > a,
#a02dfa51e9a7651 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a02dfa51e9a7651 .uk-sticky-fixed .uk-navbar-item,
#a02dfa51e9a7651 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a02dfa51e9a7651 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a02dfa51e9a7651 .uk-navbar-sticky {
  background: #fff;
}
#a02dfa51e9a7651 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a02dfa51e9a7651 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a02dfa51e9a7651 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a02dfa51e9a7651 .sub-menu-title i,
#a02dfa51e9a7651 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a02dfa51e9a7651 .menu-item a {
  font-size: 16px;
}
#a02dfa51e9a7651 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a02dfa51e9a7651 .sub-menu-item ul {
  margin-top: 16px;
}
#a02dfa51e9a7651 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a02dfa51e9a7651 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a02dfa51e9a7651 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a02dfa51e9a7651 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a02dfa51e9a7651 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a02dfa51e9a7651 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a02dfa51e9a7651 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a02dfa51e9a7651 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a02dfa51e9a7651 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a02dfa51e9a7651 .site-pc-navbar {
  background: #fff;
}
#a02dfa51e9a7651 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a02dfa51e9a7651 .logo {
  display: inline-block;
}
#a6648a5deca8b81 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6648a5deca8b81 .round-icon img,
#a6648a5deca8b81 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ad510a0a30ae96a .uk-card-media-left {
  min-height: 200px;
}
#ad510a0a30ae96a .h-float .uk-card {
  transition: all .3s ease;
}
#aad7ea8004ab02c .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aad7ea8004ab02c .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aad7ea8004ab02c .text-style figure {
  background: transparent;
}
#aad7ea8004ab02c .text-style:hover figure {
  background: #0261ff;
}
#aad7ea8004ab02c .gallery-item img {
  opacity: 1 !important;
}
#aad7ea8004ab02c .gallery-item:hover figure img {
  opacity: .6 !important;
}
#af374af004ab087 [data-item="title"] {left: 1px;top: 0px; position: relative;}#af374af004ab087 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#af374af004ab087 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#af374af004ab087 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#af374af004ab087 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#af374af004ab087 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3baba4708a5f59 .logged {
  display: none;
}
#a3baba4708a5f59 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3baba4708a5f59 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3baba4708a5f59 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3baba4708a5f59 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3baba4708a5f59 .site-header {
  height: 80px;
}
#a3baba4708a5f59 .uk-navbar-item,
#a3baba4708a5f59 .uk-navbar-nav > li > a,
#a3baba4708a5f59 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3baba4708a5f59 .uk-sticky-fixed .uk-navbar-item,
#a3baba4708a5f59 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3baba4708a5f59 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3baba4708a5f59 .uk-navbar-sticky {
  background: #fff;
}
#a3baba4708a5f59 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3baba4708a5f59 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3baba4708a5f59 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3baba4708a5f59 .sub-menu-title i,
#a3baba4708a5f59 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3baba4708a5f59 .menu-item a {
  font-size: 16px;
}
#a3baba4708a5f59 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3baba4708a5f59 .sub-menu-item ul {
  margin-top: 16px;
}
#a3baba4708a5f59 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3baba4708a5f59 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3baba4708a5f59 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3baba4708a5f59 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3baba4708a5f59 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3baba4708a5f59 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3baba4708a5f59 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3baba4708a5f59 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3baba4708a5f59 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3baba4708a5f59 .site-pc-navbar {
  background: #fff;
}
#a3baba4708a5f59 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3baba4708a5f59 .logo {
  display: inline-block;
}
#a1a8badb80aee9a .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a1a8badb80aee9a .round-icon img,
#a1a8badb80aee9a .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ade80a2972a3634 .uk-card-media-left {
  min-height: 200px;
}
#ade80a2972a3634 .h-float .uk-card {
  transition: all .3s ease;
}
#acf92a5169a64bb .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#acf92a5169a64bb .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#acf92a5169a64bb .text-style figure {
  background: transparent;
}
#acf92a5169a64bb .text-style:hover figure {
  background: #0261ff;
}
#acf92a5169a64bb .gallery-item img {
  opacity: 1 !important;
}
#acf92a5169a64bb .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a02cdae9e9a85d9 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a02cdae9e9a85d9 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a02cdae9e9a85d9 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a02cdae9e9a85d9 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a02cdae9e9a85d9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a02cdae9e9a85d9 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6d2ba5ab4a2234 .logged {
  display: none;
}
#a6d2ba5ab4a2234 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6d2ba5ab4a2234 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6d2ba5ab4a2234 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6d2ba5ab4a2234 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6d2ba5ab4a2234 .site-header {
  height: 80px;
}
#a6d2ba5ab4a2234 .uk-navbar-item,
#a6d2ba5ab4a2234 .uk-navbar-nav > li > a,
#a6d2ba5ab4a2234 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6d2ba5ab4a2234 .uk-sticky-fixed .uk-navbar-item,
#a6d2ba5ab4a2234 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6d2ba5ab4a2234 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6d2ba5ab4a2234 .uk-navbar-sticky {
  background: #fff;
}
#a6d2ba5ab4a2234 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6d2ba5ab4a2234 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6d2ba5ab4a2234 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6d2ba5ab4a2234 .sub-menu-title i,
#a6d2ba5ab4a2234 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6d2ba5ab4a2234 .menu-item a {
  font-size: 16px;
}
#a6d2ba5ab4a2234 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6d2ba5ab4a2234 .sub-menu-item ul {
  margin-top: 16px;
}
#a6d2ba5ab4a2234 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6d2ba5ab4a2234 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6d2ba5ab4a2234 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6d2ba5ab4a2234 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6d2ba5ab4a2234 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6d2ba5ab4a2234 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6d2ba5ab4a2234 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6d2ba5ab4a2234 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6d2ba5ab4a2234 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6d2ba5ab4a2234 .site-pc-navbar {
  background: #fff;
}
#a6d2ba5ab4a2234 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6d2ba5ab4a2234 .logo {
  display: inline-block;
}
#a575da0c50a1063 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a575da0c50a1063 .round-icon img,
#a575da0c50a1063 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ae0c8a9114ab278 .uk-card-media-left {
  min-height: 200px;
}
#ae0c8a9114ab278 .h-float .uk-card {
  transition: all .3s ease;
}
#ac01cae1aea46d5 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac01cae1aea46d5 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac01cae1aea46d5 .text-style figure {
  background: transparent;
}
#ac01cae1aea46d5 .text-style:hover figure {
  background: #0261ff;
}
#ac01cae1aea46d5 .gallery-item img {
  opacity: 1 !important;
}
#ac01cae1aea46d5 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a2451a84c6ae0f6 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a2451a84c6ae0f6 [data-item="abstract"] {left: 0px;top: 1px; position: relative;}#a2451a84c6ae0f6 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a2451a84c6ae0f6 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a2451a84c6ae0f6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a2451a84c6ae0f6 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aa4a7a4eedab156 .logged {
  display: none;
}
#aa4a7a4eedab156 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aa4a7a4eedab156 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aa4a7a4eedab156 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aa4a7a4eedab156 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aa4a7a4eedab156 .site-header {
  height: 80px;
}
#aa4a7a4eedab156 .uk-navbar-item,
#aa4a7a4eedab156 .uk-navbar-nav > li > a,
#aa4a7a4eedab156 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aa4a7a4eedab156 .uk-sticky-fixed .uk-navbar-item,
#aa4a7a4eedab156 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aa4a7a4eedab156 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aa4a7a4eedab156 .uk-navbar-sticky {
  background: #fff;
}
#aa4a7a4eedab156 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aa4a7a4eedab156 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa4a7a4eedab156 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aa4a7a4eedab156 .sub-menu-title i,
#aa4a7a4eedab156 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aa4a7a4eedab156 .menu-item a {
  font-size: 16px;
}
#aa4a7a4eedab156 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aa4a7a4eedab156 .sub-menu-item ul {
  margin-top: 16px;
}
#aa4a7a4eedab156 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aa4a7a4eedab156 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aa4a7a4eedab156 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aa4a7a4eedab156 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aa4a7a4eedab156 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aa4a7a4eedab156 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aa4a7a4eedab156 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aa4a7a4eedab156 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aa4a7a4eedab156 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aa4a7a4eedab156 .site-pc-navbar {
  background: #fff;
}
#aa4a7a4eedab156 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aa4a7a4eedab156 .logo {
  display: inline-block;
}
#a634da393ea712b .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a634da393ea712b .round-icon img,
#a634da393ea712b .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a1cb4aab0da2cdf .uk-card-media-left {
  min-height: 200px;
}
#a1cb4aab0da2cdf .h-float .uk-card {
  transition: all .3s ease;
}
#a10e8a0bb4a9b42 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a10e8a0bb4a9b42 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a10e8a0bb4a9b42 .text-style figure {
  background: transparent;
}
#a10e8a0bb4a9b42 .text-style:hover figure {
  background: #0261ff;
}
#a10e8a0bb4a9b42 .gallery-item img {
  opacity: 1 !important;
}
#a10e8a0bb4a9b42 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a182ea2014a3946 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a182ea2014a3946 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a182ea2014a3946 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a182ea2014a3946 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a182ea2014a3946 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a182ea2014a3946 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a164ca366eaa6b9 .logged {
  display: none;
}
#a164ca366eaa6b9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a164ca366eaa6b9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a164ca366eaa6b9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a164ca366eaa6b9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a164ca366eaa6b9 .site-header {
  height: 80px;
}
#a164ca366eaa6b9 .uk-navbar-item,
#a164ca366eaa6b9 .uk-navbar-nav > li > a,
#a164ca366eaa6b9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a164ca366eaa6b9 .uk-sticky-fixed .uk-navbar-item,
#a164ca366eaa6b9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a164ca366eaa6b9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a164ca366eaa6b9 .uk-navbar-sticky {
  background: #fff;
}
#a164ca366eaa6b9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a164ca366eaa6b9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a164ca366eaa6b9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a164ca366eaa6b9 .sub-menu-title i,
#a164ca366eaa6b9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a164ca366eaa6b9 .menu-item a {
  font-size: 16px;
}
#a164ca366eaa6b9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a164ca366eaa6b9 .sub-menu-item ul {
  margin-top: 16px;
}
#a164ca366eaa6b9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a164ca366eaa6b9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a164ca366eaa6b9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a164ca366eaa6b9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a164ca366eaa6b9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a164ca366eaa6b9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a164ca366eaa6b9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a164ca366eaa6b9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a164ca366eaa6b9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a164ca366eaa6b9 .site-pc-navbar {
  background: #fff;
}
#a164ca366eaa6b9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a164ca366eaa6b9 .logo {
  display: inline-block;
}
#a4667af695a9f67 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a4667af695a9f67 .round-icon img,
#a4667af695a9f67 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aaf16a799ca75e1 .uk-card-media-left {
  min-height: 200px;
}
#aaf16a799ca75e1 .h-float .uk-card {
  transition: all .3s ease;
}
#a0bc3a0500af43a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a0bc3a0500af43a .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a0bc3a0500af43a .text-style figure {
  background: transparent;
}
#a0bc3a0500af43a .text-style:hover figure {
  background: #0261ff;
}
#a0bc3a0500af43a .gallery-item img {
  opacity: 1 !important;
}
#a0bc3a0500af43a .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a94a5a82d4aa3be [data-item="title"] {left: 1px;top: 0px; position: relative;}#a94a5a82d4aa3be [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a94a5a82d4aa3be [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a94a5a82d4aa3be [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a94a5a82d4aa3be [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a94a5a82d4aa3be [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ab961a69e7a06c5 .logged {
  display: none;
}
#ab961a69e7a06c5 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab961a69e7a06c5 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab961a69e7a06c5 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ab961a69e7a06c5 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab961a69e7a06c5 .site-header {
  height: 80px;
}
#ab961a69e7a06c5 .uk-navbar-item,
#ab961a69e7a06c5 .uk-navbar-nav > li > a,
#ab961a69e7a06c5 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ab961a69e7a06c5 .uk-sticky-fixed .uk-navbar-item,
#ab961a69e7a06c5 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab961a69e7a06c5 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab961a69e7a06c5 .uk-navbar-sticky {
  background: #fff;
}
#ab961a69e7a06c5 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ab961a69e7a06c5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab961a69e7a06c5 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ab961a69e7a06c5 .sub-menu-title i,
#ab961a69e7a06c5 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab961a69e7a06c5 .menu-item a {
  font-size: 16px;
}
#ab961a69e7a06c5 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ab961a69e7a06c5 .sub-menu-item ul {
  margin-top: 16px;
}
#ab961a69e7a06c5 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ab961a69e7a06c5 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ab961a69e7a06c5 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ab961a69e7a06c5 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ab961a69e7a06c5 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ab961a69e7a06c5 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab961a69e7a06c5 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ab961a69e7a06c5 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ab961a69e7a06c5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ab961a69e7a06c5 .site-pc-navbar {
  background: #fff;
}
#ab961a69e7a06c5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab961a69e7a06c5 .logo {
  display: inline-block;
}
#ad092a3872a6929 img {
  border: 0 none;
}
#ad092a3872a6929 ul,
#ad092a3872a6929 li {
  list-style: none;
}
#ad092a3872a6929 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}
#ad092a3872a6929 a img {
  border: 0 none;
}
#ad092a3872a6929 i {
  font-style: normal;
}
#ad092a3872a6929 .p50 {
  padding: 50px;
}
#ad092a3872a6929 .pt-60 {
  padding-top: 60px;
}
#ad092a3872a6929 .pb-60 {
  padding-bottom: 60px;
}
#ad092a3872a6929 .p60 {
  padding: 60px;
}
#ad092a3872a6929 .title {
  color: #333;
}
#ad092a3872a6929 .pb-70 {
  padding-bottom: 70px;
}
#ad092a3872a6929 .mt-25 {
  margin-top: 25px;
}
#ad092a3872a6929 .mb-25 {
  margin-bottom: 25px;
}
#ad092a3872a6929 .mt-40 {
  margin-top: 40px;
}
#ad092a3872a6929 .mt-50 {
  margin-top: 50px;
}
#ad092a3872a6929 .f14 {
  font-size: 14px;
}
#ad092a3872a6929 .f18 {
  font-size: 18px;
}
#ad092a3872a6929 .f20 {
  font-size: 20px;
}
#ad092a3872a6929 .f30 {
  font-size: 30px;
}
#ad092a3872a6929 .f34 {
  font-size: 34px;
}
#ad092a3872a6929 .f50 {
  font-size: 50px;
}
#ad092a3872a6929 .color-888 {
  color: #888;
}
#ad092a3872a6929 .color-555 {
  color: #555;
}
#ad092a3872a6929 .color-999 {
  color: #999;
}
#ad092a3872a6929 .color-aaa {
  color: #aaa;
}
#ad092a3872a6929 .bg-f8 {
  background-color: #f8f9fb;
}
#ad092a3872a6929 .bg-white {
  background-color: white;
}
#ad092a3872a6929 .flex-between {
  display: flex;
  justify-content: space-between;
}
#ad092a3872a6929 .flex {
  display: flex;
  justify-content: space-around;
}
#ad092a3872a6929 .posi {
  position: relative;
}
#ad092a3872a6929 .w50 {
  width: 50%;
}
#ad092a3872a6929 .img {
  position: relative;
  overflow: hidden;
}
#ad092a3872a6929 .transition {
  transition: all .36s;
}
#ad092a3872a6929 .line-height {
  line-height: 2;
}
#ad092a3872a6929 .text-center {
  text-align: center;
}
#ad092a3872a6929 .line-clamp {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ad092a3872a6929 .line-clamp2 {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#ad092a3872a6929 .opacity6 {
  opacity: 0.6;
}
#ad092a3872a6929 .DIN {
  color: #666;
}
#ad092a3872a6929 .opacity5 {
  opacity: 0.5;
}
#ad092a3872a6929 .border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 750px) {
  #ad092a3872a6929 .wapFlex {
    flex-direction: column;
  }
  #ad092a3872a6929 .w50 {
    width: 100%;
  }
}
#ad092a3872a6929 .more {
  color: #888;
}
#ad092a3872a6929 .w1440 {
  width: 100%;
  margin: 0 auto;
}
#ad092a3872a6929 .inxTit .f20 {
  letter-spacing: 6px;
}
#ad092a3872a6929 .newTop .txt .more {
  display: inline-block;
}
#ad092a3872a6929 .newTop:hover .txt .more {
  padding: 6px 20px;
  background-color: #0261ff;
  color: #fff;
}
#ad092a3872a6929 .newTop .txt,
#ad092a3872a6929 .newTop .img {
  height: 420px;
}
#ad092a3872a6929 .newTop .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ad092a3872a6929 .newTop:hover {
  color: #e03a7b;
}
#ad092a3872a6929 .newTop:hover .img img {
  transform: scale(1.1);
}
#ad092a3872a6929 .idxnewsUl li {
  flex: 1;
}
#ad092a3872a6929 .idxnewsUl li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#ad092a3872a6929 .idxnewsUl li:nth-child(3n) {
  border-right: none;
}
#ad092a3872a6929 .idxnewsUl li::after {
  width: 100%;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  position: absolute;
  background-color: #0261ff;
  transition: all .36s;
  -webkit-transition: all .36s;
  -moz-transition: all .36s;
  -ms-transition: all .36s;
  -o-transition: all .36s;
}
#ad092a3872a6929 .idxnewsUl li a {
  position: relative;
  z-index: 10;
  display: block;
}
#ad092a3872a6929 .idxnewsUl li .more {
  display: inline-block;
}
#ad092a3872a6929 .idxnewsUl li:hover::after {
  height: 100%;
}
#ad092a3872a6929 .idxnewsUl li:hover a {
  color: #fff!important;
}
#ad092a3872a6929 .idxnewsUl li:hover .title {
  color: #fff;
}
#ad092a3872a6929 .idxnewsUl li:hover .DIN {
  color: #fff;
}
#ad092a3872a6929 .idxnewsUl li:hover .more {
  color: #fff;
}
#ad092a3872a6929 .idxnewsUl li:hover .more {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}
@media screen and (max-width: 1600px) {
  #ad092a3872a6929 .p50 {
    padding: 45px;
  }
  #ad092a3872a6929 .pt-60 {
    padding-top: 55px;
  }
  #ad092a3872a6929 .pb-60 {
    padding-bottom: 55px;
  }
  #ad092a3872a6929 .p60 {
    padding: 55px;
  }
  #ad092a3872a6929 .pb-70 {
    padding-bottom: 66px;
  }
  #ad092a3872a6929 .mt-25 {
    margin-top: 20px;
  }
  #ad092a3872a6929 .mb-25 {
    margin-bottom: 20px;
  }
  #ad092a3872a6929 .mt-40 {
    margin-top: 36px;
  }
  #ad092a3872a6929 .mt-50 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1440px) {
  #ad092a3872a6929 .p50 {
    padding: 42px;
  }
  #ad092a3872a6929 .pt-60 {
    padding-top: 50px;
  }
  #ad092a3872a6929 .pb-60 {
    padding-bottom: 50px;
  }
  #ad092a3872a6929 .p60 {
    padding: 50px;
  }
  #ad092a3872a6929 .pb-70 {
    padding-bottom: 50px;
  }
  #ad092a3872a6929 .mt-25 {
    margin-top: 18px;
  }
  #ad092a3872a6929 .mb-25 {
    margin-bottom: 18px;
  }
  #ad092a3872a6929 .mt-40 {
    margin-top: 34px;
  }
  #ad092a3872a6929 .mt-50 {
    margin-top: 42px;
  }
  #ad092a3872a6929 .f14 {
    font-size: 14px;
  }
  #ad092a3872a6929 .f18 {
    font-size: 16px;
  }
  #ad092a3872a6929 .f20 {
    font-size: 18px;
  }
  #ad092a3872a6929 .f30 {
    font-size: 26px;
  }
  #ad092a3872a6929 .f34 {
    font-size: 28px;
  }
  #ad092a3872a6929 .f50 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  #ad092a3872a6929 .pt-60 {
    padding-top: 50px;
  }
  #ad092a3872a6929 .pb-60 {
    padding-bottom: 50px;
  }
  #ad092a3872a6929 .p60 {
    padding: 50px;
  }
  #ad092a3872a6929 .p50 {
    padding: 40px;
  }
  #ad092a3872a6929 .pb-70 {
    padding-bottom: 60px;
  }
  #ad092a3872a6929 .mt-25 {
    margin-top: 16px;
  }
  #ad092a3872a6929 .mb-25 {
    margin-bottom: 16px;
  }
  #ad092a3872a6929 .mt-40 {
    margin-top: 32px;
  }
  #ad092a3872a6929 .mt-50 {
    margin-top: 40px;
  }
  #ad092a3872a6929 .f14 {
    font-size: 12px;
  }
  #ad092a3872a6929 .f18 {
    font-size: 14px;
  }
  #ad092a3872a6929 .f20 {
    font-size: 16px;
  }
  #ad092a3872a6929 .f30 {
    font-size: 18px;
  }
  #ad092a3872a6929 .f34 {
    font-size: 22px;
  }
  #ad092a3872a6929 .f50 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #ad092a3872a6929 .p50 {
    padding: 35px;
  }
  #ad092a3872a6929 .pt-60 {
    padding-top: 42px;
  }
  #ad092a3872a6929 .pb-60 {
    padding-bottom: 42px;
  }
  #ad092a3872a6929 .p60 {
    padding: 42px;
  }
  #ad092a3872a6929 .pb-70 {
    padding-bottom: 55px;
  }
  #ad092a3872a6929 .mt-25 {
    margin-top: 15px;
  }
  #ad092a3872a6929 .mb-25 {
    margin-bottom: 15px;
  }
  #ad092a3872a6929 .mt-40 {
    margin-top: 28px;
  }
  #ad092a3872a6929 .mt-50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  #ad092a3872a6929 .p50 {
    padding: 20px;
  }
  #ad092a3872a6929 .pt-60 {
    padding-top: 20px;
  }
  #ad092a3872a6929 .pb-60 {
    padding-bottom: 20px;
  }
  #ad092a3872a6929 .p60 {
    padding: 20px;
  }
  #ad092a3872a6929 .pb-70 {
    padding-bottom: 20px;
  }
  #ad092a3872a6929 .mt-40 {
    margin-top: 20px;
  }
  #ad092a3872a6929 .mt-50 {
    margin-top: 20px;
  }
  #ad092a3872a6929 .f18 {
    font-size: 13px;
  }
  #ad092a3872a6929 .f20 {
    font-size: 14px;
  }
  #ad092a3872a6929 .f30 {
    font-size: 16px;
  }
  #ad092a3872a6929 .f34 {
    font-size: 16px;
  }
  #ad092a3872a6929 .f50 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  #ad092a3872a6929 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #ad092a3872a6929 .w1440 {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #ad092a3872a6929 .w1440 {
    width: 100%;
    padding: 0;
  }
  #ad092a3872a6929 .newTop .txt,
  #ad092a3872a6929 .newTop .img {
    height: auto;
  }
  #ad092a3872a6929 .idxnewsUl li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  #ad092a3872a6929 .idxnewsUl li .line-clamp2 {
    display: none;
  }
  #ad092a3872a6929 .idxnewsUl li .more {
    margin-top: 0;
  }
}
#ab905af6b9afd9d .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ab905af6b9afd9d .round-icon img,
#ab905af6b9afd9d .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a3379ae270a1c94 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a3379ae270a1c94 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a3379ae270a1c94 .text-style figure {
  background: transparent;
}
#a3379ae270a1c94 .text-style:hover figure {
  background: #0261ff;
}
#a3379ae270a1c94 .gallery-item img {
  opacity: 1 !important;
}
#a3379ae270a1c94 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a4813a52cbadcbe [data-item="title"] {left: 1px;top: 0px; position: relative;}#a4813a52cbadcbe [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a4813a52cbadcbe [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a4813a52cbadcbe [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a4813a52cbadcbe [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a4813a52cbadcbe [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aad40ad959a40be .logged {
  display: none;
}
#aad40ad959a40be .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aad40ad959a40be .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aad40ad959a40be .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aad40ad959a40be .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aad40ad959a40be .site-header {
  height: 80px;
}
#aad40ad959a40be .uk-navbar-item,
#aad40ad959a40be .uk-navbar-nav > li > a,
#aad40ad959a40be .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aad40ad959a40be .uk-sticky-fixed .uk-navbar-item,
#aad40ad959a40be .uk-sticky-fixed .uk-navbar-nav > li > a,
#aad40ad959a40be .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aad40ad959a40be .uk-navbar-sticky {
  background: #fff;
}
#aad40ad959a40be .uk-navbar-sticky .site-header {
  height: 70px;
}
#aad40ad959a40be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aad40ad959a40be .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aad40ad959a40be .sub-menu-title i,
#aad40ad959a40be .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aad40ad959a40be .menu-item a {
  font-size: 16px;
}
#aad40ad959a40be .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aad40ad959a40be .sub-menu-item ul {
  margin-top: 16px;
}
#aad40ad959a40be .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aad40ad959a40be .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aad40ad959a40be .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aad40ad959a40be .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aad40ad959a40be .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aad40ad959a40be .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aad40ad959a40be .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aad40ad959a40be .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aad40ad959a40be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aad40ad959a40be .site-pc-navbar {
  background: #fff;
}
#aad40ad959a40be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aad40ad959a40be .logo {
  display: inline-block;
}
#a6a10a4158ad100 .ap-icon {
  padding: 12px;
  line-height: 1;
  margin: 0;
}
#a7f5da860fa7297 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a7f5da860fa7297 .round-icon img,
#a7f5da860fa7297 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a6b64aebd0a3afc .uk-card-media-left {
  min-height: 200px;
}
#a6b64aebd0a3afc .h-float .uk-card {
  transition: all .3s ease;
}
#ad0eaa5b8fa1098 .meta {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
#ad0eaa5b8fa1098 .el-item {
  overflow: hidden;
}
#ad0eaa5b8fa1098 .overlay {
  top: 100%;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#ad0eaa5b8fa1098 .el-item:hover .overlay {
  top: 0;
  visibility: visible;
}
#afc0baaad5aa908 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#afc0baaad5aa908 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#afc0baaad5aa908 .text-style figure {
  background: transparent;
}
#afc0baaad5aa908 .text-style:hover figure {
  background: #0261ff;
}
#afc0baaad5aa908 .gallery-item img {
  opacity: 1 !important;
}
#afc0baaad5aa908 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ac52ea3e2daed51 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ac52ea3e2daed51 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ac52ea3e2daed51 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ac52ea3e2daed51 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ac52ea3e2daed51 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ac52ea3e2daed51 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a6a10a4158ad100 [data-item="items[5].icon"] {left: -1px;top: 0px; position: relative;}#a6a10a4158ad100 [data-item="items[5].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#acd3baf9bba99e7 .logged {
  display: none;
}
#acd3baf9bba99e7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#acd3baf9bba99e7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#acd3baf9bba99e7 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#acd3baf9bba99e7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#acd3baf9bba99e7 .site-header {
  height: 80px;
}
#acd3baf9bba99e7 .uk-navbar-item,
#acd3baf9bba99e7 .uk-navbar-nav > li > a,
#acd3baf9bba99e7 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#acd3baf9bba99e7 .uk-sticky-fixed .uk-navbar-item,
#acd3baf9bba99e7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#acd3baf9bba99e7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#acd3baf9bba99e7 .uk-navbar-sticky {
  background: #fff;
}
#acd3baf9bba99e7 .uk-navbar-sticky .site-header {
  height: 70px;
}
#acd3baf9bba99e7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#acd3baf9bba99e7 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#acd3baf9bba99e7 .sub-menu-title i,
#acd3baf9bba99e7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#acd3baf9bba99e7 .menu-item a {
  font-size: 16px;
}
#acd3baf9bba99e7 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#acd3baf9bba99e7 .sub-menu-item ul {
  margin-top: 16px;
}
#acd3baf9bba99e7 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#acd3baf9bba99e7 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#acd3baf9bba99e7 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#acd3baf9bba99e7 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#acd3baf9bba99e7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#acd3baf9bba99e7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#acd3baf9bba99e7 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#acd3baf9bba99e7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#acd3baf9bba99e7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#acd3baf9bba99e7 .site-pc-navbar {
  background: #fff;
}
#acd3baf9bba99e7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#acd3baf9bba99e7 .logo {
  display: inline-block;
}
#a0b5aaabe4af8b4 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a0b5aaabe4af8b4 .round-icon img,
#a0b5aaabe4af8b4 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a9931aae40a400a .uk-card-media-left {
  min-height: 200px;
}
#a9931aae40a400a .h-float .uk-card {
  transition: all .3s ease;
}
#a0790adcd4a572b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a0790adcd4a572b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a0790adcd4a572b .text-style figure {
  background: transparent;
}
#a0790adcd4a572b .text-style:hover figure {
  background: #0261ff;
}
#a0790adcd4a572b .gallery-item img {
  opacity: 1 !important;
}
#a0790adcd4a572b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5656abdf8ae4b2 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a5656abdf8ae4b2 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5656abdf8ae4b2 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a5656abdf8ae4b2 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a5656abdf8ae4b2 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a5656abdf8ae4b2 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae635af3f5ac50b .logged {
  display: none;
}
#ae635af3f5ac50b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae635af3f5ac50b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae635af3f5ac50b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae635af3f5ac50b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae635af3f5ac50b .site-header {
  height: 80px;
}
#ae635af3f5ac50b .uk-navbar-item,
#ae635af3f5ac50b .uk-navbar-nav > li > a,
#ae635af3f5ac50b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae635af3f5ac50b .uk-sticky-fixed .uk-navbar-item,
#ae635af3f5ac50b .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae635af3f5ac50b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae635af3f5ac50b .uk-navbar-sticky {
  background: #fff;
}
#ae635af3f5ac50b .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae635af3f5ac50b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae635af3f5ac50b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae635af3f5ac50b .sub-menu-title i,
#ae635af3f5ac50b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae635af3f5ac50b .menu-item a {
  font-size: 16px;
}
#ae635af3f5ac50b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae635af3f5ac50b .sub-menu-item ul {
  margin-top: 16px;
}
#ae635af3f5ac50b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae635af3f5ac50b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae635af3f5ac50b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae635af3f5ac50b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae635af3f5ac50b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae635af3f5ac50b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae635af3f5ac50b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae635af3f5ac50b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae635af3f5ac50b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae635af3f5ac50b .site-pc-navbar {
  background: #fff;
}
#ae635af3f5ac50b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae635af3f5ac50b .logo {
  display: inline-block;
}
#a024baba4dae0a0 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a024baba4dae0a0 .round-icon img,
#a024baba4dae0a0 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a31deabe07a5eb9 .uk-card-media-left {
  min-height: 200px;
}
#a31deabe07a5eb9 .h-float .uk-card {
  transition: all .3s ease;
}
#aadaeaa3fcaa487 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aadaeaa3fcaa487 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aadaeaa3fcaa487 .text-style figure {
  background: transparent;
}
#aadaeaa3fcaa487 .text-style:hover figure {
  background: #0261ff;
}
#aadaeaa3fcaa487 .gallery-item img {
  opacity: 1 !important;
}
#aadaeaa3fcaa487 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9873aa344ac8ed [data-item="title"] {left: 1px;top: 0px; position: relative;}#a9873aa344ac8ed [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a9873aa344ac8ed [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a9873aa344ac8ed [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a9873aa344ac8ed [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a9873aa344ac8ed [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aaed4a3b68a4ea2 .logged {
  display: none;
}
#aaed4a3b68a4ea2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aaed4a3b68a4ea2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aaed4a3b68a4ea2 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aaed4a3b68a4ea2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aaed4a3b68a4ea2 .site-header {
  height: 80px;
}
#aaed4a3b68a4ea2 .uk-navbar-item,
#aaed4a3b68a4ea2 .uk-navbar-nav > li > a,
#aaed4a3b68a4ea2 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aaed4a3b68a4ea2 .uk-sticky-fixed .uk-navbar-item,
#aaed4a3b68a4ea2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aaed4a3b68a4ea2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aaed4a3b68a4ea2 .uk-navbar-sticky {
  background: #fff;
}
#aaed4a3b68a4ea2 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aaed4a3b68a4ea2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaed4a3b68a4ea2 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aaed4a3b68a4ea2 .sub-menu-title i,
#aaed4a3b68a4ea2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aaed4a3b68a4ea2 .menu-item a {
  font-size: 16px;
}
#aaed4a3b68a4ea2 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aaed4a3b68a4ea2 .sub-menu-item ul {
  margin-top: 16px;
}
#aaed4a3b68a4ea2 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aaed4a3b68a4ea2 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aaed4a3b68a4ea2 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aaed4a3b68a4ea2 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aaed4a3b68a4ea2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aaed4a3b68a4ea2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aaed4a3b68a4ea2 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aaed4a3b68a4ea2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aaed4a3b68a4ea2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aaed4a3b68a4ea2 .site-pc-navbar {
  background: #fff;
}
#aaed4a3b68a4ea2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aaed4a3b68a4ea2 .logo {
  display: inline-block;
}
#ac45ba653ca0179 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ac45ba653ca0179 .round-icon img,
#ac45ba653ca0179 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aa1a3a172dac65b .uk-card-media-left {
  min-height: 200px;
}
#aa1a3a172dac65b .h-float .uk-card {
  transition: all .3s ease;
}
#a2ac2a0790a5c04 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a2ac2a0790a5c04 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a2ac2a0790a5c04 .text-style figure {
  background: transparent;
}
#a2ac2a0790a5c04 .text-style:hover figure {
  background: #0261ff;
}
#a2ac2a0790a5c04 .gallery-item img {
  opacity: 1 !important;
}
#a2ac2a0790a5c04 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#acc56a09feadc50 [data-item="title"] {left: 1px;top: 0px; position: relative;}#acc56a09feadc50 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#acc56a09feadc50 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#acc56a09feadc50 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#acc56a09feadc50 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#acc56a09feadc50 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae68cae13ca426e .logged {
  display: none;
}
#ae68cae13ca426e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae68cae13ca426e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae68cae13ca426e .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae68cae13ca426e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae68cae13ca426e .site-header {
  height: 80px;
}
#ae68cae13ca426e .uk-navbar-item,
#ae68cae13ca426e .uk-navbar-nav > li > a,
#ae68cae13ca426e .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae68cae13ca426e .uk-sticky-fixed .uk-navbar-item,
#ae68cae13ca426e .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae68cae13ca426e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae68cae13ca426e .uk-navbar-sticky {
  background: #fff;
}
#ae68cae13ca426e .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae68cae13ca426e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae68cae13ca426e .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae68cae13ca426e .sub-menu-title i,
#ae68cae13ca426e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae68cae13ca426e .menu-item a {
  font-size: 16px;
}
#ae68cae13ca426e .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae68cae13ca426e .sub-menu-item ul {
  margin-top: 16px;
}
#ae68cae13ca426e .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae68cae13ca426e .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae68cae13ca426e .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae68cae13ca426e .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae68cae13ca426e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae68cae13ca426e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae68cae13ca426e .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae68cae13ca426e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae68cae13ca426e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae68cae13ca426e .site-pc-navbar {
  background: #fff;
}
#ae68cae13ca426e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae68cae13ca426e .logo {
  display: inline-block;
}
#ac069a1182afd47 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ac069a1182afd47 .round-icon img,
#ac069a1182afd47 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ac756a8630a147b .uk-card-media-left {
  min-height: 200px;
}
#ac756a8630a147b .h-float .uk-card {
  transition: all .3s ease;
}
#a43eea0de6a0fbb .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a43eea0de6a0fbb .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a43eea0de6a0fbb .text-style figure {
  background: transparent;
}
#a43eea0de6a0fbb .text-style:hover figure {
  background: #0261ff;
}
#a43eea0de6a0fbb .gallery-item img {
  opacity: 1 !important;
}
#a43eea0de6a0fbb .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5acfa0a11ae620 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a5acfa0a11ae620 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5acfa0a11ae620 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a5acfa0a11ae620 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a5acfa0a11ae620 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a5acfa0a11ae620 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a634ba55d3ac12b .logged {
  display: none;
}
#a634ba55d3ac12b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a634ba55d3ac12b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a634ba55d3ac12b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a634ba55d3ac12b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a634ba55d3ac12b .site-header {
  height: 80px;
}
#a634ba55d3ac12b .uk-navbar-item,
#a634ba55d3ac12b .uk-navbar-nav > li > a,
#a634ba55d3ac12b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a634ba55d3ac12b .uk-sticky-fixed .uk-navbar-item,
#a634ba55d3ac12b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a634ba55d3ac12b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a634ba55d3ac12b .uk-navbar-sticky {
  background: #fff;
}
#a634ba55d3ac12b .uk-navbar-sticky .site-header {
  height: 70px;
}
#a634ba55d3ac12b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a634ba55d3ac12b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a634ba55d3ac12b .sub-menu-title i,
#a634ba55d3ac12b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a634ba55d3ac12b .menu-item a {
  font-size: 16px;
}
#a634ba55d3ac12b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a634ba55d3ac12b .sub-menu-item ul {
  margin-top: 16px;
}
#a634ba55d3ac12b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a634ba55d3ac12b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a634ba55d3ac12b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a634ba55d3ac12b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a634ba55d3ac12b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a634ba55d3ac12b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a634ba55d3ac12b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a634ba55d3ac12b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a634ba55d3ac12b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a634ba55d3ac12b .site-pc-navbar {
  background: #fff;
}
#a634ba55d3ac12b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a634ba55d3ac12b .logo {
  display: inline-block;
}
#a5372ad74bae5df .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a5372ad74bae5df .round-icon img,
#a5372ad74bae5df .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ae9eea1c82a6e01 .uk-card-media-left {
  min-height: 200px;
}
#ae9eea1c82a6e01 .h-float .uk-card {
  transition: all .3s ease;
}
#ac263a6a80abe34 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac263a6a80abe34 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac263a6a80abe34 .text-style figure {
  background: transparent;
}
#ac263a6a80abe34 .text-style:hover figure {
  background: #0261ff;
}
#ac263a6a80abe34 .gallery-item img {
  opacity: 1 !important;
}
#ac263a6a80abe34 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a047ea9806a5001 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a047ea9806a5001 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a047ea9806a5001 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a047ea9806a5001 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a047ea9806a5001 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a047ea9806a5001 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a4374ac497ad523 .logged {
  display: none;
}
#a4374ac497ad523 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a4374ac497ad523 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a4374ac497ad523 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a4374ac497ad523 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a4374ac497ad523 .site-header {
  height: 80px;
}
#a4374ac497ad523 .uk-navbar-item,
#a4374ac497ad523 .uk-navbar-nav > li > a,
#a4374ac497ad523 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a4374ac497ad523 .uk-sticky-fixed .uk-navbar-item,
#a4374ac497ad523 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a4374ac497ad523 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a4374ac497ad523 .uk-navbar-sticky {
  background: #fff;
}
#a4374ac497ad523 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a4374ac497ad523 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4374ac497ad523 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a4374ac497ad523 .sub-menu-title i,
#a4374ac497ad523 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a4374ac497ad523 .menu-item a {
  font-size: 16px;
}
#a4374ac497ad523 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a4374ac497ad523 .sub-menu-item ul {
  margin-top: 16px;
}
#a4374ac497ad523 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a4374ac497ad523 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a4374ac497ad523 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a4374ac497ad523 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a4374ac497ad523 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a4374ac497ad523 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a4374ac497ad523 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a4374ac497ad523 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a4374ac497ad523 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a4374ac497ad523 .site-pc-navbar {
  background: #fff;
}
#a4374ac497ad523 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a4374ac497ad523 .logo {
  display: inline-block;
}
#a96d9ada00a01a8 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a96d9ada00a01a8 .round-icon img,
#a96d9ada00a01a8 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a010baf498a443e .uk-card-media-left {
  min-height: 200px;
}
#a010baf498a443e .h-float .uk-card {
  transition: all .3s ease;
}
#a83eda401aae37f .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a83eda401aae37f .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a83eda401aae37f .text-style figure {
  background: transparent;
}
#a83eda401aae37f .text-style:hover figure {
  background: #0261ff;
}
#a83eda401aae37f .gallery-item img {
  opacity: 1 !important;
}
#a83eda401aae37f .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aa75ea9a45a49b4 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aa75ea9a45a49b4 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aa75ea9a45a49b4 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aa75ea9a45a49b4 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aa75ea9a45a49b4 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aa75ea9a45a49b4 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a96d9ada00a01a8 [data-item="items[0].title"] {left: -1px;top: 0px; position: relative;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a5c4ca5879a9821 .logged {
  display: none;
}
#a5c4ca5879a9821 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a5c4ca5879a9821 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5c4ca5879a9821 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a5c4ca5879a9821 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a5c4ca5879a9821 .site-header {
  height: 80px;
}
#a5c4ca5879a9821 .uk-navbar-item,
#a5c4ca5879a9821 .uk-navbar-nav > li > a,
#a5c4ca5879a9821 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a5c4ca5879a9821 .uk-sticky-fixed .uk-navbar-item,
#a5c4ca5879a9821 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a5c4ca5879a9821 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a5c4ca5879a9821 .uk-navbar-sticky {
  background: #fff;
}
#a5c4ca5879a9821 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a5c4ca5879a9821 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5c4ca5879a9821 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a5c4ca5879a9821 .sub-menu-title i,
#a5c4ca5879a9821 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a5c4ca5879a9821 .menu-item a {
  font-size: 16px;
}
#a5c4ca5879a9821 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a5c4ca5879a9821 .sub-menu-item ul {
  margin-top: 16px;
}
#a5c4ca5879a9821 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a5c4ca5879a9821 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a5c4ca5879a9821 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a5c4ca5879a9821 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a5c4ca5879a9821 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a5c4ca5879a9821 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a5c4ca5879a9821 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a5c4ca5879a9821 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a5c4ca5879a9821 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a5c4ca5879a9821 .site-pc-navbar {
  background: #fff;
}
#a5c4ca5879a9821 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a5c4ca5879a9821 .logo {
  display: inline-block;
}
#a24c6ac6a9af5aa .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a24c6ac6a9af5aa .round-icon img,
#a24c6ac6a9af5aa .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a8ffca7550aacf0 .uk-card-media-left {
  min-height: 200px;
}
#a8ffca7550aacf0 .h-float .uk-card {
  transition: all .3s ease;
}
#adf60a0fb4a72f2 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#adf60a0fb4a72f2 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#adf60a0fb4a72f2 .text-style figure {
  background: transparent;
}
#adf60a0fb4a72f2 .text-style:hover figure {
  background: #0261ff;
}
#adf60a0fb4a72f2 .gallery-item img {
  opacity: 1 !important;
}
#adf60a0fb4a72f2 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a2247acbe9ae246 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a2247acbe9ae246 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2247acbe9ae246 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a2247acbe9ae246 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a2247acbe9ae246 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a2247acbe9ae246 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a771daee5aa6b3c .logged {
  display: none;
}
#a771daee5aa6b3c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a771daee5aa6b3c .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a771daee5aa6b3c .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a771daee5aa6b3c .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a771daee5aa6b3c .site-header {
  height: 80px;
}
#a771daee5aa6b3c .uk-navbar-item,
#a771daee5aa6b3c .uk-navbar-nav > li > a,
#a771daee5aa6b3c .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a771daee5aa6b3c .uk-sticky-fixed .uk-navbar-item,
#a771daee5aa6b3c .uk-sticky-fixed .uk-navbar-nav > li > a,
#a771daee5aa6b3c .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a771daee5aa6b3c .uk-navbar-sticky {
  background: #fff;
}
#a771daee5aa6b3c .uk-navbar-sticky .site-header {
  height: 70px;
}
#a771daee5aa6b3c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a771daee5aa6b3c .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a771daee5aa6b3c .sub-menu-title i,
#a771daee5aa6b3c .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a771daee5aa6b3c .menu-item a {
  font-size: 16px;
}
#a771daee5aa6b3c .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a771daee5aa6b3c .sub-menu-item ul {
  margin-top: 16px;
}
#a771daee5aa6b3c .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a771daee5aa6b3c .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a771daee5aa6b3c .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a771daee5aa6b3c .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a771daee5aa6b3c .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a771daee5aa6b3c .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a771daee5aa6b3c .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a771daee5aa6b3c .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a771daee5aa6b3c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a771daee5aa6b3c .site-pc-navbar {
  background: #fff;
}
#a771daee5aa6b3c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a771daee5aa6b3c .logo {
  display: inline-block;
}
#a4802abe38acfad .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a4802abe38acfad .round-icon img,
#a4802abe38acfad .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a02b8acb54accd7 .uk-card-media-left {
  min-height: 200px;
}
#a02b8acb54accd7 .h-float .uk-card {
  transition: all .3s ease;
}
#ac2fda098ca9e23 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ac2fda098ca9e23 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ac2fda098ca9e23 .text-style figure {
  background: transparent;
}
#ac2fda098ca9e23 .text-style:hover figure {
  background: #0261ff;
}
#ac2fda098ca9e23 .gallery-item img {
  opacity: 1 !important;
}
#ac2fda098ca9e23 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a55c2a4145adb19 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a55c2a4145adb19 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a55c2a4145adb19 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a55c2a4145adb19 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a55c2a4145adb19 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a55c2a4145adb19 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aaae9a111eaf670 .logged {
  display: none;
}
#aaae9a111eaf670 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aaae9a111eaf670 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aaae9a111eaf670 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aaae9a111eaf670 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aaae9a111eaf670 .site-header {
  height: 80px;
}
#aaae9a111eaf670 .uk-navbar-item,
#aaae9a111eaf670 .uk-navbar-nav > li > a,
#aaae9a111eaf670 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aaae9a111eaf670 .uk-sticky-fixed .uk-navbar-item,
#aaae9a111eaf670 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aaae9a111eaf670 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aaae9a111eaf670 .uk-navbar-sticky {
  background: #fff;
}
#aaae9a111eaf670 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aaae9a111eaf670 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaae9a111eaf670 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aaae9a111eaf670 .sub-menu-title i,
#aaae9a111eaf670 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aaae9a111eaf670 .menu-item a {
  font-size: 16px;
}
#aaae9a111eaf670 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aaae9a111eaf670 .sub-menu-item ul {
  margin-top: 16px;
}
#aaae9a111eaf670 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aaae9a111eaf670 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aaae9a111eaf670 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aaae9a111eaf670 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aaae9a111eaf670 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aaae9a111eaf670 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aaae9a111eaf670 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aaae9a111eaf670 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aaae9a111eaf670 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aaae9a111eaf670 .site-pc-navbar {
  background: #fff;
}
#aaae9a111eaf670 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aaae9a111eaf670 .logo {
  display: inline-block;
}
#a89c9ab1f0a76f3 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a89c9ab1f0a76f3 .round-icon img,
#a89c9ab1f0a76f3 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a3032acbdca8d77 .uk-card-media-left {
  min-height: 200px;
}
#a3032acbdca8d77 .h-float .uk-card {
  transition: all .3s ease;
}
#a2149a2ad5a41bc .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a2149a2ad5a41bc .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a2149a2ad5a41bc .text-style figure {
  background: transparent;
}
#a2149a2ad5a41bc .text-style:hover figure {
  background: #0261ff;
}
#a2149a2ad5a41bc .gallery-item img {
  opacity: 1 !important;
}
#a2149a2ad5a41bc .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a7238a0a37a5cfe [data-item="title"] {left: 1px;top: 0px; position: relative;}#a7238a0a37a5cfe [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a7238a0a37a5cfe [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a7238a0a37a5cfe [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a7238a0a37a5cfe [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a7238a0a37a5cfe [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a141fa0b90a3575 .logged {
  display: none;
}
#a141fa0b90a3575 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a141fa0b90a3575 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a141fa0b90a3575 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a141fa0b90a3575 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a141fa0b90a3575 .site-header {
  height: 80px;
}
#a141fa0b90a3575 .uk-navbar-item,
#a141fa0b90a3575 .uk-navbar-nav > li > a,
#a141fa0b90a3575 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a141fa0b90a3575 .uk-sticky-fixed .uk-navbar-item,
#a141fa0b90a3575 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a141fa0b90a3575 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a141fa0b90a3575 .uk-navbar-sticky {
  background: #fff;
}
#a141fa0b90a3575 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a141fa0b90a3575 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a141fa0b90a3575 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a141fa0b90a3575 .sub-menu-title i,
#a141fa0b90a3575 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a141fa0b90a3575 .menu-item a {
  font-size: 16px;
}
#a141fa0b90a3575 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a141fa0b90a3575 .sub-menu-item ul {
  margin-top: 16px;
}
#a141fa0b90a3575 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a141fa0b90a3575 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a141fa0b90a3575 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a141fa0b90a3575 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a141fa0b90a3575 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a141fa0b90a3575 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a141fa0b90a3575 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a141fa0b90a3575 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a141fa0b90a3575 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a141fa0b90a3575 .site-pc-navbar {
  background: #fff;
}
#a141fa0b90a3575 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a141fa0b90a3575 .logo {
  display: inline-block;
}
#a3cfdaad60a77d9 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a3cfdaad60a77d9 .round-icon img,
#a3cfdaad60a77d9 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a1acbabb6ea7a27 .uk-card-media-left {
  min-height: 200px;
}
#a1acbabb6ea7a27 .h-float .uk-card {
  transition: all .3s ease;
}
#a4eb1a2e81a6ff5 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a4eb1a2e81a6ff5 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a4eb1a2e81a6ff5 .text-style figure {
  background: transparent;
}
#a4eb1a2e81a6ff5 .text-style:hover figure {
  background: #0261ff;
}
#a4eb1a2e81a6ff5 .gallery-item img {
  opacity: 1 !important;
}
#a4eb1a2e81a6ff5 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a9f42a8dd3a2af1 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a9f42a8dd3a2af1 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a9f42a8dd3a2af1 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a9f42a8dd3a2af1 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a9f42a8dd3a2af1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a9f42a8dd3a2af1 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae1acaa66ba00b9 .logged {
  display: none;
}
#ae1acaa66ba00b9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae1acaa66ba00b9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae1acaa66ba00b9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae1acaa66ba00b9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae1acaa66ba00b9 .site-header {
  height: 80px;
}
#ae1acaa66ba00b9 .uk-navbar-item,
#ae1acaa66ba00b9 .uk-navbar-nav > li > a,
#ae1acaa66ba00b9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae1acaa66ba00b9 .uk-sticky-fixed .uk-navbar-item,
#ae1acaa66ba00b9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae1acaa66ba00b9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae1acaa66ba00b9 .uk-navbar-sticky {
  background: #fff;
}
#ae1acaa66ba00b9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae1acaa66ba00b9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae1acaa66ba00b9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae1acaa66ba00b9 .sub-menu-title i,
#ae1acaa66ba00b9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae1acaa66ba00b9 .menu-item a {
  font-size: 16px;
}
#ae1acaa66ba00b9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae1acaa66ba00b9 .sub-menu-item ul {
  margin-top: 16px;
}
#ae1acaa66ba00b9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae1acaa66ba00b9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae1acaa66ba00b9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae1acaa66ba00b9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae1acaa66ba00b9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae1acaa66ba00b9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae1acaa66ba00b9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae1acaa66ba00b9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae1acaa66ba00b9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae1acaa66ba00b9 .site-pc-navbar {
  background: #fff;
}
#ae1acaa66ba00b9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae1acaa66ba00b9 .logo {
  display: inline-block;
}
#a3ad6a004ca8246 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a3ad6a004ca8246 .round-icon img,
#a3ad6a004ca8246 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ace66ac4eda7493 .uk-card-media-left {
  min-height: 200px;
}
#ace66ac4eda7493 .h-float .uk-card {
  transition: all .3s ease;
}
#a715ea4183a1846 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a715ea4183a1846 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a715ea4183a1846 .text-style figure {
  background: transparent;
}
#a715ea4183a1846 .text-style:hover figure {
  background: #0261ff;
}
#a715ea4183a1846 .gallery-item img {
  opacity: 1 !important;
}
#a715ea4183a1846 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a2f2ca72b0a81e1 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a2f2ca72b0a81e1 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2f2ca72b0a81e1 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a2f2ca72b0a81e1 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a2f2ca72b0a81e1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a2f2ca72b0a81e1 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3413aa8bfa31a2 .logged {
  display: none;
}
#a3413aa8bfa31a2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3413aa8bfa31a2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3413aa8bfa31a2 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3413aa8bfa31a2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3413aa8bfa31a2 .site-header {
  height: 80px;
}
#a3413aa8bfa31a2 .uk-navbar-item,
#a3413aa8bfa31a2 .uk-navbar-nav > li > a,
#a3413aa8bfa31a2 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3413aa8bfa31a2 .uk-sticky-fixed .uk-navbar-item,
#a3413aa8bfa31a2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3413aa8bfa31a2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3413aa8bfa31a2 .uk-navbar-sticky {
  background: #fff;
}
#a3413aa8bfa31a2 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3413aa8bfa31a2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3413aa8bfa31a2 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3413aa8bfa31a2 .sub-menu-title i,
#a3413aa8bfa31a2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3413aa8bfa31a2 .menu-item a {
  font-size: 16px;
}
#a3413aa8bfa31a2 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3413aa8bfa31a2 .sub-menu-item ul {
  margin-top: 16px;
}
#a3413aa8bfa31a2 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3413aa8bfa31a2 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3413aa8bfa31a2 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3413aa8bfa31a2 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3413aa8bfa31a2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3413aa8bfa31a2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3413aa8bfa31a2 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3413aa8bfa31a2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3413aa8bfa31a2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3413aa8bfa31a2 .site-pc-navbar {
  background: #fff;
}
#a3413aa8bfa31a2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3413aa8bfa31a2 .logo {
  display: inline-block;
}
#a1e11a8273adeb2 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a1e11a8273adeb2 .round-icon img,
#a1e11a8273adeb2 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a9ad1a61eba4649 .uk-card-media-left {
  min-height: 200px;
}
#a9ad1a61eba4649 .h-float .uk-card {
  transition: all .3s ease;
}
#a533aa76dda5400 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a533aa76dda5400 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a533aa76dda5400 .text-style figure {
  background: transparent;
}
#a533aa76dda5400 .text-style:hover figure {
  background: #0261ff;
}
#a533aa76dda5400 .gallery-item img {
  opacity: 1 !important;
}
#a533aa76dda5400 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#ade6fa1257a8fd5 [data-item="title"] {left: 1px;top: 0px; position: relative;}#ade6fa1257a8fd5 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ade6fa1257a8fd5 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ade6fa1257a8fd5 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#ade6fa1257a8fd5 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#ade6fa1257a8fd5 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af087a8feba0217 .logged {
  display: none;
}
#af087a8feba0217 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af087a8feba0217 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af087a8feba0217 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af087a8feba0217 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af087a8feba0217 .site-header {
  height: 80px;
}
#af087a8feba0217 .uk-navbar-item,
#af087a8feba0217 .uk-navbar-nav > li > a,
#af087a8feba0217 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af087a8feba0217 .uk-sticky-fixed .uk-navbar-item,
#af087a8feba0217 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af087a8feba0217 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af087a8feba0217 .uk-navbar-sticky {
  background: #fff;
}
#af087a8feba0217 .uk-navbar-sticky .site-header {
  height: 70px;
}
#af087a8feba0217 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af087a8feba0217 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af087a8feba0217 .sub-menu-title i,
#af087a8feba0217 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af087a8feba0217 .menu-item a {
  font-size: 16px;
}
#af087a8feba0217 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af087a8feba0217 .sub-menu-item ul {
  margin-top: 16px;
}
#af087a8feba0217 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af087a8feba0217 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af087a8feba0217 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af087a8feba0217 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af087a8feba0217 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af087a8feba0217 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af087a8feba0217 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af087a8feba0217 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af087a8feba0217 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af087a8feba0217 .site-pc-navbar {
  background: #fff;
}
#af087a8feba0217 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af087a8feba0217 .logo {
  display: inline-block;
}
#aba51aeb22a915f .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aba51aeb22a915f .round-icon img,
#aba51aeb22a915f .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a4cbaaf189a694d .uk-card-media-left {
  min-height: 200px;
}
#a4cbaaf189a694d .h-float .uk-card {
  transition: all .3s ease;
}
#a49f4a407ea1c6a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a49f4a407ea1c6a .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a49f4a407ea1c6a .text-style figure {
  background: transparent;
}
#a49f4a407ea1c6a .text-style:hover figure {
  background: #0261ff;
}
#a49f4a407ea1c6a .gallery-item img {
  opacity: 1 !important;
}
#a49f4a407ea1c6a .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a8e8daf660a081c [data-item="title"] {left: 1px;top: 0px; position: relative;}#a8e8daf660a081c [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a8e8daf660a081c [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a8e8daf660a081c [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a8e8daf660a081c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a8e8daf660a081c [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3b4fa8110a2b53 .logged {
  display: none;
}
#a3b4fa8110a2b53 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3b4fa8110a2b53 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3b4fa8110a2b53 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3b4fa8110a2b53 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3b4fa8110a2b53 .site-header {
  height: 80px;
}
#a3b4fa8110a2b53 .uk-navbar-item,
#a3b4fa8110a2b53 .uk-navbar-nav > li > a,
#a3b4fa8110a2b53 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3b4fa8110a2b53 .uk-sticky-fixed .uk-navbar-item,
#a3b4fa8110a2b53 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3b4fa8110a2b53 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3b4fa8110a2b53 .uk-navbar-sticky {
  background: #fff;
}
#a3b4fa8110a2b53 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3b4fa8110a2b53 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3b4fa8110a2b53 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3b4fa8110a2b53 .sub-menu-title i,
#a3b4fa8110a2b53 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3b4fa8110a2b53 .menu-item a {
  font-size: 16px;
}
#a3b4fa8110a2b53 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3b4fa8110a2b53 .sub-menu-item ul {
  margin-top: 16px;
}
#a3b4fa8110a2b53 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3b4fa8110a2b53 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3b4fa8110a2b53 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3b4fa8110a2b53 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3b4fa8110a2b53 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3b4fa8110a2b53 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3b4fa8110a2b53 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3b4fa8110a2b53 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3b4fa8110a2b53 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3b4fa8110a2b53 .site-pc-navbar {
  background: #fff;
}
#a3b4fa8110a2b53 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3b4fa8110a2b53 .logo {
  display: inline-block;
}
#ab1efaa5aba5844 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ab1efaa5aba5844 .round-icon img,
#ab1efaa5aba5844 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a5348a5c4eaed73 .uk-card-media-left {
  min-height: 200px;
}
#a5348a5c4eaed73 .h-float .uk-card {
  transition: all .3s ease;
}
#a1abdaaf37a011f .uk-card-media-left {
  min-height: 200px;
}
#a1abdaaf37a011f .h-float .uk-card {
  transition: all .3s ease;
}
#af157abe60a5d11 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#af157abe60a5d11 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#af157abe60a5d11 .text-style figure {
  background: transparent;
}
#af157abe60a5d11 .text-style:hover figure {
  background: #0261ff;
}
#af157abe60a5d11 .gallery-item img {
  opacity: 1 !important;
}
#af157abe60a5d11 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a07a9a240dad8bc [data-item="title"] {left: 1px;top: 0px; position: relative;}#a07a9a240dad8bc [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a07a9a240dad8bc [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a07a9a240dad8bc [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a07a9a240dad8bc [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a07a9a240dad8bc [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aeadbabb3ca5816 .logged {
  display: none;
}
#aeadbabb3ca5816 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aeadbabb3ca5816 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aeadbabb3ca5816 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aeadbabb3ca5816 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aeadbabb3ca5816 .site-header {
  height: 80px;
}
#aeadbabb3ca5816 .uk-navbar-item,
#aeadbabb3ca5816 .uk-navbar-nav > li > a,
#aeadbabb3ca5816 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aeadbabb3ca5816 .uk-sticky-fixed .uk-navbar-item,
#aeadbabb3ca5816 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aeadbabb3ca5816 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aeadbabb3ca5816 .uk-navbar-sticky {
  background: #fff;
}
#aeadbabb3ca5816 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aeadbabb3ca5816 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aeadbabb3ca5816 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aeadbabb3ca5816 .sub-menu-title i,
#aeadbabb3ca5816 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aeadbabb3ca5816 .menu-item a {
  font-size: 16px;
}
#aeadbabb3ca5816 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aeadbabb3ca5816 .sub-menu-item ul {
  margin-top: 16px;
}
#aeadbabb3ca5816 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aeadbabb3ca5816 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aeadbabb3ca5816 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aeadbabb3ca5816 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aeadbabb3ca5816 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aeadbabb3ca5816 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aeadbabb3ca5816 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aeadbabb3ca5816 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aeadbabb3ca5816 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aeadbabb3ca5816 .site-pc-navbar {
  background: #fff;
}
#aeadbabb3ca5816 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aeadbabb3ca5816 .logo {
  display: inline-block;
}
#a67eda4143a15e5 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a67eda4143a15e5 .round-icon img,
#a67eda4143a15e5 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#adcc9a8954a2a11 .uk-card-media-left {
  min-height: 200px;
}
#adcc9a8954a2a11 .h-float .uk-card {
  transition: all .3s ease;
}
#a467ba37c4ab057 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a467ba37c4ab057 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a467ba37c4ab057 .text-style figure {
  background: transparent;
}
#a467ba37c4ab057 .text-style:hover figure {
  background: #0261ff;
}
#a467ba37c4ab057 .gallery-item img {
  opacity: 1 !important;
}
#a467ba37c4ab057 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a8a01a84e3a5ffe [data-item="title"] {left: 1px;top: 0px; position: relative;}#a8a01a84e3a5ffe [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a8a01a84e3a5ffe [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a8a01a84e3a5ffe [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a8a01a84e3a5ffe [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a8a01a84e3a5ffe [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ab7afa5bb1a2637 .logged {
  display: none;
}
#ab7afa5bb1a2637 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab7afa5bb1a2637 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab7afa5bb1a2637 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ab7afa5bb1a2637 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab7afa5bb1a2637 .site-header {
  height: 80px;
}
#ab7afa5bb1a2637 .uk-navbar-item,
#ab7afa5bb1a2637 .uk-navbar-nav > li > a,
#ab7afa5bb1a2637 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ab7afa5bb1a2637 .uk-sticky-fixed .uk-navbar-item,
#ab7afa5bb1a2637 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab7afa5bb1a2637 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab7afa5bb1a2637 .uk-navbar-sticky {
  background: #fff;
}
#ab7afa5bb1a2637 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ab7afa5bb1a2637 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab7afa5bb1a2637 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ab7afa5bb1a2637 .sub-menu-title i,
#ab7afa5bb1a2637 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab7afa5bb1a2637 .menu-item a {
  font-size: 16px;
}
#ab7afa5bb1a2637 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ab7afa5bb1a2637 .sub-menu-item ul {
  margin-top: 16px;
}
#ab7afa5bb1a2637 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ab7afa5bb1a2637 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ab7afa5bb1a2637 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ab7afa5bb1a2637 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ab7afa5bb1a2637 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ab7afa5bb1a2637 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab7afa5bb1a2637 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ab7afa5bb1a2637 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ab7afa5bb1a2637 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ab7afa5bb1a2637 .site-pc-navbar {
  background: #fff;
}
#ab7afa5bb1a2637 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab7afa5bb1a2637 .logo {
  display: inline-block;
}
#a538aad429a022a .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a538aad429a022a .round-icon img,
#a538aad429a022a .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a1d3aac441a805d .uk-card-media-left {
  min-height: 200px;
}
#a1d3aac441a805d .h-float .uk-card {
  transition: all .3s ease;
}
#a885da1de0a50a8 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a885da1de0a50a8 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a885da1de0a50a8 .text-style figure {
  background: transparent;
}
#a885da1de0a50a8 .text-style:hover figure {
  background: #0261ff;
}
#a885da1de0a50a8 .gallery-item img {
  opacity: 1 !important;
}
#a885da1de0a50a8 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aed83a30f1aaa89 [data-item="title"] {left: 1px;top: 0px; position: relative;}#aed83a30f1aaa89 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#aed83a30f1aaa89 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#aed83a30f1aaa89 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#aed83a30f1aaa89 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#aed83a30f1aaa89 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a97cca7859a1f1e .logged {
  display: none;
}
#a97cca7859a1f1e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a97cca7859a1f1e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a97cca7859a1f1e .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a97cca7859a1f1e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a97cca7859a1f1e .site-header {
  height: 80px;
}
#a97cca7859a1f1e .uk-navbar-item,
#a97cca7859a1f1e .uk-navbar-nav > li > a,
#a97cca7859a1f1e .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a97cca7859a1f1e .uk-sticky-fixed .uk-navbar-item,
#a97cca7859a1f1e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a97cca7859a1f1e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a97cca7859a1f1e .uk-navbar-sticky {
  background: #fff;
}
#a97cca7859a1f1e .uk-navbar-sticky .site-header {
  height: 70px;
}
#a97cca7859a1f1e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a97cca7859a1f1e .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a97cca7859a1f1e .sub-menu-title i,
#a97cca7859a1f1e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a97cca7859a1f1e .menu-item a {
  font-size: 16px;
}
#a97cca7859a1f1e .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a97cca7859a1f1e .sub-menu-item ul {
  margin-top: 16px;
}
#a97cca7859a1f1e .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a97cca7859a1f1e .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a97cca7859a1f1e .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a97cca7859a1f1e .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a97cca7859a1f1e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a97cca7859a1f1e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a97cca7859a1f1e .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a97cca7859a1f1e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a97cca7859a1f1e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a97cca7859a1f1e .site-pc-navbar {
  background: #fff;
}
#a97cca7859a1f1e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a97cca7859a1f1e .logo {
  display: inline-block;
}
#af72da7a04a132f .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#af72da7a04a132f .round-icon img,
#af72da7a04a132f .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#afe88a3e96addf6 .uk-card-media-left {
  min-height: 200px;
}
#afe88a3e96addf6 .h-float .uk-card {
  transition: all .3s ease;
}
#a1b42a1113a949b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a1b42a1113a949b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a1b42a1113a949b .text-style figure {
  background: transparent;
}
#a1b42a1113a949b .text-style:hover figure {
  background: #0261ff;
}
#a1b42a1113a949b .gallery-item img {
  opacity: 1 !important;
}
#a1b42a1113a949b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a6a2fae05ba91d6 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a6a2fae05ba91d6 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a6a2fae05ba91d6 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a6a2fae05ba91d6 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a6a2fae05ba91d6 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a6a2fae05ba91d6 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a0c03a7a08a33d8 .logged {
  display: none;
}
#a0c03a7a08a33d8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a0c03a7a08a33d8 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0c03a7a08a33d8 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a0c03a7a08a33d8 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a0c03a7a08a33d8 .site-header {
  height: 80px;
}
#a0c03a7a08a33d8 .uk-navbar-item,
#a0c03a7a08a33d8 .uk-navbar-nav > li > a,
#a0c03a7a08a33d8 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a0c03a7a08a33d8 .uk-sticky-fixed .uk-navbar-item,
#a0c03a7a08a33d8 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a0c03a7a08a33d8 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a0c03a7a08a33d8 .uk-navbar-sticky {
  background: #fff;
}
#a0c03a7a08a33d8 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a0c03a7a08a33d8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0c03a7a08a33d8 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a0c03a7a08a33d8 .sub-menu-title i,
#a0c03a7a08a33d8 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a0c03a7a08a33d8 .menu-item a {
  font-size: 16px;
}
#a0c03a7a08a33d8 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a0c03a7a08a33d8 .sub-menu-item ul {
  margin-top: 16px;
}
#a0c03a7a08a33d8 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a0c03a7a08a33d8 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a0c03a7a08a33d8 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a0c03a7a08a33d8 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a0c03a7a08a33d8 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a0c03a7a08a33d8 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a0c03a7a08a33d8 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a0c03a7a08a33d8 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a0c03a7a08a33d8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a0c03a7a08a33d8 .site-pc-navbar {
  background: #fff;
}
#a0c03a7a08a33d8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a0c03a7a08a33d8 .logo {
  display: inline-block;
}
#ad5d7ab2f5a6cab .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ad5d7ab2f5a6cab .round-icon img,
#ad5d7ab2f5a6cab .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a6ceba5552a5e96 .uk-card-media-left {
  min-height: 200px;
}
#a6ceba5552a5e96 .h-float .uk-card {
  transition: all .3s ease;
}
#a5ecba00a3afc21 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a5ecba00a3afc21 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a5ecba00a3afc21 .text-style figure {
  background: transparent;
}
#a5ecba00a3afc21 .text-style:hover figure {
  background: #0261ff;
}
#a5ecba00a3afc21 .gallery-item img {
  opacity: 1 !important;
}
#a5ecba00a3afc21 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#affa0a80c3a2bd9 [data-item="title"] {left: 1px;top: 0px; position: relative;}#affa0a80c3a2bd9 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#affa0a80c3a2bd9 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#affa0a80c3a2bd9 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#affa0a80c3a2bd9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#affa0a80c3a2bd9 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aea6da5133ab6e2 .logged {
  display: none;
}
#aea6da5133ab6e2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aea6da5133ab6e2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aea6da5133ab6e2 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aea6da5133ab6e2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aea6da5133ab6e2 .site-header {
  height: 80px;
}
#aea6da5133ab6e2 .uk-navbar-item,
#aea6da5133ab6e2 .uk-navbar-nav > li > a,
#aea6da5133ab6e2 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aea6da5133ab6e2 .uk-sticky-fixed .uk-navbar-item,
#aea6da5133ab6e2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aea6da5133ab6e2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aea6da5133ab6e2 .uk-navbar-sticky {
  background: #fff;
}
#aea6da5133ab6e2 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aea6da5133ab6e2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aea6da5133ab6e2 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aea6da5133ab6e2 .sub-menu-title i,
#aea6da5133ab6e2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aea6da5133ab6e2 .menu-item a {
  font-size: 16px;
}
#aea6da5133ab6e2 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aea6da5133ab6e2 .sub-menu-item ul {
  margin-top: 16px;
}
#aea6da5133ab6e2 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aea6da5133ab6e2 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aea6da5133ab6e2 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aea6da5133ab6e2 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aea6da5133ab6e2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aea6da5133ab6e2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aea6da5133ab6e2 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aea6da5133ab6e2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aea6da5133ab6e2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aea6da5133ab6e2 .site-pc-navbar {
  background: #fff;
}
#aea6da5133ab6e2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aea6da5133ab6e2 .logo {
  display: inline-block;
}
#a6b2eabdefa7263 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a6b2eabdefa7263 .round-icon img,
#a6b2eabdefa7263 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aae44a0861a054e .uk-card-media-left {
  min-height: 200px;
}
#aae44a0861a054e .h-float .uk-card {
  transition: all .3s ease;
}
#ab04ba0291a3f35 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ab04ba0291a3f35 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ab04ba0291a3f35 .text-style figure {
  background: transparent;
}
#ab04ba0291a3f35 .text-style:hover figure {
  background: #0261ff;
}
#ab04ba0291a3f35 .gallery-item img {
  opacity: 1 !important;
}
#ab04ba0291a3f35 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a4f79a5a70a083f [data-item="title"] {left: 1px;top: 0px; position: relative;}#a4f79a5a70a083f [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a4f79a5a70a083f [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a4f79a5a70a083f [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a4f79a5a70a083f [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a4f79a5a70a083f [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af082a3934adb95 .logged {
  display: none;
}
#af082a3934adb95 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af082a3934adb95 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af082a3934adb95 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af082a3934adb95 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af082a3934adb95 .site-header {
  height: 80px;
}
#af082a3934adb95 .uk-navbar-item,
#af082a3934adb95 .uk-navbar-nav > li > a,
#af082a3934adb95 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af082a3934adb95 .uk-sticky-fixed .uk-navbar-item,
#af082a3934adb95 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af082a3934adb95 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af082a3934adb95 .uk-navbar-sticky {
  background: #fff;
}
#af082a3934adb95 .uk-navbar-sticky .site-header {
  height: 70px;
}
#af082a3934adb95 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af082a3934adb95 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af082a3934adb95 .sub-menu-title i,
#af082a3934adb95 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af082a3934adb95 .menu-item a {
  font-size: 16px;
}
#af082a3934adb95 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af082a3934adb95 .sub-menu-item ul {
  margin-top: 16px;
}
#af082a3934adb95 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af082a3934adb95 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af082a3934adb95 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af082a3934adb95 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af082a3934adb95 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af082a3934adb95 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af082a3934adb95 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af082a3934adb95 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af082a3934adb95 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af082a3934adb95 .site-pc-navbar {
  background: #fff;
}
#af082a3934adb95 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af082a3934adb95 .logo {
  display: inline-block;
}
#a25bfa621fa102c .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a25bfa621fa102c .round-icon img,
#a25bfa621fa102c .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ad083ada97a0679 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ad083ada97a0679 .round-icon img,
#ad083ada97a0679 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#ae3aaa0317a997b .uk-card-media-left {
  min-height: 200px;
}
#ae3aaa0317a997b .h-float .uk-card {
  transition: all .3s ease;
}
#a5035a07bbadf67 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a5035a07bbadf67 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a5035a07bbadf67 .text-style figure {
  background: transparent;
}
#a5035a07bbadf67 .text-style:hover figure {
  background: #0261ff;
}
#a5035a07bbadf67 .gallery-item img {
  opacity: 1 !important;
}
#a5035a07bbadf67 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#adf2ca0865ab0d7 .logged {
  display: none;
}
#adf2ca0865ab0d7 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#adf2ca0865ab0d7 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#adf2ca0865ab0d7 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#adf2ca0865ab0d7 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#adf2ca0865ab0d7 .site-header {
  height: 80px;
}
#adf2ca0865ab0d7 .uk-navbar-item,
#adf2ca0865ab0d7 .uk-navbar-nav > li > a,
#adf2ca0865ab0d7 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#adf2ca0865ab0d7 .uk-sticky-fixed .uk-navbar-item,
#adf2ca0865ab0d7 .uk-sticky-fixed .uk-navbar-nav > li > a,
#adf2ca0865ab0d7 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#adf2ca0865ab0d7 .uk-navbar-sticky {
  background: #fff;
}
#adf2ca0865ab0d7 .uk-navbar-sticky .site-header {
  height: 70px;
}
#adf2ca0865ab0d7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adf2ca0865ab0d7 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#adf2ca0865ab0d7 .sub-menu-title i,
#adf2ca0865ab0d7 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#adf2ca0865ab0d7 .menu-item a {
  font-size: 16px;
}
#adf2ca0865ab0d7 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#adf2ca0865ab0d7 .sub-menu-item ul {
  margin-top: 16px;
}
#adf2ca0865ab0d7 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#adf2ca0865ab0d7 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#adf2ca0865ab0d7 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#adf2ca0865ab0d7 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#adf2ca0865ab0d7 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#adf2ca0865ab0d7 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#adf2ca0865ab0d7 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#adf2ca0865ab0d7 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#adf2ca0865ab0d7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#adf2ca0865ab0d7 .site-pc-navbar {
  background: #fff;
}
#adf2ca0865ab0d7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#adf2ca0865ab0d7 .logo {
  display: inline-block;
}
#ae4e0a626fa908e .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ae4e0a626fa908e .round-icon img,
#ae4e0a626fa908e .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a01b0a3bc7a68fd .uk-card-media-left {
  min-height: 200px;
}
#a01b0a3bc7a68fd .h-float .uk-card {
  transition: all .3s ease;
}
#ae7e5adb38a3718 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#ae7e5adb38a3718 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#ae7e5adb38a3718 .text-style figure {
  background: transparent;
}
#ae7e5adb38a3718 .text-style:hover figure {
  background: #0261ff;
}
#ae7e5adb38a3718 .gallery-item img {
  opacity: 1 !important;
}
#ae7e5adb38a3718 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a2317a16b0aa372 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a2317a16b0aa372 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2317a16b0aa372 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a2317a16b0aa372 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a2317a16b0aa372 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a2317a16b0aa372 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a366ba0751a3284 .logged {
  display: none;
}
#a366ba0751a3284 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a366ba0751a3284 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a366ba0751a3284 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a366ba0751a3284 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a366ba0751a3284 .site-header {
  height: 80px;
}
#a366ba0751a3284 .uk-navbar-item,
#a366ba0751a3284 .uk-navbar-nav > li > a,
#a366ba0751a3284 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a366ba0751a3284 .uk-sticky-fixed .uk-navbar-item,
#a366ba0751a3284 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a366ba0751a3284 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a366ba0751a3284 .uk-navbar-sticky {
  background: #fff;
}
#a366ba0751a3284 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a366ba0751a3284 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a366ba0751a3284 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a366ba0751a3284 .sub-menu-title i,
#a366ba0751a3284 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a366ba0751a3284 .menu-item a {
  font-size: 16px;
}
#a366ba0751a3284 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a366ba0751a3284 .sub-menu-item ul {
  margin-top: 16px;
}
#a366ba0751a3284 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a366ba0751a3284 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a366ba0751a3284 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a366ba0751a3284 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a366ba0751a3284 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a366ba0751a3284 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a366ba0751a3284 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a366ba0751a3284 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a366ba0751a3284 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a366ba0751a3284 .site-pc-navbar {
  background: #fff;
}
#a366ba0751a3284 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a366ba0751a3284 .logo {
  display: inline-block;
}
#ad520ae4b2a62be .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#ad520ae4b2a62be .round-icon img,
#ad520ae4b2a62be .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a802aa8488af8cf .uk-card-media-left {
  min-height: 200px;
}
#a802aa8488af8cf .h-float .uk-card {
  transition: all .3s ease;
}
#a7fedabe70afe9d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a7fedabe70afe9d .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a7fedabe70afe9d .text-style figure {
  background: transparent;
}
#a7fedabe70afe9d .text-style:hover figure {
  background: #0261ff;
}
#a7fedabe70afe9d .gallery-item img {
  opacity: 1 !important;
}
#a7fedabe70afe9d .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a7a6fa1b6ca60e1 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a7a6fa1b6ca60e1 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a7a6fa1b6ca60e1 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a7a6fa1b6ca60e1 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a7a6fa1b6ca60e1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a7a6fa1b6ca60e1 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a87d7a7a64a0856 .logged {
  display: none;
}
#a87d7a7a64a0856 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a87d7a7a64a0856 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a87d7a7a64a0856 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a87d7a7a64a0856 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a87d7a7a64a0856 .site-header {
  height: 80px;
}
#a87d7a7a64a0856 .uk-navbar-item,
#a87d7a7a64a0856 .uk-navbar-nav > li > a,
#a87d7a7a64a0856 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a87d7a7a64a0856 .uk-sticky-fixed .uk-navbar-item,
#a87d7a7a64a0856 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a87d7a7a64a0856 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a87d7a7a64a0856 .uk-navbar-sticky {
  background: #fff;
}
#a87d7a7a64a0856 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a87d7a7a64a0856 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a87d7a7a64a0856 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a87d7a7a64a0856 .sub-menu-title i,
#a87d7a7a64a0856 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a87d7a7a64a0856 .menu-item a {
  font-size: 16px;
}
#a87d7a7a64a0856 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a87d7a7a64a0856 .sub-menu-item ul {
  margin-top: 16px;
}
#a87d7a7a64a0856 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a87d7a7a64a0856 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a87d7a7a64a0856 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a87d7a7a64a0856 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a87d7a7a64a0856 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a87d7a7a64a0856 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a87d7a7a64a0856 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a87d7a7a64a0856 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a87d7a7a64a0856 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a87d7a7a64a0856 .site-pc-navbar {
  background: #fff;
}
#a87d7a7a64a0856 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a87d7a7a64a0856 .logo {
  display: inline-block;
}
#a78d0ab557ad5ca .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a78d0ab557ad5ca .round-icon img,
#a78d0ab557ad5ca .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a8e24af75ba7ce5 .uk-card-media-left {
  min-height: 200px;
}
#a8e24af75ba7ce5 .h-float .uk-card {
  transition: all .3s ease;
}
#aefb7a56d9a42cc .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#aefb7a56d9a42cc .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#aefb7a56d9a42cc .text-style figure {
  background: transparent;
}
#aefb7a56d9a42cc .text-style:hover figure {
  background: #0261ff;
}
#aefb7a56d9a42cc .gallery-item img {
  opacity: 1 !important;
}
#aefb7a56d9a42cc .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3f67aea55acf0b [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3f67aea55acf0b [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3f67aea55acf0b [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3f67aea55acf0b [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3f67aea55acf0b [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3f67aea55acf0b [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ad0cea92b2ae7bd .logged {
  display: none;
}
#ad0cea92b2ae7bd .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad0cea92b2ae7bd .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad0cea92b2ae7bd .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ad0cea92b2ae7bd .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad0cea92b2ae7bd .site-header {
  height: 80px;
}
#ad0cea92b2ae7bd .uk-navbar-item,
#ad0cea92b2ae7bd .uk-navbar-nav > li > a,
#ad0cea92b2ae7bd .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ad0cea92b2ae7bd .uk-sticky-fixed .uk-navbar-item,
#ad0cea92b2ae7bd .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad0cea92b2ae7bd .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad0cea92b2ae7bd .uk-navbar-sticky {
  background: #fff;
}
#ad0cea92b2ae7bd .uk-navbar-sticky .site-header {
  height: 70px;
}
#ad0cea92b2ae7bd .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad0cea92b2ae7bd .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ad0cea92b2ae7bd .sub-menu-title i,
#ad0cea92b2ae7bd .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad0cea92b2ae7bd .menu-item a {
  font-size: 16px;
}
#ad0cea92b2ae7bd .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ad0cea92b2ae7bd .sub-menu-item ul {
  margin-top: 16px;
}
#ad0cea92b2ae7bd .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ad0cea92b2ae7bd .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ad0cea92b2ae7bd .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ad0cea92b2ae7bd .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ad0cea92b2ae7bd .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ad0cea92b2ae7bd .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad0cea92b2ae7bd .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ad0cea92b2ae7bd .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ad0cea92b2ae7bd .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ad0cea92b2ae7bd .site-pc-navbar {
  background: #fff;
}
#ad0cea92b2ae7bd .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad0cea92b2ae7bd .logo {
  display: inline-block;
}
#aad41ad102a730e .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#aad41ad102a730e .round-icon img,
#aad41ad102a730e .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a281ba19caa6ccc .uk-card-media-left {
  min-height: 200px;
}
#a281ba19caa6ccc .h-float .uk-card {
  transition: all .3s ease;
}
#a290bad036aa63b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a290bad036aa63b .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a290bad036aa63b .text-style figure {
  background: transparent;
}
#a290bad036aa63b .text-style:hover figure {
  background: #0261ff;
}
#a290bad036aa63b .gallery-item img {
  opacity: 1 !important;
}
#a290bad036aa63b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3d4aa1955a899a [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3d4aa1955a899a [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3d4aa1955a899a [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3d4aa1955a899a [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3d4aa1955a899a [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3d4aa1955a899a [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3039adc80ad9a9 .logged {
  display: none;
}
#a3039adc80ad9a9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a3039adc80ad9a9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3039adc80ad9a9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a3039adc80ad9a9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a3039adc80ad9a9 .site-header {
  height: 80px;
}
#a3039adc80ad9a9 .uk-navbar-item,
#a3039adc80ad9a9 .uk-navbar-nav > li > a,
#a3039adc80ad9a9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a3039adc80ad9a9 .uk-sticky-fixed .uk-navbar-item,
#a3039adc80ad9a9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a3039adc80ad9a9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a3039adc80ad9a9 .uk-navbar-sticky {
  background: #fff;
}
#a3039adc80ad9a9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a3039adc80ad9a9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3039adc80ad9a9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a3039adc80ad9a9 .sub-menu-title i,
#a3039adc80ad9a9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a3039adc80ad9a9 .menu-item a {
  font-size: 16px;
}
#a3039adc80ad9a9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a3039adc80ad9a9 .sub-menu-item ul {
  margin-top: 16px;
}
#a3039adc80ad9a9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a3039adc80ad9a9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a3039adc80ad9a9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a3039adc80ad9a9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a3039adc80ad9a9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a3039adc80ad9a9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a3039adc80ad9a9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a3039adc80ad9a9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a3039adc80ad9a9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a3039adc80ad9a9 .site-pc-navbar {
  background: #fff;
}
#a3039adc80ad9a9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3039adc80ad9a9 .logo {
  display: inline-block;
}
#a265aa9d22a2a85 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a265aa9d22a2a85 .round-icon img,
#a265aa9d22a2a85 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a8133af1dfa177a .uk-card-media-left {
  min-height: 200px;
}
#a8133af1dfa177a .h-float .uk-card {
  transition: all .3s ease;
}
#a93bba8989aec46 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a93bba8989aec46 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a93bba8989aec46 .text-style figure {
  background: transparent;
}
#a93bba8989aec46 .text-style:hover figure {
  background: #0261ff;
}
#a93bba8989aec46 .gallery-item img {
  opacity: 1 !important;
}
#a93bba8989aec46 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a5d57a3a09abc35 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a5d57a3a09abc35 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a5d57a3a09abc35 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a5d57a3a09abc35 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a5d57a3a09abc35 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a5d57a3a09abc35 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae68ba64ffa5a6a .logged {
  display: none;
}
#ae68ba64ffa5a6a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae68ba64ffa5a6a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae68ba64ffa5a6a .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae68ba64ffa5a6a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae68ba64ffa5a6a .site-header {
  height: 80px;
}
#ae68ba64ffa5a6a .uk-navbar-item,
#ae68ba64ffa5a6a .uk-navbar-nav > li > a,
#ae68ba64ffa5a6a .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae68ba64ffa5a6a .uk-sticky-fixed .uk-navbar-item,
#ae68ba64ffa5a6a .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae68ba64ffa5a6a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae68ba64ffa5a6a .uk-navbar-sticky {
  background: #fff;
}
#ae68ba64ffa5a6a .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae68ba64ffa5a6a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae68ba64ffa5a6a .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae68ba64ffa5a6a .sub-menu-title i,
#ae68ba64ffa5a6a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae68ba64ffa5a6a .menu-item a {
  font-size: 16px;
}
#ae68ba64ffa5a6a .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae68ba64ffa5a6a .sub-menu-item ul {
  margin-top: 16px;
}
#ae68ba64ffa5a6a .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae68ba64ffa5a6a .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae68ba64ffa5a6a .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae68ba64ffa5a6a .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae68ba64ffa5a6a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae68ba64ffa5a6a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae68ba64ffa5a6a .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae68ba64ffa5a6a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae68ba64ffa5a6a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae68ba64ffa5a6a .site-pc-navbar {
  background: #fff;
}
#ae68ba64ffa5a6a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae68ba64ffa5a6a .logo {
  display: inline-block;
}
#a68acaf04ea34ec .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a68acaf04ea34ec .round-icon img,
#a68acaf04ea34ec .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a784ba5748aa04b .uk-card-media-left {
  min-height: 200px;
}
#a784ba5748aa04b .h-float .uk-card {
  transition: all .3s ease;
}
#a16fbaee25a1138 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a16fbaee25a1138 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a16fbaee25a1138 .text-style figure {
  background: transparent;
}
#a16fbaee25a1138 .text-style:hover figure {
  background: #0261ff;
}
#a16fbaee25a1138 .gallery-item img {
  opacity: 1 !important;
}
#a16fbaee25a1138 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a45d9a856fadd7c [data-item="title"] {left: 1px;top: 0px; position: relative;}#a45d9a856fadd7c [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a45d9a856fadd7c [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a45d9a856fadd7c [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a45d9a856fadd7c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a45d9a856fadd7c [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af552ab25ea0ad0 .logged {
  display: none;
}
#af552ab25ea0ad0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af552ab25ea0ad0 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af552ab25ea0ad0 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af552ab25ea0ad0 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af552ab25ea0ad0 .site-header {
  height: 80px;
}
#af552ab25ea0ad0 .uk-navbar-item,
#af552ab25ea0ad0 .uk-navbar-nav > li > a,
#af552ab25ea0ad0 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af552ab25ea0ad0 .uk-sticky-fixed .uk-navbar-item,
#af552ab25ea0ad0 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af552ab25ea0ad0 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af552ab25ea0ad0 .uk-navbar-sticky {
  background: #fff;
}
#af552ab25ea0ad0 .uk-navbar-sticky .site-header {
  height: 70px;
}
#af552ab25ea0ad0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af552ab25ea0ad0 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af552ab25ea0ad0 .sub-menu-title i,
#af552ab25ea0ad0 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af552ab25ea0ad0 .menu-item a {
  font-size: 16px;
}
#af552ab25ea0ad0 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af552ab25ea0ad0 .sub-menu-item ul {
  margin-top: 16px;
}
#af552ab25ea0ad0 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af552ab25ea0ad0 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af552ab25ea0ad0 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af552ab25ea0ad0 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af552ab25ea0ad0 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af552ab25ea0ad0 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af552ab25ea0ad0 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af552ab25ea0ad0 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af552ab25ea0ad0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af552ab25ea0ad0 .site-pc-navbar {
  background: #fff;
}
#af552ab25ea0ad0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af552ab25ea0ad0 .logo {
  display: inline-block;
}
#a29a9a5f8ba510d .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a29a9a5f8ba510d .round-icon img,
#a29a9a5f8ba510d .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#a8819a8793aee63 .uk-card-media-left {
  min-height: 200px;
}
#a8819a8793aee63 .h-float .uk-card {
  transition: all .3s ease;
}
#acd80abe7faa90d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#acd80abe7faa90d .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#acd80abe7faa90d .text-style figure {
  background: transparent;
}
#acd80abe7faa90d .text-style:hover figure {
  background: #0261ff;
}
#acd80abe7faa90d .gallery-item img {
  opacity: 1 !important;
}
#acd80abe7faa90d .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3ccfafd52a6a88 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a3ccfafd52a6a88 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a3ccfafd52a6a88 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a3ccfafd52a6a88 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a3ccfafd52a6a88 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a3ccfafd52a6a88 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ab409ac778a03d9 .logged {
  display: none;
}
#ab409ac778a03d9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ab409ac778a03d9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab409ac778a03d9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ab409ac778a03d9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ab409ac778a03d9 .site-header {
  height: 80px;
}
#ab409ac778a03d9 .uk-navbar-item,
#ab409ac778a03d9 .uk-navbar-nav > li > a,
#ab409ac778a03d9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ab409ac778a03d9 .uk-sticky-fixed .uk-navbar-item,
#ab409ac778a03d9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ab409ac778a03d9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ab409ac778a03d9 .uk-navbar-sticky {
  background: #fff;
}
#ab409ac778a03d9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ab409ac778a03d9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab409ac778a03d9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ab409ac778a03d9 .sub-menu-title i,
#ab409ac778a03d9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ab409ac778a03d9 .menu-item a {
  font-size: 16px;
}
#ab409ac778a03d9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ab409ac778a03d9 .sub-menu-item ul {
  margin-top: 16px;
}
#ab409ac778a03d9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ab409ac778a03d9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ab409ac778a03d9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ab409ac778a03d9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ab409ac778a03d9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ab409ac778a03d9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ab409ac778a03d9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ab409ac778a03d9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ab409ac778a03d9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ab409ac778a03d9 .site-pc-navbar {
  background: #fff;
}
#ab409ac778a03d9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ab409ac778a03d9 .logo {
  display: inline-block;
}
#a05f5aaf26abbdd .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a05f5aaf26abbdd .round-icon img,
#a05f5aaf26abbdd .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aa92aa3f78ab7cb .uk-card-media-left {
  min-height: 200px;
}
#aa92aa3f78ab7cb .h-float .uk-card {
  transition: all .3s ease;
}
#a996faa372a6ccd .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a996faa372a6ccd .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a996faa372a6ccd .text-style figure {
  background: transparent;
}
#a996faa372a6ccd .text-style:hover figure {
  background: #0261ff;
}
#a996faa372a6ccd .gallery-item img {
  opacity: 1 !important;
}
#a996faa372a6ccd .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a46e2ae84bad519 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a46e2ae84bad519 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a46e2ae84bad519 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a46e2ae84bad519 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a46e2ae84bad519 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a46e2ae84bad519 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a57c8afed5aac0e .logged {
  display: none;
}
#a57c8afed5aac0e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a57c8afed5aac0e .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a57c8afed5aac0e .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a57c8afed5aac0e .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a57c8afed5aac0e .site-header {
  height: 80px;
}
#a57c8afed5aac0e .uk-navbar-item,
#a57c8afed5aac0e .uk-navbar-nav > li > a,
#a57c8afed5aac0e .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a57c8afed5aac0e .uk-sticky-fixed .uk-navbar-item,
#a57c8afed5aac0e .uk-sticky-fixed .uk-navbar-nav > li > a,
#a57c8afed5aac0e .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a57c8afed5aac0e .uk-navbar-sticky {
  background: #fff;
}
#a57c8afed5aac0e .uk-navbar-sticky .site-header {
  height: 70px;
}
#a57c8afed5aac0e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a57c8afed5aac0e .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a57c8afed5aac0e .sub-menu-title i,
#a57c8afed5aac0e .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a57c8afed5aac0e .menu-item a {
  font-size: 16px;
}
#a57c8afed5aac0e .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a57c8afed5aac0e .sub-menu-item ul {
  margin-top: 16px;
}
#a57c8afed5aac0e .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a57c8afed5aac0e .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a57c8afed5aac0e .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a57c8afed5aac0e .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a57c8afed5aac0e .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a57c8afed5aac0e .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a57c8afed5aac0e .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a57c8afed5aac0e .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a57c8afed5aac0e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a57c8afed5aac0e .site-pc-navbar {
  background: #fff;
}
#a57c8afed5aac0e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a57c8afed5aac0e .logo {
  display: inline-block;
}
#a80a4a899ca71d2 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a80a4a899ca71d2 .round-icon img,
#a80a4a899ca71d2 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#aa776a248fa47e8 .uk-card-media-left {
  min-height: 200px;
}
#aa776a248fa47e8 .h-float .uk-card {
  transition: all .3s ease;
}
#af84eac2c3ac638 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#af84eac2c3ac638 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#af84eac2c3ac638 .text-style figure {
  background: transparent;
}
#af84eac2c3ac638 .text-style:hover figure {
  background: #0261ff;
}
#af84eac2c3ac638 .gallery-item img {
  opacity: 1 !important;
}
#af84eac2c3ac638 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a2df5a9a39af81c [data-item="title"] {left: 1px;top: 0px; position: relative;}#a2df5a9a39af81c [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2df5a9a39af81c [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a2df5a9a39af81c [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a2df5a9a39af81c [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a2df5a9a39af81c [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ad284a9265a8ae3 .logged {
  display: none;
}
#ad284a9265a8ae3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ad284a9265a8ae3 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad284a9265a8ae3 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ad284a9265a8ae3 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ad284a9265a8ae3 .site-header {
  height: 80px;
}
#ad284a9265a8ae3 .uk-navbar-item,
#ad284a9265a8ae3 .uk-navbar-nav > li > a,
#ad284a9265a8ae3 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ad284a9265a8ae3 .uk-sticky-fixed .uk-navbar-item,
#ad284a9265a8ae3 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ad284a9265a8ae3 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ad284a9265a8ae3 .uk-navbar-sticky {
  background: #fff;
}
#ad284a9265a8ae3 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ad284a9265a8ae3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad284a9265a8ae3 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ad284a9265a8ae3 .sub-menu-title i,
#ad284a9265a8ae3 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ad284a9265a8ae3 .menu-item a {
  font-size: 16px;
}
#ad284a9265a8ae3 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ad284a9265a8ae3 .sub-menu-item ul {
  margin-top: 16px;
}
#ad284a9265a8ae3 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ad284a9265a8ae3 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ad284a9265a8ae3 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ad284a9265a8ae3 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ad284a9265a8ae3 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ad284a9265a8ae3 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ad284a9265a8ae3 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ad284a9265a8ae3 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ad284a9265a8ae3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ad284a9265a8ae3 .site-pc-navbar {
  background: #fff;
}
#ad284a9265a8ae3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad284a9265a8ae3 .logo {
  display: inline-block;
}
#a2a95aef03a64aa .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #0261ff;
  font-size: 28px;
}
#a2a95aef03a64aa .round-icon img,
#a2a95aef03a64aa .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
#adf74aa2cbaad52 .uk-card-media-left {
  min-height: 200px;
}
#adf74aa2cbaad52 .h-float .uk-card {
  transition: all .3s ease;
}
#a3930a185ba20a7 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a3930a185ba20a7 .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a3930a185ba20a7 .text-style figure {
  background: transparent;
}
#a3930a185ba20a7 .text-style:hover figure {
  background: #0261ff;
}
#a3930a185ba20a7 .gallery-item img {
  opacity: 1 !important;
}
#a3930a185ba20a7 .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a98d1a5325ae404 [data-item="title"] {left: 1px;top: 0px; position: relative;}#a98d1a5325ae404 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a98d1a5325ae404 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a98d1a5325ae404 [data-item="buttons[1]"] {left: -1px;top: 0px; position: relative;}#a98d1a5325ae404 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;}#a98d1a5325ae404 [data-item="buttons[0]"]:hover {background-color: #528eff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#aadf9ab8a0af9f9 .logged {
  display: none;
}
#aadf9ab8a0af9f9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#aadf9ab8a0af9f9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aadf9ab8a0af9f9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#aadf9ab8a0af9f9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#aadf9ab8a0af9f9 .site-header {
  height: 80px;
}
#aadf9ab8a0af9f9 .uk-navbar-item,
#aadf9ab8a0af9f9 .uk-navbar-nav > li > a,
#aadf9ab8a0af9f9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#aadf9ab8a0af9f9 .uk-sticky-fixed .uk-navbar-item,
#aadf9ab8a0af9f9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#aadf9ab8a0af9f9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#aadf9ab8a0af9f9 .uk-navbar-sticky {
  background: #fff;
}
#aadf9ab8a0af9f9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#aadf9ab8a0af9f9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aadf9ab8a0af9f9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#aadf9ab8a0af9f9 .sub-menu-title i,
#aadf9ab8a0af9f9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#aadf9ab8a0af9f9 .menu-item a {
  font-size: 16px;
}
#aadf9ab8a0af9f9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#aadf9ab8a0af9f9 .sub-menu-item ul {
  margin-top: 16px;
}
#aadf9ab8a0af9f9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#aadf9ab8a0af9f9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#aadf9ab8a0af9f9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#aadf9ab8a0af9f9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#aadf9ab8a0af9f9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#aadf9ab8a0af9f9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#aadf9ab8a0af9f9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#aadf9ab8a0af9f9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#aadf9ab8a0af9f9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#aadf9ab8a0af9f9 .site-pc-navbar {
  background: #fff;
}
#aadf9ab8a0af9f9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#aadf9ab8a0af9f9 .logo {
  display: inline-block;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a1712aaecea1a99 .logged {
  display: none;
}
#a1712aaecea1a99 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1712aaecea1a99 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1712aaecea1a99 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1712aaecea1a99 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1712aaecea1a99 .site-header {
  height: 80px;
}
#a1712aaecea1a99 .uk-navbar-item,
#a1712aaecea1a99 .uk-navbar-nav > li > a,
#a1712aaecea1a99 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1712aaecea1a99 .uk-sticky-fixed .uk-navbar-item,
#a1712aaecea1a99 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1712aaecea1a99 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1712aaecea1a99 .uk-navbar-sticky {
  background: #fff;
}
#a1712aaecea1a99 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1712aaecea1a99 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1712aaecea1a99 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1712aaecea1a99 .sub-menu-title i,
#a1712aaecea1a99 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1712aaecea1a99 .menu-item a {
  font-size: 16px;
}
#a1712aaecea1a99 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1712aaecea1a99 .sub-menu-item ul {
  margin-top: 16px;
}
#a1712aaecea1a99 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1712aaecea1a99 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1712aaecea1a99 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1712aaecea1a99 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1712aaecea1a99 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1712aaecea1a99 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1712aaecea1a99 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1712aaecea1a99 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1712aaecea1a99 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1712aaecea1a99 .site-pc-navbar {
  background: #fff;
}
#a1712aaecea1a99 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1712aaecea1a99 .logo {
  display: inline-block;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a015faa1b4a5a8a .logged {
  display: none;
}
#a015faa1b4a5a8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a015faa1b4a5a8a .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a015faa1b4a5a8a .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a015faa1b4a5a8a .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a015faa1b4a5a8a .site-header {
  height: 80px;
}
#a015faa1b4a5a8a .uk-navbar-item,
#a015faa1b4a5a8a .uk-navbar-nav > li > a,
#a015faa1b4a5a8a .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a015faa1b4a5a8a .uk-sticky-fixed .uk-navbar-item,
#a015faa1b4a5a8a .uk-sticky-fixed .uk-navbar-nav > li > a,
#a015faa1b4a5a8a .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a015faa1b4a5a8a .uk-navbar-sticky {
  background: #fff;
}
#a015faa1b4a5a8a .uk-navbar-sticky .site-header {
  height: 70px;
}
#a015faa1b4a5a8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a015faa1b4a5a8a .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a015faa1b4a5a8a .sub-menu-title i,
#a015faa1b4a5a8a .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a015faa1b4a5a8a .menu-item a {
  font-size: 16px;
}
#a015faa1b4a5a8a .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a015faa1b4a5a8a .sub-menu-item ul {
  margin-top: 16px;
}
#a015faa1b4a5a8a .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a015faa1b4a5a8a .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a015faa1b4a5a8a .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a015faa1b4a5a8a .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a015faa1b4a5a8a .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a015faa1b4a5a8a .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a015faa1b4a5a8a .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a015faa1b4a5a8a .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a015faa1b4a5a8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a015faa1b4a5a8a .site-pc-navbar {
  background: #fff;
}
#a015faa1b4a5a8a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a015faa1b4a5a8a .logo {
  display: inline-block;
}
#a7edca00d6ad0f8 .uk-card .uk-h5 {
  color: #666666;
}
#a7edca00d6ad0f8 .uk-card .ap-icon {
  color: #0261ff;
}
#a7edca00d6ad0f8 .br-1.uk-grid-margin {
  border-top: 1px solid #ececec;
}
#a6082abc3aa5191 .list-icon {
  color: #0261ff;
}
#a6082abc3aa5191 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a6082abc3aa5191 .uk-button:hover {
  background: #fff;
  color: #0261ff;
}
#a6082abc3aa5191 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#aae29ab078a8209 .el-process-item {
  position: relative;
}
#aae29ab078a8209 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#aae29ab078a8209 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #aae29ab078a8209 .el-process-item .el-process-item-linker {
    display: none;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#af152a7489a5a87 .logged {
  display: none;
}
#af152a7489a5a87 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#af152a7489a5a87 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#af152a7489a5a87 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#af152a7489a5a87 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#af152a7489a5a87 .site-header {
  height: 80px;
}
#af152a7489a5a87 .uk-navbar-item,
#af152a7489a5a87 .uk-navbar-nav > li > a,
#af152a7489a5a87 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#af152a7489a5a87 .uk-sticky-fixed .uk-navbar-item,
#af152a7489a5a87 .uk-sticky-fixed .uk-navbar-nav > li > a,
#af152a7489a5a87 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#af152a7489a5a87 .uk-navbar-sticky {
  background: #fff;
}
#af152a7489a5a87 .uk-navbar-sticky .site-header {
  height: 70px;
}
#af152a7489a5a87 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af152a7489a5a87 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#af152a7489a5a87 .sub-menu-title i,
#af152a7489a5a87 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#af152a7489a5a87 .menu-item a {
  font-size: 16px;
}
#af152a7489a5a87 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#af152a7489a5a87 .sub-menu-item ul {
  margin-top: 16px;
}
#af152a7489a5a87 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#af152a7489a5a87 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#af152a7489a5a87 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#af152a7489a5a87 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#af152a7489a5a87 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#af152a7489a5a87 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#af152a7489a5a87 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#af152a7489a5a87 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#af152a7489a5a87 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#af152a7489a5a87 .site-pc-navbar {
  background: #fff;
}
#af152a7489a5a87 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#af152a7489a5a87 .logo {
  display: inline-block;
}
#a0686ab5a5a4e48 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a0686ab5a5a4e48 .icon-box:hover {
  border-color: #0261ff;
}
#a0686ab5a5a4e48 .icon-box i {
  color: #0261ff;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a0686ab5a5a4e48 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a0686ab5a5a4e48 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a2becacd0ca1eb4 .ap-icon {
  padding: 12px;
  line-height: 1;
  margin: 0;
}
#aae47a7efaad665 .el-process-item {
  position: relative;
}
#aae47a7efaad665 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#aae47a7efaad665 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #aae47a7efaad665 .el-process-item .el-process-item-linker {
    display: none;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6f6dac508a590b .logged {
  display: none;
}
#a6f6dac508a590b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6f6dac508a590b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f6dac508a590b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6f6dac508a590b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6f6dac508a590b .site-header {
  height: 80px;
}
#a6f6dac508a590b .uk-navbar-item,
#a6f6dac508a590b .uk-navbar-nav > li > a,
#a6f6dac508a590b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-item,
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6f6dac508a590b .uk-navbar-sticky {
  background: #fff;
}
#a6f6dac508a590b .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6f6dac508a590b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f6dac508a590b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6f6dac508a590b .sub-menu-title i,
#a6f6dac508a590b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6f6dac508a590b .menu-item a {
  font-size: 16px;
}
#a6f6dac508a590b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6f6dac508a590b .sub-menu-item ul {
  margin-top: 16px;
}
#a6f6dac508a590b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6f6dac508a590b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6f6dac508a590b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6f6dac508a590b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6f6dac508a590b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6f6dac508a590b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6f6dac508a590b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6f6dac508a590b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6f6dac508a590b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6f6dac508a590b .site-pc-navbar {
  background: #fff;
}
#a6f6dac508a590b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6f6dac508a590b .logo {
  display: inline-block;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a9e83a06e2a50f1 .logged {
  display: none;
}
#a9e83a06e2a50f1 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a9e83a06e2a50f1 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9e83a06e2a50f1 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a9e83a06e2a50f1 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a9e83a06e2a50f1 .site-header {
  height: 80px;
}
#a9e83a06e2a50f1 .uk-navbar-item,
#a9e83a06e2a50f1 .uk-navbar-nav > li > a,
#a9e83a06e2a50f1 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a9e83a06e2a50f1 .uk-sticky-fixed .uk-navbar-item,
#a9e83a06e2a50f1 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a9e83a06e2a50f1 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a9e83a06e2a50f1 .uk-navbar-sticky {
  background: #fff;
}
#a9e83a06e2a50f1 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a9e83a06e2a50f1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9e83a06e2a50f1 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a9e83a06e2a50f1 .sub-menu-title i,
#a9e83a06e2a50f1 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a9e83a06e2a50f1 .menu-item a {
  font-size: 16px;
}
#a9e83a06e2a50f1 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a9e83a06e2a50f1 .sub-menu-item ul {
  margin-top: 16px;
}
#a9e83a06e2a50f1 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a9e83a06e2a50f1 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a9e83a06e2a50f1 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a9e83a06e2a50f1 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a9e83a06e2a50f1 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a9e83a06e2a50f1 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a9e83a06e2a50f1 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a9e83a06e2a50f1 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a9e83a06e2a50f1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a9e83a06e2a50f1 .site-pc-navbar {
  background: #fff;
}
#a9e83a06e2a50f1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a9e83a06e2a50f1 .logo {
  display: inline-block;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a3450ae33cadae1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9176a6bcfaa8f9 .qrcode {
  width: 20%;
  text-align: center;
  font-size: 12px;
  right: 15px;
  top: 45px;
  color: green;
}
#a9176a6bcfaa8f9 iframe {
  min-height: 200px;
}
#a9176a6bcfaa8f9 .qrcode img {
  margin-bottom: 4px;
}
#a9176a6bcfaa8f9 .user-info {
  font-size: 12px;
}
#a9176a6bcfaa8f9 p {
  margin: 0;
}
#a9176a6bcfaa8f9 .map-zoom {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ececec;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  width: auto;
}
#a23faad94da04d8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a23faad94da04d8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a23faad94da04d8 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a23faad94da04d8 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a23faad94da04d8 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ff0b6e;
}
#a23faad94da04d8 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a23faad94da04d8 .menu-list > li.active > a:before,
#a23faad94da04d8 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a23faad94da04d8 .menu-list > li ul li {
  position: relative;
}
#a23faad94da04d8 .menu-list > li ul li:hover > a {
  color: #e33866;
}
#a23faad94da04d8 .menu-list > li ul li a {
  display: block;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0261ff;
  background: transparent;
}
#a23faad94da04d8 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #e33866;
  background-color: #0261ff;
}
#a23faad94da04d8 .menu-list li ul li a:active,
#a23faad94da04d8 .menu-list li ul li a.active,
#a23faad94da04d8 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0261ff;
}
#a23faad94da04d8 .menu-list li ul,
#a23faad94da04d8 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #0261ff;
}
#a23faad94da04d8 .menu-list li ul.menu-b > li,
#a23faad94da04d8 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a23faad94da04d8 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a23faad94da04d8 .menu-list li:hover > ul {
  display: block;
}
#a23faad94da04d8 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abf34a0db3af577 {
  pointer-events: none;
  /* Open state */
}
#abf34a0db3af577 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#abf34a0db3af577 .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#abf34a0db3af577 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#abf34a0db3af577 .search-box .search-type.show {
  display: block;
}
#abf34a0db3af577 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#abf34a0db3af577 .search-box .search-type li:hover {
  color: #51adf6;
}
#abf34a0db3af577 .search-box .search-type li.active {
  color: #51adf6;
}
#abf34a0db3af577 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#abf34a0db3af577 select.hide {
  display: none !important;
}
#abf34a0db3af577 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#abf34a0db3af577 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
}
#abf34a0db3af577 .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#abf34a0db3af577 .normal .sb-search-input {
  padding-left: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#abf34a0db3af577 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#abf34a0db3af577 .sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
#abf34a0db3af577 .sb-search-input::-moz-placeholder {
  color: #ffffff;
}
#abf34a0db3af577 .sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}
#abf34a0db3af577 .sb-icon-search,
#abf34a0db3af577 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#abf34a0db3af577 .sb-search-submit {
  background: #ff0b6e;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#abf34a0db3af577 .sb-icon-search {
  color: #fff;
  background: #ff0b6e;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#abf34a0db3af577 .sb-icon-search .fa {
  color: #fff;
}
#abf34a0db3af577 .sb-search.sb-search-open,
#abf34a0db3af577 .no-js .sb-search {
  width: 100%;
}
#abf34a0db3af577 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#abf34a0db3af577 .sb-search.sb-search-open .sb-icon-search,
#abf34a0db3af577 .no-js .sb-search .sb-icon-search {
  background: #51adf6;
  color: #fff;
  z-index: 11;
}
#abf34a0db3af577 .sb-search.sb-search-open .sb-icon-search .fa,
#abf34a0db3af577 .no-js .sb-search .sb-icon-search .fa {
  color: #fff;
}
#abf34a0db3af577 .sb-search.sb-search-open .sb-search-submit,
#abf34a0db3af577 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a06bca78aba0fe7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a71daacae0aa45f .qrcode {
  width: 20%;
  text-align: center;
  font-size: 12px;
  right: 15px;
  top: 45px;
  color: green;
}
#a71daacae0aa45f iframe {
  min-height: 200px;
}
#a71daacae0aa45f .qrcode img {
  margin-bottom: 4px;
}
#a71daacae0aa45f .user-info {
  font-size: 12px;
}
#a71daacae0aa45f p {
  margin: 0;
}
#a71daacae0aa45f .map-zoom {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #ececec;
  font-size: 12px;
  color: #555;
  cursor: pointer;
  width: auto;
}
#a546ea3bf1a07b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a546ea3bf1a07b3 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a546ea3bf1a07b3 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a546ea3bf1a07b3 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a546ea3bf1a07b3 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ff0b6e;
}
#a546ea3bf1a07b3 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a546ea3bf1a07b3 .menu-list > li.active > a:before,
#a546ea3bf1a07b3 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a546ea3bf1a07b3 .menu-list > li ul li {
  position: relative;
}
#a546ea3bf1a07b3 .menu-list > li ul li:hover > a {
  color: #e33866;
}
#a546ea3bf1a07b3 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: #0261ff;
  background: transparent;
}
#a546ea3bf1a07b3 .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #e33866;
  background-color: #0261ff;
}
#a546ea3bf1a07b3 .menu-list li ul li a:active,
#a546ea3bf1a07b3 .menu-list li ul li a.active,
#a546ea3bf1a07b3 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #0261ff;
}
#a546ea3bf1a07b3 .menu-list li ul,
#a546ea3bf1a07b3 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #0261ff;
}
#a546ea3bf1a07b3 .menu-list li ul.menu-b > li,
#a546ea3bf1a07b3 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a546ea3bf1a07b3 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a546ea3bf1a07b3 .menu-list li:hover > ul {
  display: block;
}
#a546ea3bf1a07b3 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2fa4a0426aef3c {
  pointer-events: none;
  /* Open state */
}
#a2fa4a0426aef3c .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 14px;
  display: none;
}
#a2fa4a0426aef3c .search-box .select-text {
  width: 38px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#a2fa4a0426aef3c .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#a2fa4a0426aef3c .search-box .search-type.show {
  display: block;
}
#a2fa4a0426aef3c .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#a2fa4a0426aef3c .search-box .search-type li:hover {
  color: #51adf6;
}
#a2fa4a0426aef3c .search-box .search-type li.active {
  color: #51adf6;
}
#a2fa4a0426aef3c select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#a2fa4a0426aef3c select.hide {
  display: none !important;
}
#a2fa4a0426aef3c .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#a2fa4a0426aef3c .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 14px;
  color: #fff;
}
#a2fa4a0426aef3c .sb-search-open .sb-search-input {
  padding: 0 65px 0 38px;
}
#a2fa4a0426aef3c .normal .sb-search-input {
  padding-left: 10px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a2fa4a0426aef3c input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#a2fa4a0426aef3c .sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
#a2fa4a0426aef3c .sb-search-input::-moz-placeholder {
  color: #ffffff;
}
#a2fa4a0426aef3c .sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}
#a2fa4a0426aef3c .sb-icon-search,
#a2fa4a0426aef3c .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#a2fa4a0426aef3c .sb-search-submit {
  background: #ff0b6e;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#a2fa4a0426aef3c .sb-icon-search {
  color: #fff;
  background: #ff0b6e;
  z-index: 90;
  font-size: 14px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#a2fa4a0426aef3c .sb-icon-search .fa {
  color: #fff;
}
#a2fa4a0426aef3c .sb-search.sb-search-open,
#a2fa4a0426aef3c .no-js .sb-search {
  width: 100%;
}
#a2fa4a0426aef3c .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#a2fa4a0426aef3c .sb-search.sb-search-open .sb-icon-search,
#a2fa4a0426aef3c .no-js .sb-search .sb-icon-search {
  background: #51adf6;
  color: #fff;
  z-index: 11;
}
#a2fa4a0426aef3c .sb-search.sb-search-open .sb-icon-search .fa,
#a2fa4a0426aef3c .no-js .sb-search .sb-icon-search .fa {
  color: #fff;
}
#a2fa4a0426aef3c .sb-search.sb-search-open .sb-search-submit,
#a2fa4a0426aef3c .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a199facf36a1256 .logged {
  display: none;
}
#a199facf36a1256 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a199facf36a1256 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a199facf36a1256 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a199facf36a1256 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a199facf36a1256 .site-header {
  height: 80px;
}
#a199facf36a1256 .uk-navbar-item,
#a199facf36a1256 .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-item,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a199facf36a1256 .uk-navbar-sticky {
  background: #fff;
}
#a199facf36a1256 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a199facf36a1256 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a199facf36a1256 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a199facf36a1256 .sub-menu-title i,
#a199facf36a1256 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a199facf36a1256 .menu-item a {
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a199facf36a1256 .sub-menu-item ul {
  margin-top: 16px;
}
#a199facf36a1256 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a199facf36a1256 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a199facf36a1256 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a199facf36a1256 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a199facf36a1256 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a199facf36a1256 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a199facf36a1256 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a199facf36a1256 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a199facf36a1256 .site-pc-navbar {
  background: #fff;
}
#a199facf36a1256 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a199facf36a1256 .logo {
  display: inline-block;
}
#a2a9ca3850aa9b9 > .ele-wrap {background-color: rgba(205, 18, 18, 0.61);background-image: url(/resources/upload/af5ada3bfeac701/1691482548956.png);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;box-shadow: 0px 0px 29px 0px undefined;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a199facf36a1256 .logged {
  display: none;
}
#a199facf36a1256 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a199facf36a1256 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a199facf36a1256 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a199facf36a1256 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a199facf36a1256 .site-header {
  height: 80px;
}
#a199facf36a1256 .uk-navbar-item,
#a199facf36a1256 .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-item,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a199facf36a1256 .uk-navbar-sticky {
  background: #fff;
}
#a199facf36a1256 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a199facf36a1256 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a199facf36a1256 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a199facf36a1256 .sub-menu-title i,
#a199facf36a1256 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a199facf36a1256 .menu-item a {
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a199facf36a1256 .sub-menu-item ul {
  margin-top: 16px;
}
#a199facf36a1256 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a199facf36a1256 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a199facf36a1256 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a199facf36a1256 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a199facf36a1256 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a199facf36a1256 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a199facf36a1256 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a199facf36a1256 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a199facf36a1256 .site-pc-navbar {
  background: #fff;
}
#a199facf36a1256 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a199facf36a1256 .logo {
  display: inline-block;
}
#a80cea3823a5a7d .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a80cea3823a5a7d .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a80cea3823a5a7d .promotion-card * {
  margin: 0;
}
#a80cea3823a5a7d .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #0261ff;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a80cea3823a5a7d .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #0261ff;
}
#a80cea3823a5a7d .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #002768;
  background: linear-gradient(to right, #002768 55%, #0261ff 95%) !important;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a199facf36a1256 .logged {
  display: none;
}
#a199facf36a1256 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a199facf36a1256 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a199facf36a1256 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a199facf36a1256 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a199facf36a1256 .site-header {
  height: 80px;
}
#a199facf36a1256 .uk-navbar-item,
#a199facf36a1256 .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-item,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a199facf36a1256 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a199facf36a1256 .uk-navbar-sticky {
  background: #fff;
}
#a199facf36a1256 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a199facf36a1256 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a199facf36a1256 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a199facf36a1256 .sub-menu-title i,
#a199facf36a1256 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a199facf36a1256 .menu-item a {
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a199facf36a1256 .sub-menu-item ul {
  margin-top: 16px;
}
#a199facf36a1256 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a199facf36a1256 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a199facf36a1256 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a199facf36a1256 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a199facf36a1256 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a199facf36a1256 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a199facf36a1256 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a199facf36a1256 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a199facf36a1256 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a199facf36a1256 .site-pc-navbar {
  background: #fff;
}
#a199facf36a1256 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a199facf36a1256 .logo {
  display: inline-block;
}
#af930a73a2a7f15 .ap-icon {
  padding: 12px;
  line-height: 1;
  margin: 0;
}
#a420fa9ef8aa6ec .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #0261ff;
  color: #0261ff;
  display: inline-block;
  cursor: pointer;
}
#a420fa9ef8aa6ec .filter-nav li.uk-active {
  color: #fff;
  background-color: #0261ff;
}
#a420fa9ef8aa6ec .text-style figure {
  background: transparent;
}
#a420fa9ef8aa6ec .text-style:hover figure {
  background: #0261ff;
}
#a420fa9ef8aa6ec .gallery-item img {
  opacity: 1 !important;
}
#a420fa9ef8aa6ec .gallery-item:hover figure img {
  opacity: .6 !important;
}
#aa58aa259ea5b4f .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(91, 216, 233, 0.73);border-radius: 25px;justify-content: center;border-style: solid;}#aa58aa259ea5b4f .ele-wrap:hover {background-color: #509c49;}#a8bf2abe13affa7 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#a2f31adc40ae0b0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a3912a76a1ae656 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#af018a760fa0614 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a9239a3ee3a0906 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a91daaec42a7dd3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a34d9a0a7fa0f26 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a5ce5a11a2abfee .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a5ce5a11a2abfee .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a98ffaa24da2e4e .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a98ffaa24da2e4e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#af344a8198aa639 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#af344a8198aa639 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a883ca31d7a0b0f .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a883ca31d7a0b0f .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a610ea83e2acc87 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#a507ea71cea1ae6 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#af32ea55d2a22b9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#afa3baf08cabc9e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a5f30ae01ead676 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a764aa317fab22d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ace21ac385a0266 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a3576a63fca4212 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a3576a63fca4212 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7776a0079abbdb .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a7776a0079abbdb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8b4bafcfea0cde .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a8b4bafcfea0cde .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ac38aac690a2d37 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#ac38aac690a2d37 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a6ed9a0effa66a3 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#a083ca0108af5ad > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#af58ea5d16a2e0d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ae36fa23a3acbbd > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a0036a4aa6afe6b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a8a07a3c93aa4b3 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a64aca1f1eaa3fe > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a5ad8aed9fa2faa .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a5ad8aed9fa2faa .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a7210a9282a7e04 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a7210a9282a7e04 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a2806a3816a5e2b .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a2806a3816a5e2b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a203ca4d90a19d5 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a203ca4d90a19d5 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#ad8a8af99ca76ee > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#af76faebb0a7115 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a8310a6baea4c83 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a47f5a64f2a5ad9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a2b3aa971fa7290 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#aa152a8922a63e9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a9b85a70f4a5849 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ad699a0dbaa3802 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#ad699a0dbaa3802 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aef7ea31d7ab999 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#aef7ea31d7ab999 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a90a8a1a5fa77fb .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a90a8a1a5fa77fb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ad5f9a7827a0737 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#ad5f9a7827a0737 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#aebdaa7331a7f6e > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#abc85a6f70a10e9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a1dc3adf33a8e16 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a4feba7cc5aa4a0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a4d66aa69cacd30 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#abc05ad207a179b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a0e13afdc3ae97c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a2fd1ab89fa2a5a .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a2fd1ab89fa2a5a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a84c9ae485a6c62 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a84c9ae485a6c62 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae1c8a9a9aa8fe2 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#ae1c8a9a9aa8fe2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ad56da6436a590d .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#ad56da6436a590d .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a0141aa710a3835 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#a7fbfaa461a3354 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ad003afe00a739b > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#afe14ab5cba883d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ae0e4af9fda8a87 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ac041a2411a3d48 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#aad89a1322a8143 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a5116aa6aaa5f92 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a5116aa6aaa5f92 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a855aa77a1a5465 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a855aa77a1a5465 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a3425a054ba6efa .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a3425a054ba6efa .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aa7eba695dadaa6 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#aa7eba695dadaa6 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a1bd5abfeaa5168 > .ele-wrap {background-color: rgba(255, 250, 250, 0.71);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;}#a087bab055a88df > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ab8e5a7244a8d17 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a27dea5f96a92a7 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ab014a4058adaf0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#a5facad899a38ea > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#ac0eda721ea308e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;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: none;border-bottom-style: none;border-top-style: none;}#af9f3ab3a6afc02 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#af9f3ab3a6afc02 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#af7fba90a8a4dc1 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#af7fba90a8a4dc1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a21c5a9293a6bdf .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a21c5a9293a6bdf .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a92d8a1ef3a2682 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a92d8a1ef3a2682 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a1d6eab896a5bc9 .logged {
  display: none;
}
#a1d6eab896a5bc9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1d6eab896a5bc9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1d6eab896a5bc9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1d6eab896a5bc9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1d6eab896a5bc9 .site-header {
  height: 80px;
}
#a1d6eab896a5bc9 .uk-navbar-item,
#a1d6eab896a5bc9 .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-item,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1d6eab896a5bc9 .uk-navbar-sticky {
  background: #fff;
}
#a1d6eab896a5bc9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1d6eab896a5bc9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1d6eab896a5bc9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1d6eab896a5bc9 .sub-menu-title i,
#a1d6eab896a5bc9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1d6eab896a5bc9 .menu-item a {
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1d6eab896a5bc9 .sub-menu-item ul {
  margin-top: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1d6eab896a5bc9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1d6eab896a5bc9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1d6eab896a5bc9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1d6eab896a5bc9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1d6eab896a5bc9 .site-pc-navbar {
  background: #fff;
}
#a1d6eab896a5bc9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1d6eab896a5bc9 .logo {
  display: inline-block;
}
#a15a4aed62a965b {
  min-height: 90vh;
  /* mobile */
}
#a15a4aed62a965b .search-highlight {
  background: yellow;
}
#a15a4aed62a965b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a15a4aed62a965b .el-title {
  margin-bottom: 20px;
}
#a15a4aed62a965b .el-item:hover .el-title {
  color: #e03a7b;
}
#a15a4aed62a965b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a15a4aed62a965b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a15a4aed62a965b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a15a4aed62a965b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a15a4aed62a965b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a15a4aed62a965b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a15a4aed62a965b .el-title {
    margin-bottom: 0;
  }
  #a15a4aed62a965b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a15a4aed62a965b .category {
    font-size: 12px;
  }
  #a15a4aed62a965b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a1d6eab896a5bc9 .logged {
  display: none;
}
#a1d6eab896a5bc9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a1d6eab896a5bc9 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1d6eab896a5bc9 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a1d6eab896a5bc9 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a1d6eab896a5bc9 .site-header {
  height: 80px;
}
#a1d6eab896a5bc9 .uk-navbar-item,
#a1d6eab896a5bc9 .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-item,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a1d6eab896a5bc9 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a1d6eab896a5bc9 .uk-navbar-sticky {
  background: #fff;
}
#a1d6eab896a5bc9 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a1d6eab896a5bc9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1d6eab896a5bc9 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a1d6eab896a5bc9 .sub-menu-title i,
#a1d6eab896a5bc9 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a1d6eab896a5bc9 .menu-item a {
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a1d6eab896a5bc9 .sub-menu-item ul {
  margin-top: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a1d6eab896a5bc9 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a1d6eab896a5bc9 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a1d6eab896a5bc9 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a1d6eab896a5bc9 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a1d6eab896a5bc9 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a1d6eab896a5bc9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a1d6eab896a5bc9 .site-pc-navbar {
  background: #fff;
}
#a1d6eab896a5bc9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a1d6eab896a5bc9 .logo {
  display: inline-block;
}
#a4021ac4dba8994 {
  /* 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------------------------*/
}
#a4021ac4dba8994 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a4021ac4dba8994 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a4021ac4dba8994 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a4021ac4dba8994 .error .clip:nth-of-type(1) .shadow,
#a4021ac4dba8994 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a4021ac4dba8994 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a4021ac4dba8994 .error h2 {
  font-size: 32px;
}
#a4021ac4dba8994 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a4021ac4dba8994 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a4021ac4dba8994 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a4021ac4dba8994 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a4021ac4dba8994 .error .clip .shadow {
  overflow: hidden;
}
#a4021ac4dba8994 .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);
}
#a4021ac4dba8994 .error .clip:nth-of-type(3) .shadow:after,
#a4021ac4dba8994 .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%;
}
#a4021ac4dba8994 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a4021ac4dba8994 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a4021ac4dba8994 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a4021ac4dba8994 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a4021ac4dba8994 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a4021ac4dba8994 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a4021ac4dba8994 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a4021ac4dba8994 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a4021ac4dba8994 {
    /* Error Page */
    /* Error Page */
  }
  #a4021ac4dba8994 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a4021ac4dba8994 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a4021ac4dba8994 .error .clip:nth-of-type(1) .shadow,
  #a4021ac4dba8994 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a4021ac4dba8994 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a4021ac4dba8994 .error h2 {
    font-size: 24px;
  }
  #a4021ac4dba8994 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a4021ac4dba8994 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a4021ac4dba8994 .error .container-error-404 {
    height: 150px;
  }
}
#a4021ac4dba8994 .overlay {
  position: relative;
  z-index: 20;
}
#a4021ac4dba8994 .ground-color {
  background: white;
}
#a4021ac4dba8994 .item-bg-color {
  background: #EAEAEA;
}
#a4021ac4dba8994 .padding-top {
  padding-top: 10px;
}
#a4021ac4dba8994 .padding-bottom {
  padding-bottom: 10px;
}
#a4021ac4dba8994 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a4021ac4dba8994 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a4021ac4dba8994 .padding-all {
  padding: 10px;
}
#a4021ac4dba8994 .no-padding-left {
  padding-left: 0px;
}
#a4021ac4dba8994 .no-padding-right {
  padding-right: 0px;
}
#a4021ac4dba8994 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a4021ac4dba8994 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a4021ac4dba8994 .no-padding {
  padding: 0px;
}
#a4021ac4dba8994 .margin-top {
  margin-top: 10px;
}
#a4021ac4dba8994 .margin-bottom {
  margin-bottom: 10px;
}
#a4021ac4dba8994 .margin-right {
  margin-right: 10px;
}
#a4021ac4dba8994 .margin-left {
  margin-left: 10px;
}
#a4021ac4dba8994 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a4021ac4dba8994 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a4021ac4dba8994 .margin-all {
  margin: 10px;
}
#a4021ac4dba8994 .no-margin {
  margin: 0px;
}
#a4021ac4dba8994 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a4021ac4dba8994 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a4021ac4dba8994 .inside-col-shrink {
  margin: 0px 20px;
}
#a4021ac4dba8994 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a95d9ad506af9b2 .logged {
  display: none;
}
#a95d9ad506af9b2 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a95d9ad506af9b2 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a95d9ad506af9b2 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a95d9ad506af9b2 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a95d9ad506af9b2 .site-header {
  height: 80px;
}
#a95d9ad506af9b2 .uk-navbar-item,
#a95d9ad506af9b2 .uk-navbar-nav > li > a,
#a95d9ad506af9b2 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a95d9ad506af9b2 .uk-sticky-fixed .uk-navbar-item,
#a95d9ad506af9b2 .uk-sticky-fixed .uk-navbar-nav > li > a,
#a95d9ad506af9b2 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a95d9ad506af9b2 .uk-navbar-sticky {
  background: #fff;
}
#a95d9ad506af9b2 .uk-navbar-sticky .site-header {
  height: 70px;
}
#a95d9ad506af9b2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a95d9ad506af9b2 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a95d9ad506af9b2 .sub-menu-title i,
#a95d9ad506af9b2 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a95d9ad506af9b2 .menu-item a {
  font-size: 16px;
}
#a95d9ad506af9b2 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a95d9ad506af9b2 .sub-menu-item ul {
  margin-top: 16px;
}
#a95d9ad506af9b2 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a95d9ad506af9b2 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a95d9ad506af9b2 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a95d9ad506af9b2 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a95d9ad506af9b2 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a95d9ad506af9b2 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a95d9ad506af9b2 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a95d9ad506af9b2 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a95d9ad506af9b2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a95d9ad506af9b2 .site-pc-navbar {
  background: #fff;
}
#a95d9ad506af9b2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a95d9ad506af9b2 .logo {
  display: inline-block;
}
#aa5cfae5f1a79f3 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#aa5cfae5f1a79f3 .switch_item {
  margin-right: 10px;
}
#aa5cfae5f1a79f3 a.switch_item:hover {
  text-decoration: underline;
}
#aa5cfae5f1a79f3 .slider {
  width: 420px;
  height: 600px;
}
#aa5cfae5f1a79f3 .uk-slideshow-items {
  height: 100%;
}
#aa5cfae5f1a79f3 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#aa5cfae5f1a79f3 .login-wrap {
  width: 100%;
  height: 100%;
}
#aa5cfae5f1a79f3 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#aa5cfae5f1a79f3 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#aa5cfae5f1a79f3 .phone-login-box {
  margin: 40px auto 40px;
}
#aa5cfae5f1a79f3 .login-header {
  margin-bottom: 24px;
}
#aa5cfae5f1a79f3 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#aa5cfae5f1a79f3 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#aa5cfae5f1a79f3 .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;
}
#aa5cfae5f1a79f3 .forget_password {
  cursor: pointer;
}
#aa5cfae5f1a79f3 .forget_password:hover {
  color: #0261ff;
}
#aa5cfae5f1a79f3 .input-item input.error,
#aa5cfae5f1a79f3 .input-item input.error::placeholder {
  color: #fc4343;
}
#aa5cfae5f1a79f3 .input-item input::placeholder {
  color: #999;
}
#aa5cfae5f1a79f3 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#aa5cfae5f1a79f3 .form-item {
  margin: 24px 0;
}
#aa5cfae5f1a79f3 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#aa5cfae5f1a79f3 .send-code {
  float: left;
  margin-left: 20px;
}
#aa5cfae5f1a79f3 .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;
}
#aa5cfae5f1a79f3 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#aa5cfae5f1a79f3 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#aa5cfae5f1a79f3 .login_btn_wrap {
  text-align: center;
}
#aa5cfae5f1a79f3 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#aa5cfae5f1a79f3 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#aa5cfae5f1a79f3 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a2a96afa02a1cb7 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a2a96afa02a1cb7 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a2a96afa02a1cb7 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a2a96afa02a1cb7 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a2a96afa02a1cb7 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a2a96afa02a1cb7 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a2a96afa02a1cb7 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a2a96afa02a1cb7 .nav-list {
  padding: 0 20px;
}
#a2a96afa02a1cb7 .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;
}
#a2a96afa02a1cb7 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a2a96afa02a1cb7 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a2a96afa02a1cb7 .order-item:hover {
  background: #f7f7f7;
}
#a2a96afa02a1cb7 .del-order {
  cursor: pointer;
}
#a2a96afa02a1cb7 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a2a96afa02a1cb7 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a2a96afa02a1cb7 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a2a96afa02a1cb7 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a2a96afa02a1cb7 .goods-item .goods-info {
  padding: 0 15px;
}
#a2a96afa02a1cb7 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a2a96afa02a1cb7 .appoint-time {
  margin-bottom: 4px;
}
#a2a96afa02a1cb7 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a2a96afa02a1cb7 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a2a96afa02a1cb7 .goods-item .goods-name {
  color: #333;
}
#a2a96afa02a1cb7 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a2a96afa02a1cb7 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a2a96afa02a1cb7 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a2a96afa02a1cb7 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a2a96afa02a1cb7 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a2a96afa02a1cb7 .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;
}
#a2a96afa02a1cb7 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a2a96afa02a1cb7 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a2a96afa02a1cb7 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a2a96afa02a1cb7 .setting-form {
  padding: 30px 20px;
}
#a2a96afa02a1cb7 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a2a96afa02a1cb7 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a2a96afa02a1cb7 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a2a96afa02a1cb7 .setting-form .setting-btns {
  margin-left: 130px;
}
#a2a96afa02a1cb7 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a2a96afa02a1cb7 .setting-wrap {
  position: relative;
}
#a2a96afa02a1cb7 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a2a96afa02a1cb7 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a2a96afa02a1cb7 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a2a96afa02a1cb7 .address-wrap {
  padding: 30px 20px;
}
#a2a96afa02a1cb7 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a2a96afa02a1cb7 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a2a96afa02a1cb7 .addr-list {
  min-height: 200px;
}
#a2a96afa02a1cb7 .addr-detail .addr-item-name,
#a2a96afa02a1cb7 .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;
}
#a2a96afa02a1cb7 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a2a96afa02a1cb7 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a2a96afa02a1cb7 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a2a96afa02a1cb7 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a2a96afa02a1cb7 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a2a96afa02a1cb7 .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;
}
#a2a96afa02a1cb7 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a2a96afa02a1cb7 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a2a96afa02a1cb7 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a2a96afa02a1cb7 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0261ff;
}
#a2a96afa02a1cb7 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a8072af388a6a48 .search-highlight {
  background: yellow;
}
#a8072af388a6a48 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a8072af388a6a48 .goods-sort {
  padding: 10px 0;
}
#a8072af388a6a48 .goods {
  padding-bottom: 20px;
}
#a8072af388a6a48 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a8072af388a6a48 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a8072af388a6a48 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a8072af388a6a48 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a8072af388a6a48 .goods-sort .sort-default.active,
#a8072af388a6a48 .goods-sort .category-item.active {
  color: red;
}
#a8072af388a6a48 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a8072af388a6a48 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a8072af388a6a48 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a8072af388a6a48 .sorts .sort.active span {
  color: #e4393c;
}
#a8072af388a6a48 .sorts .fa {
  color: #999;
}
#a8072af388a6a48 .sorts .fa.active {
  color: #e4393c;
}
#a8072af388a6a48 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a8072af388a6a48 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a8072af388a6a48 .uk-container {
  min-height: 200px;
}
#a8072af388a6a48 .not-found {
  line-height: 200px;
}
#a8072af388a6a48 .goods .item {
  color: #333;
  font-weight: 400;
}
#a8072af388a6a48 .img-alter {
  display: none;
}
#a8072af388a6a48 .goods .item:hover .img-main {
  display: none;
}
#a8072af388a6a48 .goods .item:hover .img-alter {
  display: block;
}
#a8072af388a6a48 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a8072af388a6a48 .goods .item .title:hover {
  color: #d4282d;
}
#a8072af388a6a48 .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;
}
#a8072af388a6a48 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a8072af388a6a48 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a8072af388a6a48 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a8072af388a6a48 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a8072af388a6a48 .uk-card .uk-card-media {
  background: #fff;
}
#a8072af388a6a48 .uk-card:hover {
  background-color: #f4f0e9;
}
#a8072af388a6a48 .sort-time.active .fa {
  color: #e4393c;
}
#a8072af388a6a48 * + .uk-grid-margin-small,
#a8072af388a6a48 .uk-grid + .uk-grid-small,
#a8072af388a6a48 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a9bdda18eda054a .coupon-item:after,
#a9bdda18eda054a .coupon-item:before {
  background: #f8f8f8;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#a6f6dac508a590b .logged {
  display: none;
}
#a6f6dac508a590b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a6f6dac508a590b .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f6dac508a590b .quick-menus li:after {
  content: '|';
  color: #424242;
}
#a6f6dac508a590b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#a6f6dac508a590b .site-header {
  height: 80px;
}
#a6f6dac508a590b .uk-navbar-item,
#a6f6dac508a590b .uk-navbar-nav > li > a,
#a6f6dac508a590b .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-item,
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-nav > li > a,
#a6f6dac508a590b .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#a6f6dac508a590b .uk-navbar-sticky {
  background: #fff;
}
#a6f6dac508a590b .uk-navbar-sticky .site-header {
  height: 70px;
}
#a6f6dac508a590b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f6dac508a590b .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#a6f6dac508a590b .sub-menu-title i,
#a6f6dac508a590b .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#a6f6dac508a590b .menu-item a {
  font-size: 16px;
}
#a6f6dac508a590b .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#a6f6dac508a590b .sub-menu-item ul {
  margin-top: 16px;
}
#a6f6dac508a590b .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#a6f6dac508a590b .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#a6f6dac508a590b .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#a6f6dac508a590b .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#a6f6dac508a590b .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#a6f6dac508a590b .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#a6f6dac508a590b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a6f6dac508a590b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a6f6dac508a590b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#a6f6dac508a590b .site-pc-navbar {
  background: #fff;
}
#a6f6dac508a590b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a6f6dac508a590b .logo {
  display: inline-block;
}
#a7baaa9e8ca6d89 {
  min-height: 90vh;
  /* mobile */
}
#a7baaa9e8ca6d89 .search-highlight {
  background: yellow;
}
#a7baaa9e8ca6d89 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7baaa9e8ca6d89 .el-title {
  margin-bottom: 20px;
}
#a7baaa9e8ca6d89 .el-item:hover .el-title {
  color: #e03a7b;
}
#a7baaa9e8ca6d89 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7baaa9e8ca6d89 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7baaa9e8ca6d89 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7baaa9e8ca6d89 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7baaa9e8ca6d89 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7baaa9e8ca6d89 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7baaa9e8ca6d89 .el-title {
    margin-bottom: 0;
  }
  #a7baaa9e8ca6d89 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7baaa9e8ca6d89 .category {
    font-size: 12px;
  }
  #a7baaa9e8ca6d89 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#afdb8a96e4aff9d .uk-checkbox:not(:checked) {
  background: #fff;
}
#afdb8a96e4aff9d .cart-wrap .column {
  float: left;
  text-align: center;
}
#afdb8a96e4aff9d .cart-head,
#afdb8a96e4aff9d .cart-footer,
#afdb8a96e4aff9d .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#afdb8a96e4aff9d .cart-head {
  background-color: #efefef;
}
#afdb8a96e4aff9d .cart-head,
#afdb8a96e4aff9d .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#afdb8a96e4aff9d .cart-footer {
  display: none;
}
#afdb8a96e4aff9d .cart-head .c-checkbox {
  width: 150px;
}
#afdb8a96e4aff9d .c-info {
  width: 410px;
}
#afdb8a96e4aff9d .c-price {
  width: 180px;
}
#afdb8a96e4aff9d .c-count {
  width: 170px;
}
#afdb8a96e4aff9d .c-sum {
  width: 170px;
}
#afdb8a96e4aff9d .cart-item {
  padding: 20px 12px;
}
#afdb8a96e4aff9d .selected {
  background-color: #fdf5e9;
}
#afdb8a96e4aff9d .cart-item .c-info {
  width: 500px;
}
#afdb8a96e4aff9d .cart-item .c-checkbox {
  width: 60px;
}
#afdb8a96e4aff9d .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#afdb8a96e4aff9d .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#afdb8a96e4aff9d .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#afdb8a96e4aff9d .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#afdb8a96e4aff9d .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#afdb8a96e4aff9d .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#afdb8a96e4aff9d .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#afdb8a96e4aff9d .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#afdb8a96e4aff9d .cart-item .column {
  padding-top: 12px;
}
#afdb8a96e4aff9d .cart-item .c-info {
  padding-top: 0;
}
#afdb8a96e4aff9d .cart-item .del {
  color: #555;
}
#afdb8a96e4aff9d .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#afdb8a96e4aff9d .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#afdb8a96e4aff9d .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#afdb8a96e4aff9d .select-num i {
  line-height: 30px;
}
#afdb8a96e4aff9d .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#afdb8a96e4aff9d .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#afdb8a96e4aff9d .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#afdb8a96e4aff9d .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#afdb8a96e4aff9d .price-info .discount {
  font-size: 12px;
}
#afdb8a96e4aff9d .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#afdb8a96e4aff9d .column-left {
  line-height: 36px;
}
#afdb8a96e4aff9d .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#afdb8a96e4aff9d .column-left a:hover {
  color: #E2231A;
}
#afdb8a96e4aff9d .column-right {
  padding-right: 130px;
}
#afdb8a96e4aff9d .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#afdb8a96e4aff9d .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#afdb8a96e4aff9d .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;
}
#afdb8a96e4aff9d .cart-icon {
  width: 200px;
  fill: #ccc;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a6fc5a3b8da2156 .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a6fc5a3b8da2156 .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a6fc5a3b8da2156 .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a6fc5a3b8da2156 .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a6fc5a3b8da2156 .addr-list {
  height: 45px;
  overflow: hidden;
}
#a6fc5a3b8da2156 .addr-list.expand {
  height: auto;
}
#a6fc5a3b8da2156 .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a6fc5a3b8da2156 .addr-item:hover {
  background-color: #fff3f3;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a6fc5a3b8da2156 .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a6fc5a3b8da2156 .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a6fc5a3b8da2156 .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a6fc5a3b8da2156 .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a6fc5a3b8da2156 .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .addr-switch.expand b {
  background-position: 0 -10px;
}
#a6fc5a3b8da2156 table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a6fc5a3b8da2156 table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a6fc5a3b8da2156 table td {
  text-align: center;
}
#a6fc5a3b8da2156 table thead td {
  border-top: none;
}
#a6fc5a3b8da2156 table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a6fc5a3b8da2156 table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a6fc5a3b8da2156 table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a6fc5a3b8da2156 .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a6fc5a3b8da2156 table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a6fc5a3b8da2156 .checkout-summary {
  margin: 20px 4px 10px;
}
#a6fc5a3b8da2156 .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a6fc5a3b8da2156 .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .order-submit-btn:hover {
  background-color: #EF494D;
}
#a6fc5a3b8da2156 .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;
}
#a6fc5a3b8da2156 .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a6fc5a3b8da2156 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a6fc5a3b8da2156 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a6fc5a3b8da2156 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a6fc5a3b8da2156 .select-num i {
  line-height: 30px;
}
#a6fc5a3b8da2156 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a6fc5a3b8da2156 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a6fc5a3b8da2156 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a6fc5a3b8da2156 .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#accbfac1b8ade91 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#accbfac1b8ade91 .order-id {
  color: #666;
}
#accbfac1b8ade91 .payment {
  cursor: pointer;
}
#accbfac1b8ade91 .payment img {
  min-height: 40px;
}
#accbfac1b8ade91 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#accbfac1b8ade91 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#accbfac1b8ade91 .selected {
  border: 2px solid #e1251b;
}
#accbfac1b8ade91 .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;
}
#accbfac1b8ade91 .btn:hover {
  background-color: #EF494D;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#ab7d4a7f1aa3575 {
  max-width: 1200px;
  margin: 0 auto;
}
#ab7d4a7f1aa3575 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#ab7d4a7f1aa3575 .order-container {
  padding-bottom: 60px;
}
#ab7d4a7f1aa3575 .express-date {
  color: #999;
  font-size: 12px;
}
#ab7d4a7f1aa3575 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#ab7d4a7f1aa3575 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#ab7d4a7f1aa3575 .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;
}
#ab7d4a7f1aa3575 .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;
}
#ab7d4a7f1aa3575 .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%);
}
#ab7d4a7f1aa3575 .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%);
}
#ab7d4a7f1aa3575 .state-desc {
  padding-left: 25px;
}
#ab7d4a7f1aa3575 .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;
}
#ab7d4a7f1aa3575 .order-status .icon-status.status-1,
#ab7d4a7f1aa3575 .order-status .icon-status.status-2,
#ab7d4a7f1aa3575 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#ab7d4a7f1aa3575 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#ab7d4a7f1aa3575 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ab7d4a7f1aa3575 .state-tip {
  font-size: 12px;
}
#ab7d4a7f1aa3575 .top-content {
  padding: 0 10px;
  background: #fff;
}
#ab7d4a7f1aa3575 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#ab7d4a7f1aa3575 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#ab7d4a7f1aa3575 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#ab7d4a7f1aa3575 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#ab7d4a7f1aa3575 .top-content.address .content-wrap {
  border-bottom: none;
}
#ab7d4a7f1aa3575 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#ab7d4a7f1aa3575 .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;
}
#ab7d4a7f1aa3575 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#ab7d4a7f1aa3575 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#ab7d4a7f1aa3575 .goods-info .private-info {
  font-size: 12px;
}
#ab7d4a7f1aa3575 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#ab7d4a7f1aa3575 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#ab7d4a7f1aa3575 .panel {
  background: #fff;
  margin: 20px 0;
}
#ab7d4a7f1aa3575 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#ab7d4a7f1aa3575 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#ab7d4a7f1aa3575 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#ab7d4a7f1aa3575 .hide {
  display: none;
}
#ab7d4a7f1aa3575 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#ab7d4a7f1aa3575 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#ab7d4a7f1aa3575 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#ab7d4a7f1aa3575 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#ab7d4a7f1aa3575 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#ab7d4a7f1aa3575 .order-id {
  font-size: 13px;
  font-style: normal;
}
#ab7d4a7f1aa3575 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#ab7d4a7f1aa3575 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#ab7d4a7f1aa3575 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#ab7d4a7f1aa3575 .total-price .price {
  color: #f2270c;
}
#ab7d4a7f1aa3575 .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;
}
#ab7d4a7f1aa3575 .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;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a8196a8ff2a993e .comment-detail {
  min-height: 600px;
}
#a8196a8ff2a993e table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a8196a8ff2a993e table th,
#a8196a8ff2a993e table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a8196a8ff2a993e table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a8196a8ff2a993e .red {
  color: #F00!important;
}
#a8196a8ff2a993e .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;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a5890a20e5ad398 .address-select {
  cursor: pointer;
}
#a5890a20e5ad398 .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a5890a20e5ad398 .form-item-last {
  border-bottom: none;
}
#a5890a20e5ad398 .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a5890a20e5ad398 .address-select .uk-select {
  width: 100px;
}
#a5890a20e5ad398 .form-item .uk-input,
#a5890a20e5ad398 .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a5890a20e5ad398 .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a5890a20e5ad398 .submit-btn:hover {
  opacity: .9;
}
#a5890a20e5ad398 .img-box {
  margin-top: 40px;
}
#a5890a20e5ad398 .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a5890a20e5ad398 .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a5890a20e5ad398 .z_photo .z_file {
  position: relative;
}
#a5890a20e5ad398 .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a5890a20e5ad398 .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a5890a20e5ad398 .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a5890a20e5ad398 .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);
}
#a5890a20e5ad398 .up-section:hover {
  border: 2px solid #f15134;
}
#a5890a20e5ad398 .up-section:hover .close-upimg {
  display: block;
}
#a5890a20e5ad398 .up-section:hover .up-span {
  visibility: visible;
}
#a5890a20e5ad398 .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a5890a20e5ad398 .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a5890a20e5ad398 .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a5890a20e5ad398 .publish-price {
  font-size: 16px;
  color: #888;
}
#a5890a20e5ad398 .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a5890a20e5ad398 .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a5890a20e5ad398 .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a5890a20e5ad398 .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a5890a20e5ad398 .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a5890a20e5ad398 .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a5890a20e5ad398 .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a5890a20e5ad398 .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a5890a20e5ad398 #fileList,
#a5890a20e5ad398 #picker {
  display: inline-block;
  float: left;
}
#a5890a20e5ad398 .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a5890a20e5ad398 .thumbnail img {
  width: 100%;
  height: 130px;
}
#a5890a20e5ad398 .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;
}
#a5890a20e5ad398 .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;
}
#a5890a20e5ad398 .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;
}
#a5890a20e5ad398 #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;
}
#a5890a20e5ad398 .webuploader-pick {
  height: 100%;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}#ae3c5a8a6fade90 .logged {
  display: none;
}
#ae3c5a8a6fade90 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3c5a8a6fade90 .header-topbar ul li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3c5a8a6fade90 .quick-menus li:after {
  content: '|';
  color: #424242;
}
#ae3c5a8a6fade90 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 30px;
}
#ae3c5a8a6fade90 .site-header {
  height: 80px;
}
#ae3c5a8a6fade90 .uk-navbar-item,
#ae3c5a8a6fade90 .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-navbar-toggle {
  height: 80px;
  min-height: 80px;
}
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-item,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-nav > li > a,
#ae3c5a8a6fade90 .uk-sticky-fixed .uk-navbar-toggle {
  height: 70px;
  min-height: 70px;
}
#ae3c5a8a6fade90 .uk-navbar-sticky {
  background: #fff;
}
#ae3c5a8a6fade90 .uk-navbar-sticky .site-header {
  height: 70px;
}
#ae3c5a8a6fade90 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3c5a8a6fade90 .sub-menu-title {
  font-size: 16px;
  color: #7a8185;
  position: relative;
}
#ae3c5a8a6fade90 .sub-menu-title i,
#ae3c5a8a6fade90 .sub-menu-title img {
  height: 20px;
  width: auto;
  display: inline-block;
}
#ae3c5a8a6fade90 .menu-item a {
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item {
  margin-left: 20px;
  flex-shrink: 0;
  min-width: 200px;
}
#ae3c5a8a6fade90 .sub-menu-item ul {
  margin-top: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li {
  width: 100%;
  margin-bottom: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a:hover span {
  color: #0261ff;
}
#ae3c5a8a6fade90 .sub-menu-item ul li a span {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
#ae3c5a8a6fade90 .sub-menu-item .sub-menu-icon {
  position: absolute;
  right: -24px;
  top: 0;
  height: 20px;
}
#ae3c5a8a6fade90 .nav-item-intro {
  font-size: 12px;
  color: #7a8185;
}
#ae3c5a8a6fade90 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #212629;
  box-shadow: 0px 7px 30px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3c5a8a6fade90 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3c5a8a6fade90 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #0261ff;
}
#ae3c5a8a6fade90 .site-pc-navbar {
  background: #fff;
}
#ae3c5a8a6fade90 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3c5a8a6fade90 .logo {
  display: inline-block;
}
#a1b64a63bca6767 .search-detail {
  min-height: 400px;
}
#a1b64a63bca6767 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a1b64a63bca6767 table th,
#a1b64a63bca6767 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a1b64a63bca6767 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a1b64a63bca6767 .red {
  color: #F00!important;
}
#a1b64a63bca6767 .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;
}
#a5c79aa58fa63c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3d53a714fa6568 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3934ad26ea3e60 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab1c8a7b8daab94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a667ba5118a04ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af9c6a47e3a9e6a > .ele-wrap {background-color: rgba(20, 20, 20, 1);}