.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1e87f0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a530fa25b7aae1b .uk-navbar-item,
#a530fa25b7aae1b .uk-navbar-nav > li > a,
#a530fa25b7aae1b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a530fa25b7aae1b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a530fa25b7aae1b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a530fa25b7aae1b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a530fa25b7aae1b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a530fa25b7aae1b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a530fa25b7aae1b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a530fa25b7aae1b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a530fa25b7aae1b .logo {
  display: inline-block;
}
#a530fa25b7aae1b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a530fa25b7aae1b .ap-header-top {
    padding: 15px 10px;
  }
}
#af6aaa14b6a2f81 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a530fa25b7aae1b .uk-navbar-item,
#a530fa25b7aae1b .uk-navbar-nav > li > a,
#a530fa25b7aae1b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a530fa25b7aae1b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a530fa25b7aae1b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a530fa25b7aae1b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a530fa25b7aae1b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a530fa25b7aae1b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a530fa25b7aae1b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a530fa25b7aae1b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a530fa25b7aae1b .logo {
  display: inline-block;
}
#a530fa25b7aae1b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a530fa25b7aae1b .ap-header-top {
    padding: 15px 10px;
  }
}
#adabaa48d3a42a9 .post-meta {
  color: #999;
}
#adabaa48d3a42a9 .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
@media (min-width: 992px) {
  #adabaa48d3a42a9 .post-media img {
    width: 113%;
    max-width: 113%;
    margin: 0 -6.5%;
  }
}
#aab67a37c6a0651 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#aa1c5ad526a7633 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aa1c5ad526a7633 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #aa1c5ad526a7633 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#aa1c5ad526a7633 .data-list .uk-card {
  cursor: pointer !important;
}
#aa1c5ad526a7633 .data-list .uk-card img {
  max-height: 300px;
}
#aa1c5ad526a7633 .data-list .uk-card:hover {
  background: #fafafa;
}
#aa1c5ad526a7633 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#aa1c5ad526a7633 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#aa1c5ad526a7633 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#aa1c5ad526a7633 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#aa1c5ad526a7633 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aa1c5ad526a7633 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aa1c5ad526a7633 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#aa1c5ad526a7633 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#aa1c5ad526a7633 .uk-card .category:hover {
  background: #1e87f0;
}
#aa1c5ad526a7633 .accordion-menu {
  width: 100%;
}
#aa1c5ad526a7633 .accordion-menu ul ul.submenu,
#aa1c5ad526a7633 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aa1c5ad526a7633 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#aa1c5ad526a7633 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#aa1c5ad526a7633 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#aa1c5ad526a7633 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#aa1c5ad526a7633 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#aa1c5ad526a7633 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#aa1c5ad526a7633 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aa1c5ad526a7633 .hot-list,
#aa1c5ad526a7633 .new-list {
  padding: 12px;
}
#aa1c5ad526a7633 .new-list a:hover,
#aa1c5ad526a7633 .hot-list a:hover {
  color: #0f6ecd;
}
#aa1c5ad526a7633 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aa1c5ad526a7633 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa1c5ad526a7633 .hot-item:hover a {
  color: #0f6ecd;
}
#aa1c5ad526a7633 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa1c5ad526a7633 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#aa1c5ad526a7633 .content-header {
  padding-bottom: 10px;
}
#aa1c5ad526a7633 .item-title {
  color: #333;
}
#aa1c5ad526a7633 input::placeholder {
  color: #999;
}
#aa1c5ad526a7633 .datetime {
  color: #999;
}
#aa1c5ad526a7633 .new-item a {
  padding-left: 25px;
}
#aa1c5ad526a7633 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#abc1aa158faa354 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a530fa25b7aae1b .uk-navbar-item,
#a530fa25b7aae1b .uk-navbar-nav > li > a,
#a530fa25b7aae1b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a530fa25b7aae1b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a530fa25b7aae1b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a530fa25b7aae1b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a530fa25b7aae1b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a530fa25b7aae1b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a530fa25b7aae1b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a530fa25b7aae1b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a530fa25b7aae1b .logo {
  display: inline-block;
}
#a530fa25b7aae1b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a530fa25b7aae1b .ap-header-top {
    padding: 15px 10px;
  }
}
#a2d7bac48ba4b9e .post-meta {
  color: #999;
}
#a2d7bac48ba4b9e .post-button a {
  color: #555;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 4px 20px 4px;
  border: 2px solid #555;
}
#a7be0a23b5a3285 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abd9eaa3efa3dfe .uk-navbar-item,
#abd9eaa3efa3dfe .uk-navbar-nav > li > a,
#abd9eaa3efa3dfe .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abd9eaa3efa3dfe .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abd9eaa3efa3dfe .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abd9eaa3efa3dfe [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abd9eaa3efa3dfe .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abd9eaa3efa3dfe .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abd9eaa3efa3dfe .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abd9eaa3efa3dfe .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abd9eaa3efa3dfe .logo {
  display: inline-block;
}
#abd9eaa3efa3dfe .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abd9eaa3efa3dfe .ap-header-top {
    padding: 15px 10px;
  }
}
#a0238a39c0a1b8d .i-wrap {
  width: calc(100.1%);
  position: relative;
  left: -0.05rem;
  overflow: hidden;
}
#a0238a39c0a1b8d .i-bn {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
#a0238a39c0a1b8d .i-s {
  position: relative;
}
#a0238a39c0a1b8d .i-item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  flex-shrink: 0;
  margin: 10px;
  border: 1px solid #dcdcdc;
  border-radius: .1rem;
  position: relative;
  background-color: #fff;
  transition: all .3s;
  overflow: hidden;
}
#a0238a39c0a1b8d .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%;
}
#a0238a39c0a1b8d .i-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
#a0238a39c0a1b8d .i-prev {
  left: -30px;
}
#a0238a39c0a1b8d .i-next {
  right: -30px;
  transform: rotate(180deg);
}
#a0238a39c0a1b8d .i-bn .swiper-wrapper {
  display: inline-block;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
}
#a0238a39c0a1b8d .i-bn .swiper-slide {
  display: inline-flex;
  height: auto;
  white-space: normal;
  flex-wrap: nowrap;
}
#a0238a39c0a1b8d .i-item:hover {
  border-color: #1e87f0;
}
#a0238a39c0a1b8d .i-img {
  width: 100%;
  height: auto;
}
#a0238a39c0a1b8d .i-item .title {
  padding: 10px 0;
  color: #333;
  font-size: 16px;
}
#a0238a39c0a1b8d .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#ad8fcaf722aae19 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4b55a5505a74ec > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac66baef8fa66f4 > .ele-wrap {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: 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;}#af5c5a8cb9a9bad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af5c5a8cb9a9bad  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae39eab44ea2965 , #ae39eab44ea2965 a{color: rgba(74, 74, 74, 1);}#a9111a1c19a4caf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9111a1c19a4caf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a79fca3fa7aa912 , #a79fca3fa7aa912 a{color: rgba(74, 74, 74, 1);}#a2109a49cfa72b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2109a49cfa72b7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7dd3ad0f9a60d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7dd3ad0f9a60d7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a640fae602a5200 , #a640fae602a5200 a{color: rgba(74, 74, 74, 1);}#ac106a98e1aeb22 , #ac106a98e1aeb22 a{color: rgba(74, 74, 74, 1);}#a7adca397ca682b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7adca397ca682b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abbdea0810aa5b8 , #abbdea0810aa5b8 a{color: rgba(74, 74, 74, 1);}#a4b0caa95fa2b76 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a6b96a8b5fac16c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6b96a8b5fac16c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a310aa675fa895b , #a310aa675fa895b a{color: rgba(74, 74, 74, 1);}#a2e2fa34eaa98aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2e2fa34eaa98aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8538ab777a5caf , #a8538ab777a5caf a{color: rgba(74, 74, 74, 1);}#ac076a9b25abc4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac076a9b25abc4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad54fa8de1adc02 , #ad54fa8de1adc02 a{color: rgba(74, 74, 74, 1);}#a3170a5d50aaa6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3170a5d50aaa6e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8c82a4236a0025 , #a8c82a4236a0025 a{color: rgba(74, 74, 74, 1);}#a94a6a5c1da2ea3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a94a6a5c1da2ea3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aac31a0ca8a48ac , #aac31a0ca8a48ac a{color: rgba(74, 74, 74, 1);}#a96e6a49fda7d06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a96e6a49fda7d06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99cca1475acd48 , #a99cca1475acd48 a{color: rgba(74, 74, 74, 1);}#a198dab4abac239 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a198dab4abac239  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a42a8a7df6a916d , #a42a8a7df6a916d a{color: rgba(74, 74, 74, 1);}#a78b0a294aae588 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac256ad048af1eb form {
  width: 100%;
  height: 100%;
}
#ac256ad048af1eb .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac256ad048af1eb .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac256ad048af1eb .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac256ad048af1eb .search-box .search-type.show {
  display: block;
}
#ac256ad048af1eb .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ac256ad048af1eb .search-box .search-type li:hover {
  color: #ffffff;
}
#ac256ad048af1eb .search-box .search-type li.active {
  color: #ffffff;
}
#ac256ad048af1eb .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#ac256ad048af1eb .inner-form .input-field {
  height: 100%;
}
#ac256ad048af1eb .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac256ad048af1eb .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac256ad048af1eb .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac256ad048af1eb .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac256ad048af1eb .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac256ad048af1eb .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ac256ad048af1eb .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac256ad048af1eb .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac256ad048af1eb .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac256ad048af1eb .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #ffffff;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac256ad048af1eb .btn-search:hover {
  background: #ffffff;
}
#ac256ad048af1eb .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5d06a6775a626d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6eeba2a71a521e , #a6eeba2a71a521e a{color: rgba(255, 255, 255, 1);}#ac8d3a9c7badacb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a682da90ceaff1e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a682da90ceaff1e .marquee-wrap > .str_move {
  cursor: text;
}
#a682da90ceaff1e .marquee-wrap:hover {
  background: #fafafa;
}
#a682da90ceaff1e .marquee-wrap .content {
  position: absolute;
}
#a682da90ceaff1e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a682da90ceaff1e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a27f5a2006a410d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abca1a4ed2a6b13 , #abca1a4ed2a6b13 a{color: rgba(255, 255, 255, 1);}#ab7dbae9b0a5155 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0cfaa13b2a1b1b > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2103a0355ae660 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5751a794ea126b > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2060a602fac604 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4b9fa264da3868 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aac4fa137ca256d > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6a3a782cae622 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4490a0882abd6b > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0724ab857a6f36 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae655ae9e1a92f7 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5433a1911a0663 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2a0eafc1ba6309 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5dba586baac25 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3674ac47ba81c8 .ele-wrap {font-size: 17px;justify-content: center;border-style: solid;color: #ffffff;border-color: rgba(255, 255, 255, 1);border-width: 3px;}#ae8c8a0378aeab0 [data-item="title"] {left: 1px;top: 33px; position: relative;}#ae8c8a0378aeab0 [data-item="abstract"] {left: 1px;top: 33px; position: relative;}#ae8c8a0378aeab0 [data-item="quote"] {left: 1px;top: 33px; position: relative;}#ae8c8a0378aeab0 [data-item="feature.image"] {left: 1px;top: 33px; position: relative;}#a0238a39c0a1b8d .uk-grid {margin-left: -7px;}@media (min-width: 1200px) {
                    #a0238a39c0a1b8d .uk-grid { margin-left: -7px;}
                }@media (max-width: 640) {
                    #a0238a39c0a1b8d .uk-grid { margin-left: -7px;}
                }#a0238a39c0a1b8d .uk-grid>* {padding-left: 7px;}@media (min-width: 1200px) {
                    #a0238a39c0a1b8d .uk-grid>* { padding-left: 7px;}
                }@media (max-width: 640) {#a0238a39c0a1b8d .uk-grid>* {
                    padding-left: 7px;}
                }#a4cecaaa67a17cd .uk-navbar-item,
#a4cecaaa67a17cd .uk-navbar-nav > li > a,
#a4cecaaa67a17cd .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4cecaaa67a17cd .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4cecaaa67a17cd .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4cecaaa67a17cd [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4cecaaa67a17cd .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a4cecaaa67a17cd .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4cecaaa67a17cd .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a4cecaaa67a17cd .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4cecaaa67a17cd .logo {
  display: inline-block;
}
#a4cecaaa67a17cd .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4cecaaa67a17cd .ap-header-top {
    padding: 15px 10px;
  }
}
#ad482af476a8910 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5414a41bba5d32 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5c35a3a1dac709 > .ele-wrap {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: 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;}#ac61ba25ffa7e91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac61ba25ffa7e91  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afed5a9ac9a9ca8 , #afed5a9ac9a9ca8 a{color: rgba(74, 74, 74, 1);}#adfa0ab376ad924 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adfa0ab376ad924  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae2b5a95e1af528 , #ae2b5a95e1af528 a{color: rgba(74, 74, 74, 1);}#a0ed8ad44fa059c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0ed8ad44fa059c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b9ba5910ad020 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b9ba5910ad020  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab7dfaca54aef2b , #ab7dfaca54aef2b a{color: rgba(74, 74, 74, 1);}#ad6ada613fa5b4a , #ad6ada613fa5b4a a{color: rgba(74, 74, 74, 1);}#a9cc0a1d88a4716 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9cc0a1d88a4716  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4f37afaa1a18c4 , #a4f37afaa1a18c4 a{color: rgba(74, 74, 74, 1);}#aafcbac62caf91e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3463a7171a6f6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3463a7171a6f6e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1c64ac5c7ad86a , #a1c64ac5c7ad86a a{color: rgba(74, 74, 74, 1);}#a2d48ab23fa970b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2d48ab23fa970b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2870a9835a930c , #a2870a9835a930c a{color: rgba(74, 74, 74, 1);}#aea0dacdf0a9994 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea0dacdf0a9994  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a97f5a001ea268f , #a97f5a001ea268f a{color: rgba(74, 74, 74, 1);}#aa15eae0a8a79eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa15eae0a8a79eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad893a1603ad197 , #ad893a1603ad197 a{color: rgba(74, 74, 74, 1);}#a87ffa5816a3807 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a87ffa5816a3807  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7a8ba3417a71a2 , #a7a8ba3417a71a2 a{color: rgba(74, 74, 74, 1);}#afb89a5b28a4a19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afb89a5b28a4a19  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55fca5edfab7e2 , #a55fca5edfab7e2 a{color: rgba(74, 74, 74, 1);}#a5c4baa9cbabb18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c4baa9cbabb18  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a77c4abbdca9285 , #a77c4abbdca9285 a{color: rgba(74, 74, 74, 1);}#acebaac593ad572 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9ea5a54e3ad001 form {
  width: 100%;
  height: 100%;
}
#a9ea5a54e3ad001 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9ea5a54e3ad001 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9ea5a54e3ad001 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9ea5a54e3ad001 .search-box .search-type.show {
  display: block;
}
#a9ea5a54e3ad001 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a9ea5a54e3ad001 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a9ea5a54e3ad001 .search-box .search-type li.active {
  color: #00ad5f;
}
#a9ea5a54e3ad001 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a9ea5a54e3ad001 .inner-form .input-field {
  height: 100%;
}
#a9ea5a54e3ad001 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a9ea5a54e3ad001 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ea5a54e3ad001 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ea5a54e3ad001 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ea5a54e3ad001 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9ea5a54e3ad001 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a9ea5a54e3ad001 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9ea5a54e3ad001 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9ea5a54e3ad001 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a9ea5a54e3ad001 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a9ea5a54e3ad001 .btn-search:hover {
  background: #00ad5f;
}
#a9ea5a54e3ad001 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8aa4ac6c1a016a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae195a8c23ac653 , #ae195a8c23ac653 a{color: rgba(255, 255, 255, 1);}#a0204a219ba59d3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab08fa3ea8a8412 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab08fa3ea8a8412 .marquee-wrap > .str_move {
  cursor: text;
}
#ab08fa3ea8a8412 .marquee-wrap:hover {
  background: #fafafa;
}
#ab08fa3ea8a8412 .marquee-wrap .content {
  position: absolute;
}
#ab08fa3ea8a8412 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab08fa3ea8a8412 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a73c6aa1bca2991 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3deda2ce4aaa0a , #a3deda2ce4aaa0a a{color: rgba(255, 255, 255, 1);}#acf3ea0290ad408 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaf0caf1f0ac78e > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4daad0a8addf8 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac268a29f0a7175 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3d1a3a89af994 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f1dad483a8e31 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d02a58c6afe24 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4d2a737aa53ae > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39cfa4d3ca9a46 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc14af0a3aa2ed > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2fd4a61d0a1a70 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e3aac225a1ba1 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0562a2957a9e61 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3752a7c2ea06c7 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad8fca1479ab702 .uk-navbar-item,
#ad8fca1479ab702 .uk-navbar-nav > li > a,
#ad8fca1479ab702 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad8fca1479ab702 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad8fca1479ab702 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad8fca1479ab702 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad8fca1479ab702 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad8fca1479ab702 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad8fca1479ab702 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad8fca1479ab702 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad8fca1479ab702 .logo {
  display: inline-block;
}
#ad8fca1479ab702 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad8fca1479ab702 .ap-header-top {
    padding: 15px 10px;
  }
}
#a9577aa200a9ac9 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af70da5a8caf3f9 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac2c5a234da280a > .ele-wrap {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: 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;}#a7f72a7844a6659 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7f72a7844a6659  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6504a551aa7a92 , #a6504a551aa7a92 a{color: rgba(74, 74, 74, 1);}#a5d5cafa3da59d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5d5cafa3da59d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaabfa63daa15b8 , #aaabfa63daa15b8 a{color: rgba(74, 74, 74, 1);}#a98e3a3e95a0d0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a98e3a3e95a0d0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ef1a6675ae5ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2ef1a6675ae5ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a705ca5e91a8c71 , #a705ca5e91a8c71 a{color: rgba(74, 74, 74, 1);}#a93b5a85fcab0e0 , #a93b5a85fcab0e0 a{color: rgba(74, 74, 74, 1);}#ab669abd93aa11e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab669abd93aa11e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac7afa0638aad37 , #ac7afa0638aad37 a{color: rgba(74, 74, 74, 1);}#ab587af3b1acc88 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a669aae831a84e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a669aae831a84e0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab2d0a9c48a3dc8 , #ab2d0a9c48a3dc8 a{color: rgba(74, 74, 74, 1);}#a7d49a5d6eab97f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7d49a5d6eab97f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a90faa5da8a435b , #a90faa5da8a435b a{color: rgba(74, 74, 74, 1);}#ac090a0f6faa42a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac090a0f6faa42a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99fbab3c9abb0b , #a99fbab3c9abb0b a{color: rgba(74, 74, 74, 1);}#aaa91a51ada939f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaa91a51ada939f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f7eada3caf43b , #a0f7eada3caf43b a{color: rgba(74, 74, 74, 1);}#a51d1a840aa9f29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a51d1a840aa9f29  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a59e1a21fca850d , #a59e1a21fca850d a{color: rgba(74, 74, 74, 1);}#ad5e6aaa1caa675 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad5e6aaa1caa675  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0072ac7a8ae048 , #a0072ac7a8ae048 a{color: rgba(74, 74, 74, 1);}#ae01ca77b5aea85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae01ca77b5aea85  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3043a920faef4c , #a3043a920faef4c a{color: rgba(74, 74, 74, 1);}#abbe9a2f97a9bf2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a26dca701ca573b form {
  width: 100%;
  height: 100%;
}
#a26dca701ca573b .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a26dca701ca573b .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a26dca701ca573b .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a26dca701ca573b .search-box .search-type.show {
  display: block;
}
#a26dca701ca573b .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a26dca701ca573b .search-box .search-type li:hover {
  color: #00ad5f;
}
#a26dca701ca573b .search-box .search-type li.active {
  color: #00ad5f;
}
#a26dca701ca573b .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a26dca701ca573b .inner-form .input-field {
  height: 100%;
}
#a26dca701ca573b .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a26dca701ca573b .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a26dca701ca573b .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a26dca701ca573b .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a26dca701ca573b .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a26dca701ca573b .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a26dca701ca573b .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a26dca701ca573b .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a26dca701ca573b .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a26dca701ca573b .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a26dca701ca573b .btn-search:hover {
  background: #00ad5f;
}
#a26dca701ca573b .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad783a1fbda02a1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2f3bac78fa2496 , #a2f3bac78fa2496 a{color: rgba(255, 255, 255, 1);}#adad3a89eaa60ea > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aecd0a1302a6e20 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aecd0a1302a6e20 .marquee-wrap > .str_move {
  cursor: text;
}
#aecd0a1302a6e20 .marquee-wrap:hover {
  background: #fafafa;
}
#aecd0a1302a6e20 .marquee-wrap .content {
  position: absolute;
}
#aecd0a1302a6e20 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aecd0a1302a6e20 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aba9fad2a6ac9b3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a263caca7fa2f24 , #a263caca7fa2f24 a{color: rgba(255, 255, 255, 1);}#adeaba102ca1792 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aceafa4e34a0ea2 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#acd53a4dc8adb7c .uk-navbar-item,
#acd53a4dc8adb7c .uk-navbar-nav > li > a,
#acd53a4dc8adb7c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#acd53a4dc8adb7c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#acd53a4dc8adb7c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#acd53a4dc8adb7c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#acd53a4dc8adb7c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#acd53a4dc8adb7c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#acd53a4dc8adb7c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#acd53a4dc8adb7c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#acd53a4dc8adb7c .logo {
  display: inline-block;
}
#acd53a4dc8adb7c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #acd53a4dc8adb7c .ap-header-top {
    padding: 15px 10px;
  }
}
#a0641a03dead8b1 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a697da85a0a4f0e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae119aa236a2743 > .ele-wrap {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: 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;}#afcd2aa997aa4c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afcd2aa997aa4c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0dcfad22aa14fe , #a0dcfad22aa14fe a{color: rgba(74, 74, 74, 1);}#afc48ab513a0e32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc48ab513a0e32  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a340da3d3cafccc , #a340da3d3cafccc a{color: rgba(74, 74, 74, 1);}#ad0a5a6afcaa832 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad0a5a6afcaa832  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa15da533fa8389 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa15da533fa8389  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b43afb34ad1ca , #a5b43afb34ad1ca a{color: rgba(74, 74, 74, 1);}#a07c2ad2b1a7dde , #a07c2ad2b1a7dde a{color: rgba(74, 74, 74, 1);}#a30ceaadcca8c36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30ceaadcca8c36  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b8ca6302a7447 , #a7b8ca6302a7447 a{color: rgba(74, 74, 74, 1);}#a771daea0da7636 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aad60ae8bfa9afc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad60ae8bfa9afc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af769a59c2ae4d9 , #af769a59c2ae4d9 a{color: rgba(74, 74, 74, 1);}#ab850a11d6a003e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab850a11d6a003e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa244a07d6a4895 , #aa244a07d6a4895 a{color: rgba(74, 74, 74, 1);}#a3638ae1bbab9db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3638ae1bbab9db  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55bda4d2fa5323 , #a55bda4d2fa5323 a{color: rgba(74, 74, 74, 1);}#a201caa3d6a9291 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a201caa3d6a9291  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adfd5ab34face28 , #adfd5ab34face28 a{color: rgba(74, 74, 74, 1);}#a429ca75aba441e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a429ca75aba441e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2fa6a6159ab6db , #a2fa6a6159ab6db a{color: rgba(74, 74, 74, 1);}#a26faa3f6ead576 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a26faa3f6ead576  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5160aa095a6fc1 , #a5160aa095a6fc1 a{color: rgba(74, 74, 74, 1);}#a2700a8c69a53bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2700a8c69a53bb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeddba46cfa6e0c , #aeddba46cfa6e0c a{color: rgba(74, 74, 74, 1);}#a2dd9aad90a6de9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9ad9a612dac997 form {
  width: 100%;
  height: 100%;
}
#a9ad9a612dac997 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a9ad9a612dac997 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a9ad9a612dac997 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a9ad9a612dac997 .search-box .search-type.show {
  display: block;
}
#a9ad9a612dac997 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a9ad9a612dac997 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a9ad9a612dac997 .search-box .search-type li.active {
  color: #00ad5f;
}
#a9ad9a612dac997 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a9ad9a612dac997 .inner-form .input-field {
  height: 100%;
}
#a9ad9a612dac997 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a9ad9a612dac997 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ad9a612dac997 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ad9a612dac997 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a9ad9a612dac997 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a9ad9a612dac997 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a9ad9a612dac997 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a9ad9a612dac997 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a9ad9a612dac997 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a9ad9a612dac997 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a9ad9a612dac997 .btn-search:hover {
  background: #00ad5f;
}
#a9ad9a612dac997 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3818a042ea414d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0d7dad772a3b14 , #a0d7dad772a3b14 a{color: rgba(255, 255, 255, 1);}#a9c89ac7b0a0f92 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#add1aa5af4ac4a9 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#add1aa5af4ac4a9 .marquee-wrap > .str_move {
  cursor: text;
}
#add1aa5af4ac4a9 .marquee-wrap:hover {
  background: #fafafa;
}
#add1aa5af4ac4a9 .marquee-wrap .content {
  position: absolute;
}
#add1aa5af4ac4a9 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#add1aa5af4ac4a9 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a738ca8e8ea01d1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3e2daf9c5af1d0 , #a3e2daf9c5af1d0 a{color: rgba(255, 255, 255, 1);}#aabd8ad2e8a2fe6 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae869a3971ac137 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad4a5a3949ad77a .uk-navbar-item,
#ad4a5a3949ad77a .uk-navbar-nav > li > a,
#ad4a5a3949ad77a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad4a5a3949ad77a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad4a5a3949ad77a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad4a5a3949ad77a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad4a5a3949ad77a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad4a5a3949ad77a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad4a5a3949ad77a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad4a5a3949ad77a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad4a5a3949ad77a .logo {
  display: inline-block;
}
#ad4a5a3949ad77a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad4a5a3949ad77a .ap-header-top {
    padding: 15px 10px;
  }
}
#a0fe3ac488acace .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3898a8317a219a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa6b4a74c9a3b95 > .ele-wrap {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: 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;}#a5c50a78d1aae4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c50a78d1aae4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5fa4a444aa14f5 , #a5fa4a444aa14f5 a{color: rgba(74, 74, 74, 1);}#a81efab12bac55a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a81efab12bac55a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af20aa51edafa9e , #af20aa51edafa9e a{color: rgba(74, 74, 74, 1);}#a7e7ca7375a2b97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e7ca7375a2b97  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a58a7afa8da6f70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58a7afa8da6f70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3d28a527ba42f8 , #a3d28a527ba42f8 a{color: rgba(74, 74, 74, 1);}#aaa58a9f37ad8e4 , #aaa58a9f37ad8e4 a{color: rgba(74, 74, 74, 1);}#aa440a8a48a54f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa440a8a48a54f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7d46a3987a3b05 , #a7d46a3987a3b05 a{color: rgba(74, 74, 74, 1);}#a19bfa0632afa39 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a6100ad1a0ad974 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6100ad1a0ad974  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0b74a6194a4412 , #a0b74a6194a4412 a{color: rgba(74, 74, 74, 1);}#a27cdaad1ba9d47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a27cdaad1ba9d47  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a18d4a840aaf1c5 , #a18d4a840aaf1c5 a{color: rgba(74, 74, 74, 1);}#a7206a2484a47f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7206a2484a47f7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afc80a953ca0a4c , #afc80a953ca0a4c a{color: rgba(74, 74, 74, 1);}#a807cab690a19fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a807cab690a19fb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4953a34adabae2 , #a4953a34adabae2 a{color: rgba(74, 74, 74, 1);}#aae3baba5ca5c0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae3baba5ca5c0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af824a5107a3aa1 , #af824a5107a3aa1 a{color: rgba(74, 74, 74, 1);}#ab087a5500a7e79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab087a5500a7e79  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80ada2315a2455 , #a80ada2315a2455 a{color: rgba(74, 74, 74, 1);}#aabf0af9a9a6e68 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aabf0af9a9a6e68  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3e19a6d8ca9b53 , #a3e19a6d8ca9b53 a{color: rgba(74, 74, 74, 1);}#a759ba07e6a3965 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af784a72b0a1de8 form {
  width: 100%;
  height: 100%;
}
#af784a72b0a1de8 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#af784a72b0a1de8 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af784a72b0a1de8 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#af784a72b0a1de8 .search-box .search-type.show {
  display: block;
}
#af784a72b0a1de8 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#af784a72b0a1de8 .search-box .search-type li:hover {
  color: #00ad5f;
}
#af784a72b0a1de8 .search-box .search-type li.active {
  color: #00ad5f;
}
#af784a72b0a1de8 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#af784a72b0a1de8 .inner-form .input-field {
  height: 100%;
}
#af784a72b0a1de8 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#af784a72b0a1de8 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#af784a72b0a1de8 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#af784a72b0a1de8 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#af784a72b0a1de8 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#af784a72b0a1de8 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#af784a72b0a1de8 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#af784a72b0a1de8 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#af784a72b0a1de8 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#af784a72b0a1de8 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#af784a72b0a1de8 .btn-search:hover {
  background: #00ad5f;
}
#af784a72b0a1de8 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9c50a1eeaae643 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5015a3121a65db , #a5015a3121a65db a{color: rgba(255, 255, 255, 1);}#a37c5a193daa304 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a213caa48fa0a79 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a213caa48fa0a79 .marquee-wrap > .str_move {
  cursor: text;
}
#a213caa48fa0a79 .marquee-wrap:hover {
  background: #fafafa;
}
#a213caa48fa0a79 .marquee-wrap .content {
  position: absolute;
}
#a213caa48fa0a79 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a213caa48fa0a79 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5a6aaade6ab446 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a47ebac873ad2a9 , #a47ebac873ad2a9 a{color: rgba(255, 255, 255, 1);}#a0915a2a9fa86c8 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9572abbdba1b73 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abfb0aab2ca11fa .uk-navbar-item,
#abfb0aab2ca11fa .uk-navbar-nav > li > a,
#abfb0aab2ca11fa .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abfb0aab2ca11fa .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abfb0aab2ca11fa .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abfb0aab2ca11fa [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abfb0aab2ca11fa .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abfb0aab2ca11fa .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abfb0aab2ca11fa .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abfb0aab2ca11fa .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abfb0aab2ca11fa .logo {
  display: inline-block;
}
#abfb0aab2ca11fa .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abfb0aab2ca11fa .ap-header-top {
    padding: 15px 10px;
  }
}
#a918fa70fca0623 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3293a041da8142 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a17e3a4262a8ca0 > .ele-wrap {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: 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;}#a4491aee88a1d08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4491aee88a1d08  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af80da0ac0aec14 , #af80da0ac0aec14 a{color: rgba(74, 74, 74, 1);}#ae0e7a0f82af64a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae0e7a0f82af64a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a438faaa65a6331 , #a438faaa65a6331 a{color: rgba(74, 74, 74, 1);}#a9425a84dba5c6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9425a84dba5c6b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2309a09c8ae29d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2309a09c8ae29d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3302aea33a5bc0 , #a3302aea33a5bc0 a{color: rgba(74, 74, 74, 1);}#ad5afa68f0aafa0 , #ad5afa68f0aafa0 a{color: rgba(74, 74, 74, 1);}#a8d4aa1c18af75d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8d4aa1c18af75d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a677ca6919a6b70 , #a677ca6919a6b70 a{color: rgba(74, 74, 74, 1);}#a4446ab801a6223 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a6194ab718ac1bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6194ab718ac1bc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a555aa8c2aa2492 , #a555aa8c2aa2492 a{color: rgba(74, 74, 74, 1);}#ad436a4dedaf01a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad436a4dedaf01a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3596add31ab25a , #a3596add31ab25a a{color: rgba(74, 74, 74, 1);}#a6d71a89eda8e74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d71a89eda8e74  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab83ca0cffafa75 , #ab83ca0cffafa75 a{color: rgba(74, 74, 74, 1);}#ac4eaae8eca22df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac4eaae8eca22df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad5f5a07c4a5714 , #ad5f5a07c4a5714 a{color: rgba(74, 74, 74, 1);}#a7bc4a1831a0298 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7bc4a1831a0298  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b22a8509a0eac , #a5b22a8509a0eac a{color: rgba(74, 74, 74, 1);}#a0d25a062aa0417 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d25a062aa0417  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abbf7a4bc5aca63 , #abbf7a4bc5aca63 a{color: rgba(74, 74, 74, 1);}#a6adba76baa27ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6adba76baa27ba  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a26b8a4a94a4542 , #a26b8a4a94a4542 a{color: rgba(74, 74, 74, 1);}#aec28a774daf587 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8152a9903a4c01 form {
  width: 100%;
  height: 100%;
}
#a8152a9903a4c01 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a8152a9903a4c01 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a8152a9903a4c01 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8152a9903a4c01 .search-box .search-type.show {
  display: block;
}
#a8152a9903a4c01 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8152a9903a4c01 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a8152a9903a4c01 .search-box .search-type li.active {
  color: #00ad5f;
}
#a8152a9903a4c01 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8152a9903a4c01 .inner-form .input-field {
  height: 100%;
}
#a8152a9903a4c01 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a8152a9903a4c01 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a8152a9903a4c01 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8152a9903a4c01 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a8152a9903a4c01 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8152a9903a4c01 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a8152a9903a4c01 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8152a9903a4c01 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a8152a9903a4c01 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a8152a9903a4c01 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a8152a9903a4c01 .btn-search:hover {
  background: #00ad5f;
}
#a8152a9903a4c01 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3c46af4e6aaef0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a05c7a82a4af22d , #a05c7a82a4af22d a{color: rgba(255, 255, 255, 1);}#ad425a6359aa45a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3b8fa4516a9b01 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3b8fa4516a9b01 .marquee-wrap > .str_move {
  cursor: text;
}
#a3b8fa4516a9b01 .marquee-wrap:hover {
  background: #fafafa;
}
#a3b8fa4516a9b01 .marquee-wrap .content {
  position: absolute;
}
#a3b8fa4516a9b01 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3b8fa4516a9b01 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0d41a910fa8a00 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9b1ea8b6ba3297 , #a9b1ea8b6ba3297 a{color: rgba(255, 255, 255, 1);}#a9db1a11c0a672e > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4d8a7d24a856c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3eb7a0a3aa1d31 .uk-navbar-item,
#a3eb7a0a3aa1d31 .uk-navbar-nav > li > a,
#a3eb7a0a3aa1d31 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3eb7a0a3aa1d31 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3eb7a0a3aa1d31 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3eb7a0a3aa1d31 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3eb7a0a3aa1d31 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3eb7a0a3aa1d31 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3eb7a0a3aa1d31 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3eb7a0a3aa1d31 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3eb7a0a3aa1d31 .logo {
  display: inline-block;
}
#a3eb7a0a3aa1d31 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3eb7a0a3aa1d31 .ap-header-top {
    padding: 15px 10px;
  }
}
#a5ee3ab692a720c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a22c2aba9fa2830 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a29b1a29d2ad7b1 > .ele-wrap {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: 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;}#a011faa16fa946f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a011faa16fa946f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad5e4ab114adb9e , #ad5e4ab114adb9e a{color: rgba(74, 74, 74, 1);}#a79efa9c23a26c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a79efa9c23a26c1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a303bacc1ba6c59 , #a303bacc1ba6c59 a{color: rgba(74, 74, 74, 1);}#a4920a1c8faff98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4920a1c8faff98  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aabe3aece9a40f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aabe3aece9a40f7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac5aba8da9a825f , #ac5aba8da9a825f a{color: rgba(74, 74, 74, 1);}#a521aacfe4a18cc , #a521aacfe4a18cc a{color: rgba(74, 74, 74, 1);}#a7338a7c5da3a8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7338a7c5da3a8a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3b66a6722ac3d2 , #a3b66a6722ac3d2 a{color: rgba(74, 74, 74, 1);}#a3a8ba290cacb81 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a6ca5a070cac805 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6ca5a070cac805  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab139aafd9ad187 , #ab139aafd9ad187 a{color: rgba(74, 74, 74, 1);}#ab0f4a1b3ea2c74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab0f4a1b3ea2c74  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6013a5373a0cb8 , #a6013a5373a0cb8 a{color: rgba(74, 74, 74, 1);}#aef22a80fca18c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef22a80fca18c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8382ac579a9d34 , #a8382ac579a9d34 a{color: rgba(74, 74, 74, 1);}#a1271aa5bda8785 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1271aa5bda8785  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab326a65aea899f , #ab326a65aea899f a{color: rgba(74, 74, 74, 1);}#a46b8abc99aee52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a46b8abc99aee52  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f46acd8baa92a , #a6f46acd8baa92a a{color: rgba(74, 74, 74, 1);}#a42a8a25fdad646 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a42a8a25fdad646  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a44d3a3745a1602 , #a44d3a3745a1602 a{color: rgba(74, 74, 74, 1);}#aed98a4fdbaae73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed98a4fdbaae73  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a715ea45e0a5bf1 , #a715ea45e0a5bf1 a{color: rgba(74, 74, 74, 1);}#a2afea8aa6ada74 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af765a1533ab42d form {
  width: 100%;
  height: 100%;
}
#af765a1533ab42d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#af765a1533ab42d .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af765a1533ab42d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#af765a1533ab42d .search-box .search-type.show {
  display: block;
}
#af765a1533ab42d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#af765a1533ab42d .search-box .search-type li:hover {
  color: #00ad5f;
}
#af765a1533ab42d .search-box .search-type li.active {
  color: #00ad5f;
}
#af765a1533ab42d .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#af765a1533ab42d .inner-form .input-field {
  height: 100%;
}
#af765a1533ab42d .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#af765a1533ab42d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#af765a1533ab42d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#af765a1533ab42d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#af765a1533ab42d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#af765a1533ab42d .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#af765a1533ab42d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#af765a1533ab42d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#af765a1533ab42d .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#af765a1533ab42d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#af765a1533ab42d .btn-search:hover {
  background: #00ad5f;
}
#af765a1533ab42d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2206a21e0a08f0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af4a4ac56eae8d4 , #af4a4ac56eae8d4 a{color: rgba(255, 255, 255, 1);}#a4345afae4ad69d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9d13a7c87a2400 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9d13a7c87a2400 .marquee-wrap > .str_move {
  cursor: text;
}
#a9d13a7c87a2400 .marquee-wrap:hover {
  background: #fafafa;
}
#a9d13a7c87a2400 .marquee-wrap .content {
  position: absolute;
}
#a9d13a7c87a2400 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9d13a7c87a2400 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a35b1a82bbaebd0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6e81a95a8a9d04 , #a6e81a95a8a9d04 a{color: rgba(255, 255, 255, 1);}#a07b7a56c0a01a4 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a0daf03faa89c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9d87a069ea57e6 .uk-navbar-item,
#a9d87a069ea57e6 .uk-navbar-nav > li > a,
#a9d87a069ea57e6 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9d87a069ea57e6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9d87a069ea57e6 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9d87a069ea57e6 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9d87a069ea57e6 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9d87a069ea57e6 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9d87a069ea57e6 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9d87a069ea57e6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9d87a069ea57e6 .logo {
  display: inline-block;
}
#a9d87a069ea57e6 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9d87a069ea57e6 .ap-header-top {
    padding: 15px 10px;
  }
}
#a7f28a3b43aa67e .uk-container {
  line-height: 2;
  color: #999;
}
#afbe7acaefac82f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae308ad947ad960 > .ele-wrap {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: 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;}#a9e3cadf31a7ed6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e3cadf31a7ed6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a68e8a20f8a129f , #a68e8a20f8a129f a{color: rgba(74, 74, 74, 1);}#aa6e0a2743a7e61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6e0a2743a7e61  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa2b6aa895add8b , #aa2b6aa895add8b a{color: rgba(74, 74, 74, 1);}#a0bd3ac335a1d70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0bd3ac335a1d70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9783a9612a234a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9783a9612a234a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6177a9be8a6c1f , #a6177a9be8a6c1f a{color: rgba(74, 74, 74, 1);}#a5d1ba3e59ae59e , #a5d1ba3e59ae59e a{color: rgba(74, 74, 74, 1);}#a3f82ab776a045e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f82ab776a045e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac1afa7e5ea04ff , #ac1afa7e5ea04ff a{color: rgba(74, 74, 74, 1);}#af875a4c23a81c2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a37a0a3ff4a346f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a37a0a3ff4a346f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f00a7ed5a9fb2 , #a6f00a7ed5a9fb2 a{color: rgba(74, 74, 74, 1);}#ae79faa61aae716 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae79faa61aae716  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3473aa3baa5901 , #a3473aa3baa5901 a{color: rgba(74, 74, 74, 1);}#aeff1ac9b1a38f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeff1ac9b1a38f1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac383a9a40a354b , #ac383a9a40a354b a{color: rgba(74, 74, 74, 1);}#af029a6f59a9dbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af029a6f59a9dbf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa617a3b63ac2ef , #aa617a3b63ac2ef a{color: rgba(74, 74, 74, 1);}#aad4caa30aa8a2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad4caa30aa8a2e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6bd3abdb6a7f36 , #a6bd3abdb6a7f36 a{color: rgba(74, 74, 74, 1);}#aaaa9a8ec4a5ab1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaaa9a8ec4a5ab1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abcc6af0eca650b , #abcc6af0eca650b a{color: rgba(74, 74, 74, 1);}#a14c0ac24faa3d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a14c0ac24faa3d5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa131aa861abac9 , #aa131aa861abac9 a{color: rgba(74, 74, 74, 1);}#a3602a1823af45a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af091acae5a27f5 form {
  width: 100%;
  height: 100%;
}
#af091acae5a27f5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#af091acae5a27f5 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af091acae5a27f5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#af091acae5a27f5 .search-box .search-type.show {
  display: block;
}
#af091acae5a27f5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#af091acae5a27f5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#af091acae5a27f5 .search-box .search-type li.active {
  color: #00ad5f;
}
#af091acae5a27f5 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#af091acae5a27f5 .inner-form .input-field {
  height: 100%;
}
#af091acae5a27f5 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#af091acae5a27f5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#af091acae5a27f5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#af091acae5a27f5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#af091acae5a27f5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#af091acae5a27f5 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#af091acae5a27f5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#af091acae5a27f5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#af091acae5a27f5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#af091acae5a27f5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#af091acae5a27f5 .btn-search:hover {
  background: #00ad5f;
}
#af091acae5a27f5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8bd4a6a65aa5dd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac842adf49a23c2 , #ac842adf49a23c2 a{color: rgba(255, 255, 255, 1);}#a46fba06d1ad4c8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab044a5bdca163b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab044a5bdca163b .marquee-wrap > .str_move {
  cursor: text;
}
#ab044a5bdca163b .marquee-wrap:hover {
  background: #fafafa;
}
#ab044a5bdca163b .marquee-wrap .content {
  position: absolute;
}
#ab044a5bdca163b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab044a5bdca163b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af224a791aa28e9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a990da5e91ae99b , #a990da5e91ae99b a{color: rgba(255, 255, 255, 1);}#a3537a4ea9a9263 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad670a001fae62f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aeb25a6465adfe9 .uk-navbar-item,
#aeb25a6465adfe9 .uk-navbar-nav > li > a,
#aeb25a6465adfe9 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aeb25a6465adfe9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aeb25a6465adfe9 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aeb25a6465adfe9 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aeb25a6465adfe9 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aeb25a6465adfe9 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aeb25a6465adfe9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aeb25a6465adfe9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aeb25a6465adfe9 .logo {
  display: inline-block;
}
#aeb25a6465adfe9 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aeb25a6465adfe9 .ap-header-top {
    padding: 15px 10px;
  }
}
#a53b9a86fba11a5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a46efa2fb0a69bd > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa2e1a1c3cae1af > .ele-wrap {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: 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;}#ac609a2216a43f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac609a2216a43f3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a675ba31fdaadf3 , #a675ba31fdaadf3 a{color: rgba(74, 74, 74, 1);}#a7ecdaa09ca388f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7ecdaa09ca388f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae49aa8738a9a9b , #ae49aa8738a9a9b a{color: rgba(74, 74, 74, 1);}#ae86aa1451ae846 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae86aa1451ae846  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1059a43b9a1c79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1059a43b9a1c79  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8836ae4fcae870 , #a8836ae4fcae870 a{color: rgba(74, 74, 74, 1);}#af49aa1761ac0a4 , #af49aa1761ac0a4 a{color: rgba(74, 74, 74, 1);}#a6a90aaccea0502 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6a90aaccea0502  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#affdaae195a9c83 , #affdaae195a9c83 a{color: rgba(74, 74, 74, 1);}#a571aaec54a79f4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3f8ca4039ad3e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f8ca4039ad3e4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab23ea4f6fa6ea0 , #ab23ea4f6fa6ea0 a{color: rgba(74, 74, 74, 1);}#a4f6bab0c6a591f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4f6bab0c6a591f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad0fea1212a95e7 , #ad0fea1212a95e7 a{color: rgba(74, 74, 74, 1);}#a99b6aaab0a35ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a99b6aaab0a35ed  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a711bacceaa69a7 , #a711bacceaa69a7 a{color: rgba(74, 74, 74, 1);}#a0b9aac456ae56c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b9aac456ae56c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af3feaa22aaaf3f , #af3feaa22aaaf3f a{color: rgba(74, 74, 74, 1);}#ad028af8e7ac49d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad028af8e7ac49d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a64c5ab4b4afcbd , #a64c5ab4b4afcbd a{color: rgba(74, 74, 74, 1);}#a2acca241ea0dca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2acca241ea0dca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a199fad099a670e , #a199fad099a670e a{color: rgba(74, 74, 74, 1);}#a6b60a1401aba18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6b60a1401aba18  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a74b1aefe0a6e1d , #a74b1aefe0a6e1d a{color: rgba(74, 74, 74, 1);}#aef29af4b3aca91 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0b4ea622ca313e form {
  width: 100%;
  height: 100%;
}
#a0b4ea622ca313e .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a0b4ea622ca313e .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a0b4ea622ca313e .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a0b4ea622ca313e .search-box .search-type.show {
  display: block;
}
#a0b4ea622ca313e .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a0b4ea622ca313e .search-box .search-type li:hover {
  color: #00ad5f;
}
#a0b4ea622ca313e .search-box .search-type li.active {
  color: #00ad5f;
}
#a0b4ea622ca313e .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a0b4ea622ca313e .inner-form .input-field {
  height: 100%;
}
#a0b4ea622ca313e .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a0b4ea622ca313e .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a0b4ea622ca313e .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a0b4ea622ca313e .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a0b4ea622ca313e .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a0b4ea622ca313e .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a0b4ea622ca313e .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a0b4ea622ca313e .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a0b4ea622ca313e .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a0b4ea622ca313e .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a0b4ea622ca313e .btn-search:hover {
  background: #00ad5f;
}
#a0b4ea622ca313e .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a02e6ae0f9af7c2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac1aeaefc9a7b80 , #ac1aeaefc9a7b80 a{color: rgba(255, 255, 255, 1);}#a7140a808ca7fcb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af469a76b0aa99e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af469a76b0aa99e .marquee-wrap > .str_move {
  cursor: text;
}
#af469a76b0aa99e .marquee-wrap:hover {
  background: #fafafa;
}
#af469a76b0aa99e .marquee-wrap .content {
  position: absolute;
}
#af469a76b0aa99e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af469a76b0aa99e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aad1bac1c6afaeb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8d7babc36abea8 , #a8d7babc36abea8 a{color: rgba(255, 255, 255, 1);}#a7f37af6c0ac710 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd56aec7ea1762 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#adae9a19ada4686 .uk-navbar-item,
#adae9a19ada4686 .uk-navbar-nav > li > a,
#adae9a19ada4686 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#adae9a19ada4686 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adae9a19ada4686 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#adae9a19ada4686 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adae9a19ada4686 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#adae9a19ada4686 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#adae9a19ada4686 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#adae9a19ada4686 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#adae9a19ada4686 .logo {
  display: inline-block;
}
#adae9a19ada4686 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #adae9a19ada4686 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae34ea15e6a19a7 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4aa1ac9cda8d71 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aaf60af685a065c > .ele-wrap {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: 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;}#a0f8fa717eacada > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0f8fa717eacada  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af209ac211a5138 , #af209ac211a5138 a{color: rgba(74, 74, 74, 1);}#a0cfaae403aa28d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0cfaae403aa28d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2c1ea0b1cae055 , #a2c1ea0b1cae055 a{color: rgba(74, 74, 74, 1);}#a8c98a3e9dac4a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8c98a3e9dac4a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a01b5a53b9a1d72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a01b5a53b9a1d72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b8ca9c1dacfb1 , #a8b8ca9c1dacfb1 a{color: rgba(74, 74, 74, 1);}#a02bfaa4a9aaedf , #a02bfaa4a9aaedf a{color: rgba(74, 74, 74, 1);}#a8566ac3c0a6534 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8566ac3c0a6534  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0872a2d88a7f0c , #a0872a2d88a7f0c a{color: rgba(74, 74, 74, 1);}#a812fadad4a17e1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa07da69d1ac28e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa07da69d1ac28e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a943aad6d4a6f80 , #a943aad6d4a6f80 a{color: rgba(74, 74, 74, 1);}#ab8ada0df7a5a6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8ada0df7a5a6b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af1d8a1c2aa391b , #af1d8a1c2aa391b a{color: rgba(74, 74, 74, 1);}#aa542af07faa39e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa542af07faa39e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7388ac917a9d74 , #a7388ac917a9d74 a{color: rgba(74, 74, 74, 1);}#af02fa6e71a78b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af02fa6e71a78b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a98bbaae36ad3c5 , #a98bbaae36ad3c5 a{color: rgba(74, 74, 74, 1);}#a8b94ab4fba8cda > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b94ab4fba8cda  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14bba569aa88bc , #a14bba569aa88bc a{color: rgba(74, 74, 74, 1);}#a941ba7f96a0c19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a941ba7f96a0c19  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a71baa74e4aec65 , #a71baa74e4aec65 a{color: rgba(74, 74, 74, 1);}#a97dbab222a7253 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a97dbab222a7253  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a67c9a2be5a5888 , #a67c9a2be5a5888 a{color: rgba(74, 74, 74, 1);}#aeb29a40f4a2d3a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7471aa492a1805 form {
  width: 100%;
  height: 100%;
}
#a7471aa492a1805 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a7471aa492a1805 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7471aa492a1805 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a7471aa492a1805 .search-box .search-type.show {
  display: block;
}
#a7471aa492a1805 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a7471aa492a1805 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a7471aa492a1805 .search-box .search-type li.active {
  color: #00ad5f;
}
#a7471aa492a1805 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a7471aa492a1805 .inner-form .input-field {
  height: 100%;
}
#a7471aa492a1805 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a7471aa492a1805 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a7471aa492a1805 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7471aa492a1805 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7471aa492a1805 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a7471aa492a1805 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a7471aa492a1805 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a7471aa492a1805 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a7471aa492a1805 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a7471aa492a1805 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a7471aa492a1805 .btn-search:hover {
  background: #00ad5f;
}
#a7471aa492a1805 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5c90a7eb8a1659 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1b38ac7caa0b8f , #a1b38ac7caa0b8f a{color: rgba(255, 255, 255, 1);}#a81c6a51a2ae7cc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abb6ba9d6ca55b2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#abb6ba9d6ca55b2 .marquee-wrap > .str_move {
  cursor: text;
}
#abb6ba9d6ca55b2 .marquee-wrap:hover {
  background: #fafafa;
}
#abb6ba9d6ca55b2 .marquee-wrap .content {
  position: absolute;
}
#abb6ba9d6ca55b2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abb6ba9d6ca55b2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad921a8a56ad61f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aedc1a9a69a5bbe , #aedc1a9a69a5bbe a{color: rgba(255, 255, 255, 1);}#aee60a0135ad655 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e13a28eaa9728 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a638cad45fa2d08 .uk-navbar-item,
#a638cad45fa2d08 .uk-navbar-nav > li > a,
#a638cad45fa2d08 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a638cad45fa2d08 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a638cad45fa2d08 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a638cad45fa2d08 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a638cad45fa2d08 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a638cad45fa2d08 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a638cad45fa2d08 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a638cad45fa2d08 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a638cad45fa2d08 .logo {
  display: inline-block;
}
#a638cad45fa2d08 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a638cad45fa2d08 .ap-header-top {
    padding: 15px 10px;
  }
}
#aa037a8317a9e94 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abcf5ab44ca690d > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a069ea877eae95b > .ele-wrap {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: 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;}#ab492a996fa7f9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab492a996fa7f9f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7ba5a1003ad77f , #a7ba5a1003ad77f a{color: rgba(74, 74, 74, 1);}#a6292a856fa03a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6292a856fa03a7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2f0aa9c4aa2859 , #a2f0aa9c4aa2859 a{color: rgba(74, 74, 74, 1);}#aae35a3698a4837 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae35a3698a4837  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af4ecaf598ac385 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af4ecaf598ac385  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4e1ba3040a8159 , #a4e1ba3040a8159 a{color: rgba(74, 74, 74, 1);}#a7c4fab377a0c8f , #a7c4fab377a0c8f a{color: rgba(74, 74, 74, 1);}#a5e6caf5dba6478 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5e6caf5dba6478  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a40fcaed1aa0b53 , #a40fcaed1aa0b53 a{color: rgba(74, 74, 74, 1);}#a7669a69d9abf68 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa2c6af3ffa15cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa2c6af3ffa15cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0679a98eaa6eb7 , #a0679a98eaa6eb7 a{color: rgba(74, 74, 74, 1);}#a3015a2ffaabca8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3015a2ffaabca8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3649aaaa6a9d6e , #a3649aaaa6a9d6e a{color: rgba(74, 74, 74, 1);}#ac692a14d4a93b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac692a14d4a93b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a796da5f67a3dcb , #a796da5f67a3dcb a{color: rgba(74, 74, 74, 1);}#aae66ad852a9123 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae66ad852a9123  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ccbad13fa0479 , #a3ccbad13fa0479 a{color: rgba(74, 74, 74, 1);}#a9286ae6b3a6d61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9286ae6b3a6d61  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abf2bad6cbab3dc , #abf2bad6cbab3dc a{color: rgba(74, 74, 74, 1);}#ab095a9ce7a3faa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab095a9ce7a3faa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5223a3641a3cb3 , #a5223a3641a3cb3 a{color: rgba(74, 74, 74, 1);}#a5dfdab58cab674 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5dfdab58cab674  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a003fab48aabf09 , #a003fab48aabf09 a{color: rgba(74, 74, 74, 1);}#aa03fa26a6a6323 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac894a048ca9e96 form {
  width: 100%;
  height: 100%;
}
#ac894a048ca9e96 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac894a048ca9e96 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac894a048ca9e96 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac894a048ca9e96 .search-box .search-type.show {
  display: block;
}
#ac894a048ca9e96 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ac894a048ca9e96 .search-box .search-type li:hover {
  color: #00ad5f;
}
#ac894a048ca9e96 .search-box .search-type li.active {
  color: #00ad5f;
}
#ac894a048ca9e96 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#ac894a048ca9e96 .inner-form .input-field {
  height: 100%;
}
#ac894a048ca9e96 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ac894a048ca9e96 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ac894a048ca9e96 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac894a048ca9e96 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ac894a048ca9e96 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac894a048ca9e96 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ac894a048ca9e96 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac894a048ca9e96 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ac894a048ca9e96 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ac894a048ca9e96 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ac894a048ca9e96 .btn-search:hover {
  background: #00ad5f;
}
#ac894a048ca9e96 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9aa9a473da851d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad4ddac6afa6bb0 , #ad4ddac6afa6bb0 a{color: rgba(255, 255, 255, 1);}#aac73a4c71a38d0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae315a0f84a6fcd .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae315a0f84a6fcd .marquee-wrap > .str_move {
  cursor: text;
}
#ae315a0f84a6fcd .marquee-wrap:hover {
  background: #fafafa;
}
#ae315a0f84a6fcd .marquee-wrap .content {
  position: absolute;
}
#ae315a0f84a6fcd .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae315a0f84a6fcd .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4134ab527a067b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4edfa2868a84cc , #a4edfa2868a84cc a{color: rgba(255, 255, 255, 1);}#a34dba3afca845f > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa18a45afa46fa [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a44a2ae6d9aabd2 .uk-navbar-item,
#a44a2ae6d9aabd2 .uk-navbar-nav > li > a,
#a44a2ae6d9aabd2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a44a2ae6d9aabd2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a44a2ae6d9aabd2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a44a2ae6d9aabd2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44a2ae6d9aabd2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a44a2ae6d9aabd2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a44a2ae6d9aabd2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a44a2ae6d9aabd2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a44a2ae6d9aabd2 .logo {
  display: inline-block;
}
#a44a2ae6d9aabd2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a44a2ae6d9aabd2 .ap-header-top {
    padding: 15px 10px;
  }
}
#ac8c5ae5f0a4854 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac5daa6623a107c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad491ace18accef > .ele-wrap {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: 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;}#a57d7a3db1a2369 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a57d7a3db1a2369  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a71e5a2320aa995 , #a71e5a2320aa995 a{color: rgba(74, 74, 74, 1);}#ab652a7a83ae4f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab652a7a83ae4f3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0159afb9ead281 , #a0159afb9ead281 a{color: rgba(74, 74, 74, 1);}#a58d9a5715a54aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58d9a5715a54aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a52cda7bafac83a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a52cda7bafac83a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9bba992eac98f , #ad9bba992eac98f a{color: rgba(74, 74, 74, 1);}#a98a2afec9a1da0 , #a98a2afec9a1da0 a{color: rgba(74, 74, 74, 1);}#a2707a7267a89b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2707a7267a89b3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80f8a00aaa378f , #a80f8a00aaa378f a{color: rgba(74, 74, 74, 1);}#a86e7a7d0ca3515 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1308a4bb5a15ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1308a4bb5a15ab  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7dd7a1b48a6434 , #a7dd7a1b48a6434 a{color: rgba(74, 74, 74, 1);}#a7cffa1435aa7d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7cffa1435aa7d7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a933caf4b4a388d , #a933caf4b4a388d a{color: rgba(74, 74, 74, 1);}#a1fc3a199fa88cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1fc3a199fa88cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2d32a9129ac032 , #a2d32a9129ac032 a{color: rgba(74, 74, 74, 1);}#af621a3bafa2faa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af621a3bafa2faa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a768ea9d2ea57a2 , #a768ea9d2ea57a2 a{color: rgba(74, 74, 74, 1);}#a075dab743a9e82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a075dab743a9e82  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7ac6ab493ab6d8 , #a7ac6ab493ab6d8 a{color: rgba(74, 74, 74, 1);}#aafcaaa5f3aee8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aafcaaa5f3aee8f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeafda11f9a6958 , #aeafda11f9a6958 a{color: rgba(74, 74, 74, 1);}#a19e0afc97ae5de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a19e0afc97ae5de  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30fbad4c9a5406 , #a30fbad4c9a5406 a{color: rgba(74, 74, 74, 1);}#aced7a3bd0a2781 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a80a6a2152aec61 form {
  width: 100%;
  height: 100%;
}
#a80a6a2152aec61 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a80a6a2152aec61 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a80a6a2152aec61 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a80a6a2152aec61 .search-box .search-type.show {
  display: block;
}
#a80a6a2152aec61 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a80a6a2152aec61 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a80a6a2152aec61 .search-box .search-type li.active {
  color: #00ad5f;
}
#a80a6a2152aec61 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a80a6a2152aec61 .inner-form .input-field {
  height: 100%;
}
#a80a6a2152aec61 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a80a6a2152aec61 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a80a6a2152aec61 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a80a6a2152aec61 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a80a6a2152aec61 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a80a6a2152aec61 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a80a6a2152aec61 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a80a6a2152aec61 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a80a6a2152aec61 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a80a6a2152aec61 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a80a6a2152aec61 .btn-search:hover {
  background: #00ad5f;
}
#a80a6a2152aec61 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ae605a2145a2edc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aef70ae214a9e55 , #aef70ae214a9e55 a{color: rgba(255, 255, 255, 1);}#a2884aa73da5554 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4119a9c94a9506 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4119a9c94a9506 .marquee-wrap > .str_move {
  cursor: text;
}
#a4119a9c94a9506 .marquee-wrap:hover {
  background: #fafafa;
}
#a4119a9c94a9506 .marquee-wrap .content {
  position: absolute;
}
#a4119a9c94a9506 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4119a9c94a9506 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad3a0a3bb8a9ada > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6fd8a0e0cab3eb , #a6fd8a0e0cab3eb a{color: rgba(255, 255, 255, 1);}#afb54afaf9a428d > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6be4a2c08a97a0 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a6a7ba25b7ad595 .uk-navbar-item,
#a6a7ba25b7ad595 .uk-navbar-nav > li > a,
#a6a7ba25b7ad595 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a6a7ba25b7ad595 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6a7ba25b7ad595 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a6a7ba25b7ad595 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6a7ba25b7ad595 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a6a7ba25b7ad595 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a6a7ba25b7ad595 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a6a7ba25b7ad595 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a6a7ba25b7ad595 .logo {
  display: inline-block;
}
#a6a7ba25b7ad595 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a6a7ba25b7ad595 .ap-header-top {
    padding: 15px 10px;
  }
}
#a2cb0ac6eda4790 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a818da9f41a80fa > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6423ae054a0925 > .ele-wrap {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: 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;}#a3af8a585aad707 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3af8a585aad707  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a501da7486ab020 , #a501da7486ab020 a{color: rgba(74, 74, 74, 1);}#a3227aaf04ae0c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3227aaf04ae0c2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab412ae319a25b7 , #ab412ae319a25b7 a{color: rgba(74, 74, 74, 1);}#a8b89aa23ba4b31 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b89aa23ba4b31  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac5dfa4b7fa622d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac5dfa4b7fa622d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1dfeacfa3a5576 , #a1dfeacfa3a5576 a{color: rgba(74, 74, 74, 1);}#ab176a46f8a63da , #ab176a46f8a63da a{color: rgba(74, 74, 74, 1);}#a30dbab4e0a0732 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30dbab4e0a0732  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab059a77f8abe6c , #ab059a77f8abe6c a{color: rgba(74, 74, 74, 1);}#af29ca139aa45d4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#af388a93b7ad35f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af388a93b7ad35f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad003ab4baaf4d6 , #ad003ab4baaf4d6 a{color: rgba(74, 74, 74, 1);}#a7e52acf1aa7915 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e52acf1aa7915  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa9afad5e2a440e , #aa9afad5e2a440e a{color: rgba(74, 74, 74, 1);}#ac733a656ea7346 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac733a656ea7346  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2f07a50c1a8e2a , #a2f07a50c1a8e2a a{color: rgba(74, 74, 74, 1);}#a92bda1d6fa8987 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a92bda1d6fa8987  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2a7caff50a895a , #a2a7caff50a895a a{color: rgba(74, 74, 74, 1);}#a7734a1791aa934 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7734a1791aa934  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab25fab208ab98c , #ab25fab208ab98c a{color: rgba(74, 74, 74, 1);}#a8885a2476a84de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8885a2476a84de  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6671aee9aa1e23 , #a6671aee9aa1e23 a{color: rgba(74, 74, 74, 1);}#a70e1a54dbab85c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a70e1a54dbab85c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acc55ade51abba9 , #acc55ade51abba9 a{color: rgba(74, 74, 74, 1);}#adbe4abff3a6d56 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7aa1af624a9acc form {
  width: 100%;
  height: 100%;
}
#a7aa1af624a9acc .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a7aa1af624a9acc .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a7aa1af624a9acc .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a7aa1af624a9acc .search-box .search-type.show {
  display: block;
}
#a7aa1af624a9acc .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a7aa1af624a9acc .search-box .search-type li:hover {
  color: #00ad5f;
}
#a7aa1af624a9acc .search-box .search-type li.active {
  color: #00ad5f;
}
#a7aa1af624a9acc .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#a7aa1af624a9acc .inner-form .input-field {
  height: 100%;
}
#a7aa1af624a9acc .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a7aa1af624a9acc .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a7aa1af624a9acc .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7aa1af624a9acc .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a7aa1af624a9acc .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a7aa1af624a9acc .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#a7aa1af624a9acc .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a7aa1af624a9acc .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a7aa1af624a9acc .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a7aa1af624a9acc .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a7aa1af624a9acc .btn-search:hover {
  background: #00ad5f;
}
#a7aa1af624a9acc .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa210a7e00a4090 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acaa0a2736ae7e7 , #acaa0a2736ae7e7 a{color: rgba(255, 255, 255, 1);}#a2662ac97fabedb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1389a9ab1a5239 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1389a9ab1a5239 .marquee-wrap > .str_move {
  cursor: text;
}
#a1389a9ab1a5239 .marquee-wrap:hover {
  background: #fafafa;
}
#a1389a9ab1a5239 .marquee-wrap .content {
  position: absolute;
}
#a1389a9ab1a5239 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1389a9ab1a5239 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa7e9ac2bbaefc9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a96a7a7b52a2827 , #a96a7a7b52a2827 a{color: rgba(255, 255, 255, 1);}#a56aba4671a5b21 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b73a025faba9b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a35ffa73bda1ed6 .uk-navbar-item,
#a35ffa73bda1ed6 .uk-navbar-nav > li > a,
#a35ffa73bda1ed6 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a35ffa73bda1ed6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a35ffa73bda1ed6 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a35ffa73bda1ed6 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a35ffa73bda1ed6 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a35ffa73bda1ed6 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a35ffa73bda1ed6 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a35ffa73bda1ed6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a35ffa73bda1ed6 .logo {
  display: inline-block;
}
#a35ffa73bda1ed6 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a35ffa73bda1ed6 .ap-header-top {
    padding: 15px 10px;
  }
}
#a60b3ae9daaba14 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#afaaea506ea0bed > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#afe5babc74a863b > .ele-wrap {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: 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;}#aef04afa0cafb4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef04afa0cafb4a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3786a11cbaf6ec , #a3786a11cbaf6ec a{color: rgba(74, 74, 74, 1);}#af922a1d41acc2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af922a1d41acc2a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5e6ba6299ab3f7 , #a5e6ba6299ab3f7 a{color: rgba(74, 74, 74, 1);}#af983aa610a66df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af983aa610a66df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6753a4d74a33a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6753a4d74a33a2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af5e6a393aabfbe , #af5e6a393aabfbe a{color: rgba(74, 74, 74, 1);}#ac1dfac38ea4fe0 , #ac1dfac38ea4fe0 a{color: rgba(74, 74, 74, 1);}#a5628aad02a8ca2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5628aad02a8ca2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5453a2afea0596 , #a5453a2afea0596 a{color: rgba(74, 74, 74, 1);}#a41aca618aadfcf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab6eeaeaedadb5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab6eeaeaedadb5f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2bc1aca41a7f26 , #a2bc1aca41a7f26 a{color: rgba(74, 74, 74, 1);}#a1bedaaca8a3169 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1bedaaca8a3169  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abfd5a6096afd0f , #abfd5a6096afd0f a{color: rgba(74, 74, 74, 1);}#a9322a465bac5fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9322a465bac5fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a86e9a9445ab494 , #a86e9a9445ab494 a{color: rgba(74, 74, 74, 1);}#ab44da2030a9d6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab44da2030a9d6b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a420fa1af8a6d5d , #a420fa1af8a6d5d a{color: rgba(74, 74, 74, 1);}#ad16cabaf0a6ee6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad16cabaf0a6ee6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae9baa4c88a8ba1 , #ae9baa4c88a8ba1 a{color: rgba(74, 74, 74, 1);}#a006fa0db8a1793 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a006fa0db8a1793  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af597a05fca9b39 , #af597a05fca9b39 a{color: rgba(74, 74, 74, 1);}#adf9faa001a4acb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf9faa001a4acb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5ab0a8c18ab890 , #a5ab0a8c18ab890 a{color: rgba(74, 74, 74, 1);}#acd8baf97eaa61c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad92faf202a2afc form {
  width: 100%;
  height: 100%;
}
#ad92faf202a2afc .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ad92faf202a2afc .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ad92faf202a2afc .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ad92faf202a2afc .search-box .search-type.show {
  display: block;
}
#ad92faf202a2afc .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ad92faf202a2afc .search-box .search-type li:hover {
  color: #00ad5f;
}
#ad92faf202a2afc .search-box .search-type li.active {
  color: #00ad5f;
}
#ad92faf202a2afc .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
#ad92faf202a2afc .inner-form .input-field {
  height: 100%;
}
#ad92faf202a2afc .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#ad92faf202a2afc .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#ad92faf202a2afc .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#ad92faf202a2afc .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#ad92faf202a2afc .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ad92faf202a2afc .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ad92faf202a2afc .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ad92faf202a2afc .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ad92faf202a2afc .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ad92faf202a2afc .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ad92faf202a2afc .btn-search:hover {
  background: #00ad5f;
}
#ad92faf202a2afc .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6cbfa2600a28d2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acca0a61e1a480c , #acca0a61e1a480c a{color: rgba(255, 255, 255, 1);}#a6310a361caa7d7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac3ada227aaf48e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac3ada227aaf48e .marquee-wrap > .str_move {
  cursor: text;
}
#ac3ada227aaf48e .marquee-wrap:hover {
  background: #fafafa;
}
#ac3ada227aaf48e .marquee-wrap .content {
  position: absolute;
}
#ac3ada227aaf48e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac3ada227aaf48e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a89d0a88a9a65ce > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a264ba490ea9169 , #a264ba490ea9169 a{color: rgba(255, 255, 255, 1);}#a7484ae066a0f56 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a750aafc9ea61d6 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a7caba1ab5aa4c3 .uk-navbar-item,
#a7caba1ab5aa4c3 .uk-navbar-nav > li > a,
#a7caba1ab5aa4c3 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7caba1ab5aa4c3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7caba1ab5aa4c3 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7caba1ab5aa4c3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7caba1ab5aa4c3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a7caba1ab5aa4c3 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7caba1ab5aa4c3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a7caba1ab5aa4c3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7caba1ab5aa4c3 .logo {
  display: inline-block;
}
#a7caba1ab5aa4c3 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7caba1ab5aa4c3 .ap-header-top {
    padding: 15px 10px;
  }
}
#aa06aa7b03af97d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a522aa5170a779d > .ele-wrap {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: 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;}#a3978a3d02a104a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3978a3d02a104a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae775a45cfaaec1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae775a45cfaaec1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a69f0a0c87aea69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a69f0a0c87aea69  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a202aa712cac3bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a202aa712cac3bf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4cbaafcc1afe67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4cbaafcc1afe67  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5237a9be2a409f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a8e69a9d13a429c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e69a9d13a429c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac87aa2334a130b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac87aa2334a130b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5cc1a05daad821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5cc1a05daad821  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afa6ca1d7ca6e81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afa6ca1d7ca6e81  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a673ca608ba1500 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a673ca608ba1500  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8c01aa356ad1aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8c01aa356ad1aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5ef6a7f31a4b5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ef6a7f31a4b5c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac20daba0ea921f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4995a6046a284d , #a4995a6046a284d a{color: rgba(255, 255, 255, 1);}#ae3fead1daa8099 , #ae3fead1daa8099 a{color: rgba(255, 255, 255, 1);}#a5aefafb38a7f2f , #a5aefafb38a7f2f a{color: rgba(255, 255, 255, 1);}#a1554a2bd8a8f2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a1554a2bd8a8f2f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#af151a3a33a914b , #af151a3a33a914b a{color: rgba(0, 91, 172, 1);}#af5d3a1d0fad3e8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa7daa6264af57d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa7daa6264af57d .marquee-wrap > .str_move {
  cursor: text;
}
#aa7daa6264af57d .marquee-wrap:hover {
  background: #fafafa;
}
#aa7daa6264af57d .marquee-wrap .content {
  position: absolute;
}
#aa7daa6264af57d .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa7daa6264af57d .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a391ea7116af836 > .ele-wrap {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: 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: none;}#ac3c2ab45ea8bcc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac3c2ab45ea8bcc  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#ada7fa74f0a870c , #ada7fa74f0a870c a{color: rgba(255, 255, 255, 1);}#a0545a29c6a9cd1 .uk-navbar-item,
#a0545a29c6a9cd1 .uk-navbar-nav > li > a,
#a0545a29c6a9cd1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0545a29c6a9cd1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0545a29c6a9cd1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0545a29c6a9cd1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0545a29c6a9cd1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0545a29c6a9cd1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0545a29c6a9cd1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0545a29c6a9cd1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0545a29c6a9cd1 .logo {
  display: inline-block;
}
#a0545a29c6a9cd1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0545a29c6a9cd1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a269da539da9e7f .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a594fa141caee92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a594fa141caee92  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5292a7558acee1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5292a7558acee1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abf24aee08a165c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf24aee08a165c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ef1a77eca2569 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2ef1a77eca2569  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2074ade7cadabf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2074ade7cadabf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ace55abd5ea81c7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3d8aad3bea6590 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3d8aad3bea6590  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa788a3f84a7958 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa788a3f84a7958  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adbc5a4088a9cb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adbc5a4088a9cb7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6367a85beaee91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6367a85beaee91  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acff3acb9ea369a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acff3acb9ea369a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae67eaee84a80e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae67eaee84a80e5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1d8dacb35aa6a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1d8dacb35aa6a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2897a6469a188c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a895ea5ac4a3129 , #a895ea5ac4a3129 a{color: rgba(255, 255, 255, 1);}#ab46ba7ed3a17bf , #ab46ba7ed3a17bf a{color: rgba(255, 255, 255, 1);}#ac435a3488ad0c5 , #ac435a3488ad0c5 a{color: rgba(255, 255, 255, 1);}#a2ae5a8ffea138e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: solid;border-bottom-style: solid;border-top-style: solid;}#a2ae5a8ffea138e  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a23acae17ca5366 , #a23acae17ca5366 a{color: rgba(0, 91, 172, 1);}#a65ada500da1315 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a88daa13c5a66a1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a88daa13c5a66a1 .marquee-wrap > .str_move {
  cursor: text;
}
#a88daa13c5a66a1 .marquee-wrap:hover {
  background: #fafafa;
}
#a88daa13c5a66a1 .marquee-wrap .content {
  position: absolute;
}
#a88daa13c5a66a1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a88daa13c5a66a1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a37aba480cad4be > .ele-wrap {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: 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;}#a84bcaa506aded4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a84bcaa506aded4  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#ac2d3ac835a9264 , #ac2d3ac835a9264 a{color: rgba(255, 255, 255, 1);}#abeddac9cca58a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: none;}#abeddac9cca58a9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #ffffff;}#abeddac9cca58a9:hover * {color: #ffffff }
                            #abeddac9cca58a9:hover .line{border-color: #ffffff }#adda4adbbca055d .uk-navbar-item,
#adda4adbbca055d .uk-navbar-nav > li > a,
#adda4adbbca055d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#adda4adbbca055d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adda4adbbca055d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#adda4adbbca055d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adda4adbbca055d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#adda4adbbca055d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#adda4adbbca055d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#adda4adbbca055d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#adda4adbbca055d .logo {
  display: inline-block;
}
#adda4adbbca055d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #adda4adbbca055d .ap-header-top {
    padding: 15px 10px;
  }
}
#aca2bab92eadd53 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af16aa6834a6aae > .ele-wrap {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: 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;}#a783ca3dd6a060d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a783ca3dd6a060d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a92d5a9156a0615 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a92d5a9156a0615  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1263ac217a7ab1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1263ac217a7ab1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2e74a3fd4a449a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2e74a3fd4a449a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2633a55b8a52c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2633a55b8a52c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a91f9a7073a81b6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a9f46a91b5a0bd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9f46a91b5a0bd3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5603a6d1ba96fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5603a6d1ba96fa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a95d7ab76aa9147 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a95d7ab76aa9147  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aae9ba0f7aaac0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae9ba0f7aaac0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a151eac208aaf9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a151eac208aaf9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a030aa062da11a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a030aa062da11a6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adaaaa9aafa4e52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adaaaa9aafa4e52  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6677abd00ab2e5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7ac6a1e78adc71 , #a7ac6a1e78adc71 a{color: rgba(255, 255, 255, 1);}#a5b1fa635fa8d64 , #a5b1fa635fa8d64 a{color: rgba(255, 255, 255, 1);}#a0424a0fe0a5d59 , #a0424a0fe0a5d59 a{color: rgba(255, 255, 255, 1);}#a4026ad5c6a9aee > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aad22a23dea8390 , #aad22a23dea8390 a{color: rgba(255, 255, 255, 1);}#a77e9a1a49ac685 , #a77e9a1a49ac685 a{color: rgba(255, 255, 255, 1);}#ab4b6ae7dca091c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#ab4b6ae7dca091c  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aba60a4c9fa7b7b , #aba60a4c9fa7b7b a{color: rgba(0, 91, 172, 1);}#a4a01ae446a554b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: none;}#a4a01ae446a554b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);color: #ffffff;}#a4a01ae446a554b:hover * {color: #ffffff }
                            #a4a01ae446a554b:hover .line{border-color: #ffffff }#accada62f3a94e8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af68ba2b6da0b49 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af68ba2b6da0b49 .marquee-wrap > .str_move {
  cursor: text;
}
#af68ba2b6da0b49 .marquee-wrap:hover {
  background: #fafafa;
}
#af68ba2b6da0b49 .marquee-wrap .content {
  position: absolute;
}
#af68ba2b6da0b49 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af68ba2b6da0b49 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#a639facdd2ab231 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4335a68d5a15f9 > .ele-wrap {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: 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;}#a8c05a5e19ac6c2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a98f9a8324ace10 , #a98f9a8324ace10 a{color: rgba(255, 255, 255, 1);}#a67acab59eaeb67 , #a67acab59eaeb67 a{color: rgba(255, 255, 255, 1);}#a5dd1a0971a239d , #a5dd1a0971a239d a{color: rgba(255, 255, 255, 1);}#aa525ac9d3a9b07 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a07a1a56ffa0bf6 , #a07a1a56ffa0bf6 a{color: rgba(255, 255, 255, 1);}#ad95ea705ea0bb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#ad95ea705ea0bb0  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a26f5aabacaeb7e , #a26f5aabacaeb7e a{color: rgba(0, 91, 172, 1);}#ae76da1683a42fa form {
  width: 100%;
  height: 100%;
}
#ae76da1683a42fa .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 12px;
  height: 100%;
}
#ae76da1683a42fa .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae76da1683a42fa .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ae76da1683a42fa .search-box .search-type.show {
  display: block;
}
#ae76da1683a42fa .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#ae76da1683a42fa .search-box .search-type li:hover {
  color: #00ad5f;
}
#ae76da1683a42fa .search-box .search-type li.active {
  color: #00ad5f;
}
#ae76da1683a42fa .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: #ffffff;
  overflow: hidden;
  border-top-style: solid;
  border-top-color: #9b9b9b;
  border-top-width: 1px;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae76da1683a42fa .inner-form .input-field {
  height: 100%;
}
#ae76da1683a42fa .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #000;
}
#ae76da1683a42fa .inner-form .input-field input.placeholder {
  font-size: 12px;
  color: #262626;
}
#ae76da1683a42fa .inner-form .input-field input:-moz-placeholder {
  font-size: 12px;
  color: #262626;
}
#ae76da1683a42fa .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 12px;
  color: #262626;
}
#ae76da1683a42fa .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ae76da1683a42fa .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
#ae76da1683a42fa .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ae76da1683a42fa .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#ae76da1683a42fa .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#ae76da1683a42fa .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #005bac;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
  font-size: 13px;
}
#ae76da1683a42fa .btn-search:hover {
  background: #00ad5f;
}
#ae76da1683a42fa .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1f39a61fda6b18 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a1f39a61fda6b18  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#a196cabca0ae7ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a196cabca0ae7ef  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#a8ffaaf8cba3bdd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a8ffaaf8cba3bdd  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#a3986aa379a59ce .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3986aa379a59ce .marquee-wrap > .str_move {
  cursor: text;
}
#a3986aa379a59ce .marquee-wrap:hover {
  background: #fafafa;
}
#a3986aa379a59ce .marquee-wrap .content {
  position: absolute;
}
#a3986aa379a59ce .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3986aa379a59ce .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a936dab411a3f7c .uk-grid {
  margin-left: -15px;
}
#a936dab411a3f7c .uk-grid > * {
  padding-left: 15px;
}
#a936dab411a3f7c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a936dab411a3f7c .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a936dab411a3f7c .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a936dab411a3f7c .article .info {
  padding: 20px 10px;
  position: relative;
}
#a936dab411a3f7c .article .info p {
  margin: 10px 0 10px;
}
#a936dab411a3f7c .article svg {
  fill: currentColor;
}
#a936dab411a3f7c .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a936dab411a3f7c .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a936dab411a3f7c .article.list-icon .info {
  padding-left: 25px;
}
#a936dab411a3f7c .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a936dab411a3f7c .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a936dab411a3f7c .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a936dab411a3f7c .article:hover .title {
  color: #626262;
}
#a936dab411a3f7c .article:hover .datetime {
  color: #b6b6b6;
}
#a936dab411a3f7c .article:hover .category {
  color: #b6b6b6;
}
#a936dab411a3f7c .article:hover .abstract {
  color: #b6b6b6;
}
#a936dab411a3f7c .article:hover .btn_icon {
  color: #b6b6b6;
}
#a936dab411a3f7c .article:hover .list_icon {
  color: #b6b6b6;
}
#aeb0ea9ac9a320e > .ele-wrap {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: 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: none;}#ac411a307fa4cfd .uk-navbar-item,
#ac411a307fa4cfd .uk-navbar-nav > li > a,
#ac411a307fa4cfd .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac411a307fa4cfd .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac411a307fa4cfd .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac411a307fa4cfd [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac411a307fa4cfd .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac411a307fa4cfd .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac411a307fa4cfd .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac411a307fa4cfd .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac411a307fa4cfd .logo {
  display: inline-block;
}
#ac411a307fa4cfd .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac411a307fa4cfd .ap-header-top {
    padding: 15px 10px;
  }
}
#a11cfafd11af19c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aecfba02eeacc59 > .ele-wrap {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: 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;}#ab7e3a96e3ac34e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab7e3a96e3ac34e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aafe7a6387ac8c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aafe7a6387ac8c4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a367ca7e95aca43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a367ca7e95aca43  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8397a9621add33 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8397a9621add33  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14c2aa94ba3e06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a14c2aa94ba3e06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adad6afb96afdf5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#adad6afb96afdf5  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#a163eaf97eadc9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a163eaf97eadc9c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2fe7ad1b6aa1e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2fe7ad1b6aa1e4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2a3faf52ea3d4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2a3faf52ea3d4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9077ae7c6a155e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9077ae7c6a155e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad6e0a4db4ac132 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad6e0a4db4ac132  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a080aa6053a6aed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a080aa6053a6aed  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4addabf87a6512 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4addabf87a6512  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac399a0c1ba1c87 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afdd8aa597a6470 , #afdd8aa597a6470 a{color: rgba(255, 255, 255, 1);}#a00d0aafbca5df6 , #a00d0aafbca5df6 a{color: rgba(255, 255, 255, 1);}#a6e53a4146a8b84 , #a6e53a4146a8b84 a{color: rgba(255, 255, 255, 1);}#a0c6faf073a3bfb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9754aa637a0d1a , #a9754aa637a0d1a a{color: rgba(255, 255, 255, 1);}#a06cca016aa7bbe , #a06cca016aa7bbe a{color: rgba(255, 255, 255, 1);}#ad3f6a8da9a8a61 , #ad3f6a8da9a8a61 a{color: rgba(255, 255, 255, 1);}#a7129a5424a3cbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a7129a5424a3cbf  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ac678a9336a4bbf , #ac678a9336a4bbf a{color: rgba(0, 91, 172, 1);}#a07d8ac001ab201 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a142fa035ea4930 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a142fa035ea4930 .marquee-wrap > .str_move {
  cursor: text;
}
#a142fa035ea4930 .marquee-wrap:hover {
  background: #fafafa;
}
#a142fa035ea4930 .marquee-wrap .content {
  position: absolute;
}
#a142fa035ea4930 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a142fa035ea4930 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa97ba3ec6a30b2 > .ele-wrap {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: 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: none;}#a0223a14dea27a9 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: none;color: #ffffff;background-color: rgba(109, 171, 36, 1);border-radius: 4px;font-size: 16px;justify-content: center;font-weight: 400;}#a0223a14dea27a9 .ele-wrap:hover {background-color: #fff;background-color: rgba(101, 162, 31, 1);}#a1904ab33dad129 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;font-weight: 500;}#ad7e2ad008ac8fb .img-wrap {
  box-shadow: NaNpx NaNpx 0px 10px #417505;
}
#a5fe7a28d9a9570 .uk-navbar-item,
#a5fe7a28d9a9570 .uk-navbar-nav > li > a,
#a5fe7a28d9a9570 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5fe7a28d9a9570 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5fe7a28d9a9570 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5fe7a28d9a9570 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5fe7a28d9a9570 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5fe7a28d9a9570 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5fe7a28d9a9570 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5fe7a28d9a9570 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5fe7a28d9a9570 .logo {
  display: inline-block;
}
#a5fe7a28d9a9570 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5fe7a28d9a9570 .ap-header-top {
    padding: 15px 10px;
  }
}
#aae30a2307a66f5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3149a381fa8aff > .ele-wrap {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: 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;}#a0e7fab02da142e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e7fab02da142e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7323af89fa6e48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7323af89fa6e48  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b85a4c1ca9e11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b85a4c1ca9e11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8a77ae05aa4dda > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a77ae05aa4dda  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a94e9ac5efa59f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a94e9ac5efa59f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa397a7f4cad15e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa397a7f4cad15e  > .ele-wrap:hover {background-color: rgba(126, 192, 52, 1);}#a3f25a4ed6a90c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f25a4ed6a90c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8e9faf6f3ac7bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e9faf6f3ac7bd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0602a4544a9eaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0602a4544a9eaf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3caca3236aa3e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3caca3236aa3e9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aae43a3002ac807 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae43a3002ac807  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a229aa1fc3addb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a229aa1fc3addb7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab7d1ad049ab911 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab7d1ad049ab911  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9e8a40c9ad39b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a19a8a4c20a737d , #a19a8a4c20a737d a{color: rgba(255, 255, 255, 1);}#a0abba7ebea1884 , #a0abba7ebea1884 a{color: rgba(255, 255, 255, 1);}#a2b67ac8e5a8e1d , #a2b67ac8e5a8e1d a{color: rgba(255, 255, 255, 1);}#a8602ae6b2abb95 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a35b0afb43af64d , #a35b0afb43af64d a{color: rgba(255, 255, 255, 1);}#a31e3ab674ab641 , #a31e3ab674ab641 a{color: rgba(255, 255, 255, 1);}#a80d3a53f1a5d8d , #a80d3a53f1a5d8d a{color: rgba(255, 255, 255, 1);}#a2afba790baecd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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;}#a2afba790baecd6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aaa9fa4990adfdf , #aaa9fa4990adfdf a{color: rgba(0, 91, 172, 1);}#a0ff7a25bcaefa5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a444ba9a43a230b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a444ba9a43a230b .marquee-wrap > .str_move {
  cursor: text;
}
#a444ba9a43a230b .marquee-wrap:hover {
  background: #fafafa;
}
#a444ba9a43a230b .marquee-wrap .content {
  position: absolute;
}
#a444ba9a43a230b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a444ba9a43a230b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a796da4786ad4c7 > .ele-wrap {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: 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: none;}#ab63fac81cae117 .form-agree {
  display: flex;
  align-items: center;
}
#ab63fac81cae117 .submit-wrap {
  text-align: center;
}
#ab63fac81cae117 form {
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab63fac81cae117 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ab63fac81cae117 .form-item .uk-input,
#ab63fac81cae117 .form-item .uk-select,
#ab63fac81cae117 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  border-right-color: #005bac;
  border-left-color: #005bac;
  border-bottom-color: #005bac;
  border-top-color: #005bac;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab63fac81cae117 .form-item .auto-height {
  height: auto;
}
#ab63fac81cae117 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab63fac81cae117 .uk-form-label,
#ab63fac81cae117 .form-agree,
#ab63fac81cae117 .uk-h3,
#ab63fac81cae117 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  line-height: 60px;
}
#ad918a100da53e2 .uk-navbar-item,
#ad918a100da53e2 .uk-navbar-nav > li > a,
#ad918a100da53e2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad918a100da53e2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad918a100da53e2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad918a100da53e2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad918a100da53e2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad918a100da53e2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad918a100da53e2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad918a100da53e2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad918a100da53e2 .logo {
  display: inline-block;
}
#ad918a100da53e2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad918a100da53e2 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab45ca8f5fa3c94 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a9062a8c31aa095 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7173a1417a8028 > .ele-wrap {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: 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: none;}#a8562aabfca7c92 > .ele-wrap {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: 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;}#adc99a3000a18ce , #adc99a3000a18ce a{color: rgba(0, 91, 172, 1);}#a2677afb1aaa563 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1678a4ca3a654e > .ele-wrap {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: 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;}#ae3f7a609bacbd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae3f7a609bacbd6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac7fea1a8fa2158 , #ac7fea1a8fa2158 a{color: rgba(74, 74, 74, 1);}#a07cba1e89a30bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a07cba1e89a30bb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a45c9a715eaf51e , #a45c9a715eaf51e a{color: rgba(74, 74, 74, 1);}#a780baf51cad55a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a780baf51cad55a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a16d2ad6d2a3c96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a16d2ad6d2a3c96  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09a3a438dafa8c , #a09a3a438dafa8c a{color: rgba(74, 74, 74, 1);}#aa34baec4aa93a0 , #aa34baec4aa93a0 a{color: rgba(74, 74, 74, 1);}#ac088a7067ab802 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac088a7067ab802  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8767ac6efa0a37 , #a8767ac6efa0a37 a{color: rgba(74, 74, 74, 1);}#a686ea843faf863 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#afa49ab834ad421 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afa49ab834ad421  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a15edae15cadbb5 , #a15edae15cadbb5 a{color: rgba(74, 74, 74, 1);}#aa0b7adcb1a34cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa0b7adcb1a34cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4442a2a7aab195 , #a4442a2a7aab195 a{color: rgba(74, 74, 74, 1);}#ae306a1847a7edb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae306a1847a7edb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa461ab259a5986 , #aa461ab259a5986 a{color: rgba(74, 74, 74, 1);}#a153ca3027ab26f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a153ca3027ab26f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a63cea3c98a289d , #a63cea3c98a289d a{color: rgba(74, 74, 74, 1);}#a7576abe90a925a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7576abe90a925a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4585a4f64a56c7 , #a4585a4f64a56c7 a{color: rgba(74, 74, 74, 1);}#a8744ad5f9ab795 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8744ad5f9ab795  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a58d4a3e24a7d30 , #a58d4a3e24a7d30 a{color: rgba(74, 74, 74, 1);}#a1095aeb93a9b44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1095aeb93a9b44  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a71a39a4a5fe6 , #a0a71a39a4a5fe6 a{color: rgba(74, 74, 74, 1);}#a175fa3758a6584 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa3adae960ae39e , #aa3adae960ae39e a{color: rgba(255, 255, 255, 1);}#a7bcaaeac7a9ea8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac2f5a3971a93f6 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac2f5a3971a93f6 .marquee-wrap > .str_move {
  cursor: text;
}
#ac2f5a3971a93f6 .marquee-wrap:hover {
  background: #fafafa;
}
#ac2f5a3971a93f6 .marquee-wrap .content {
  position: absolute;
}
#ac2f5a3971a93f6 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac2f5a3971a93f6 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad830a837da2197 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab6f8aefdba47c2 , #ab6f8aefdba47c2 a{color: rgba(255, 255, 255, 1);}#a82efa0a62aa103 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a64eea55fda1d63 .uk-navbar-item,
#a64eea55fda1d63 .uk-navbar-nav > li > a,
#a64eea55fda1d63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a64eea55fda1d63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a64eea55fda1d63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a64eea55fda1d63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a64eea55fda1d63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a64eea55fda1d63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a64eea55fda1d63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a64eea55fda1d63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a64eea55fda1d63 .logo {
  display: inline-block;
}
#a64eea55fda1d63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a64eea55fda1d63 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab946a4728acf09 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3787accdca4316 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aaa69a01faa330a > .ele-wrap {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: 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: none;}#a23bba187ca137d > .ele-wrap {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: 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;}#ae9a1ab0f4a39d0 , #ae9a1ab0f4a39d0 a{color: rgba(0, 91, 172, 1);}#a18a4ac76da1407 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a398aa40bbacb46 > .ele-wrap {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: 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;}#a0c1fad9f1aadbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0c1fad9f1aadbf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1a74a45bca225f , #a1a74a45bca225f a{color: rgba(74, 74, 74, 1);}#abf4ca9e4cad785 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf4ca9e4cad785  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8f1ba9ca9ae318 , #a8f1ba9ca9ae318 a{color: rgba(74, 74, 74, 1);}#a7cafaa50ca2718 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7cafaa50ca2718  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9118ae85eab42e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9118ae85eab42e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a20f0af286a50c2 , #a20f0af286a50c2 a{color: rgba(74, 74, 74, 1);}#a99dea671eac1d8 , #a99dea671eac1d8 a{color: rgba(74, 74, 74, 1);}#a0f3ca0231af5b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0f3ca0231af5b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acc35a4c9aa3ce9 , #acc35a4c9aa3ce9 a{color: rgba(74, 74, 74, 1);}#accd5a7ecba530d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac11ea1c7ba4f71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac11ea1c7ba4f71  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d40a20f1a3995 , #a4d40a20f1a3995 a{color: rgba(74, 74, 74, 1);}#ae502a4bc5a0c06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae502a4bc5a0c06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5ca6acdf0a93ff , #a5ca6acdf0a93ff a{color: rgba(74, 74, 74, 1);}#a396ba76bba621b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a396ba76bba621b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a38a1abc9baf758 , #a38a1abc9baf758 a{color: rgba(74, 74, 74, 1);}#a9879a883da1c3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9879a883da1c3d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a429da164baba33 , #a429da164baba33 a{color: rgba(74, 74, 74, 1);}#a7ed0a79a2a9cb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7ed0a79a2a9cb0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac4faa7999a392c , #ac4faa7999a392c a{color: rgba(74, 74, 74, 1);}#a89e8abb01a9bcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a89e8abb01a9bcb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af42bafba2a7946 , #af42bafba2a7946 a{color: rgba(74, 74, 74, 1);}#aa2f7accf3ae921 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa2f7accf3ae921  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a748ea2e97a9bf3 , #a748ea2e97a9bf3 a{color: rgba(74, 74, 74, 1);}#a96afa9879a8993 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae658a3492a7d67 , #ae658a3492a7d67 a{color: rgba(255, 255, 255, 1);}#a7174a5dd9a4283 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0eb7a31eba8422 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0eb7a31eba8422 .marquee-wrap > .str_move {
  cursor: text;
}
#a0eb7a31eba8422 .marquee-wrap:hover {
  background: #fafafa;
}
#a0eb7a31eba8422 .marquee-wrap .content {
  position: absolute;
}
#a0eb7a31eba8422 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0eb7a31eba8422 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8fa6a1ecaa98f1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aaa21ac4cca33a2 , #aaa21ac4cca33a2 a{color: rgba(255, 255, 255, 1);}#a595cad3a7a9080 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a1c08a4e6ca5f74 .uk-navbar-item,
#a1c08a4e6ca5f74 .uk-navbar-nav > li > a,
#a1c08a4e6ca5f74 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1c08a4e6ca5f74 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1c08a4e6ca5f74 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1c08a4e6ca5f74 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1c08a4e6ca5f74 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a1c08a4e6ca5f74 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1c08a4e6ca5f74 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a1c08a4e6ca5f74 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1c08a4e6ca5f74 .logo {
  display: inline-block;
}
#a1c08a4e6ca5f74 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1c08a4e6ca5f74 .ap-header-top {
    padding: 15px 10px;
  }
}
#a03cda1276aee7a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a9b17a4231a5e2f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3d82a269da3eb0 > .ele-wrap {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: 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: none;}#af519a565ea7f39 > .ele-wrap {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: 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;}#a231ca3d5ba28cd , #a231ca3d5ba28cd a{color: rgba(0, 91, 172, 1);}#aae2aac6d4a05d0 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a32d8a7395a587e > .ele-wrap {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: 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;}#a3e88a8659a286e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e88a8659a286e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a673fa6537ac00b , #a673fa6537ac00b a{color: rgba(74, 74, 74, 1);}#a6eeca47f6afb38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6eeca47f6afb38  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a220faf9daa577c , #a220faf9daa577c a{color: rgba(74, 74, 74, 1);}#a6652a2fb5a5384 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6652a2fb5a5384  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a236ba03a2a6ddc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a236ba03a2a6ddc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add0ea353fab651 , #add0ea353fab651 a{color: rgba(74, 74, 74, 1);}#a1bd0aeb14a9651 , #a1bd0aeb14a9651 a{color: rgba(74, 74, 74, 1);}#a74baa821fa24b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a74baa821fa24b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad22ea1ba5a155c , #ad22ea1ba5a155c a{color: rgba(74, 74, 74, 1);}#a9a4eaf820a4b96 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3b84a05a7abdb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b84a05a7abdb7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a27dea22f8a508e , #a27dea22f8a508e a{color: rgba(74, 74, 74, 1);}#a976caf13fa1b12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a976caf13fa1b12  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad4c8ac1c3ae10f , #ad4c8ac1c3ae10f a{color: rgba(74, 74, 74, 1);}#acc4ca6c0aad611 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acc4ca6c0aad611  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5008a1870a6785 , #a5008a1870a6785 a{color: rgba(74, 74, 74, 1);}#a7235ab80ea726d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7235ab80ea726d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae844afb49a3aef , #ae844afb49a3aef a{color: rgba(74, 74, 74, 1);}#aa751ae1a7aab45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa751ae1a7aab45  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abea7a3097ac46c , #abea7a3097ac46c a{color: rgba(74, 74, 74, 1);}#a22d4a1c22af968 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a22d4a1c22af968  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af58baba22a5ae9 , #af58baba22a5ae9 a{color: rgba(74, 74, 74, 1);}#afdd5ac360ab8e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afdd5ac360ab8e2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9127a75d7a2d57 , #a9127a75d7a2d57 a{color: rgba(74, 74, 74, 1);}#a7263a8b59a1a28 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a96aaa0cc1a26ad , #a96aaa0cc1a26ad a{color: rgba(255, 255, 255, 1);}#ad9e1a87bda16e9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#addb9abf01a2565 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#addb9abf01a2565 .marquee-wrap > .str_move {
  cursor: text;
}
#addb9abf01a2565 .marquee-wrap:hover {
  background: #fafafa;
}
#addb9abf01a2565 .marquee-wrap .content {
  position: absolute;
}
#addb9abf01a2565 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#addb9abf01a2565 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad79baba2ca3cbe > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af318ac1dda79c4 , #af318ac1dda79c4 a{color: rgba(255, 255, 255, 1);}#a895dac10dade53 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3062a71c3a2a15 .uk-navbar-item,
#a3062a71c3a2a15 .uk-navbar-nav > li > a,
#a3062a71c3a2a15 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3062a71c3a2a15 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3062a71c3a2a15 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3062a71c3a2a15 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3062a71c3a2a15 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3062a71c3a2a15 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3062a71c3a2a15 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3062a71c3a2a15 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3062a71c3a2a15 .logo {
  display: inline-block;
}
#a3062a71c3a2a15 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3062a71c3a2a15 .ap-header-top {
    padding: 15px 10px;
  }
}
#a0910a04afad049 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a099da7b73a4c4e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a508da68beac664 > .ele-wrap {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: 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: none;}#ad21da68eca46d3 > .ele-wrap {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: 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;}#ad9a9a0f55af261 , #ad9a9a0f55af261 a{color: rgba(0, 91, 172, 1);}#ab92ba8ce1ae5c1 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4d3aa2f54a3594 > .ele-wrap {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: 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;}#a914fa78c9a3977 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a914fa78c9a3977  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a11b8ab698a6822 , #a11b8ab698a6822 a{color: rgba(74, 74, 74, 1);}#a8935ac50ba916c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8935ac50ba916c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f34a1141a8c41 , #a9f34a1141a8c41 a{color: rgba(74, 74, 74, 1);}#a6453a1b9ca9243 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6453a1b9ca9243  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afd61a9956a38ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afd61a9956a38ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a928fa71eeac657 , #a928fa71eeac657 a{color: rgba(74, 74, 74, 1);}#a7a30a0effa4180 , #a7a30a0effa4180 a{color: rgba(74, 74, 74, 1);}#a70faacbf7a4466 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a70faacbf7a4466  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7440acbb5ad381 , #a7440acbb5ad381 a{color: rgba(74, 74, 74, 1);}#a0f0aa6ea3a5b71 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#acdd2a2688a2146 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acdd2a2688a2146  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a67eca0bc2ad93b , #a67eca0bc2ad93b a{color: rgba(74, 74, 74, 1);}#aa757ab844aa101 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa757ab844aa101  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8dd5a70f7a5371 , #a8dd5a70f7a5371 a{color: rgba(74, 74, 74, 1);}#abf7ba2506af37d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf7ba2506af37d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e9da5f66a9a4e , #a0e9da5f66a9a4e a{color: rgba(74, 74, 74, 1);}#a5203a83c0a5232 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5203a83c0a5232  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa657a80e4a4feb , #aa657a80e4a4feb a{color: rgba(74, 74, 74, 1);}#a72e6a8315afba7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a72e6a8315afba7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a29a4a3c0ca4875 , #a29a4a3c0ca4875 a{color: rgba(74, 74, 74, 1);}#a646da2337a4766 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a646da2337a4766  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a12aba5b4bad7a7 , #a12aba5b4bad7a7 a{color: rgba(74, 74, 74, 1);}#a8f7aa75c2a9898 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8f7aa75c2a9898  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1591a2946a8988 , #a1591a2946a8988 a{color: rgba(74, 74, 74, 1);}#ad4e8a4dddacac3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a34a3aef19a5252 , #a34a3aef19a5252 a{color: rgba(255, 255, 255, 1);}#afd77a842cada19 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adb04ae0c3ad33f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#adb04ae0c3ad33f .marquee-wrap > .str_move {
  cursor: text;
}
#adb04ae0c3ad33f .marquee-wrap:hover {
  background: #fafafa;
}
#adb04ae0c3ad33f .marquee-wrap .content {
  position: absolute;
}
#adb04ae0c3ad33f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#adb04ae0c3ad33f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a00d3a0ee3ae146 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad830ab64da426a , #ad830ab64da426a a{color: rgba(255, 255, 255, 1);}#a1b4fa6acda316d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae3a3aa503aa8a6 .uk-navbar-item,
#ae3a3aa503aa8a6 .uk-navbar-nav > li > a,
#ae3a3aa503aa8a6 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae3a3aa503aa8a6 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3a3aa503aa8a6 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae3a3aa503aa8a6 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae3a3aa503aa8a6 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae3a3aa503aa8a6 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae3a3aa503aa8a6 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae3a3aa503aa8a6 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae3a3aa503aa8a6 .logo {
  display: inline-block;
}
#ae3a3aa503aa8a6 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae3a3aa503aa8a6 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab075a7b76a95fc .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a683ca2828ae9b0 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af3e4a9ac9a48f1 > .ele-wrap {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: 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: none;}#ae3b6a7398a5509 > .ele-wrap {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: 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;}#a92c0a382ba0664 , #a92c0a382ba0664 a{color: rgba(0, 91, 172, 1);}#a4d7ba6fe7a35a9 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab00faef3baab50 > .ele-wrap {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: 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;}#a3e60a1133a997e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e60a1133a997e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d9da7d97a80c0 , #a4d9da7d97a80c0 a{color: rgba(74, 74, 74, 1);}#a7b08a1334a1389 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7b08a1334a1389  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5e44af2b6a1dc6 , #a5e44af2b6a1dc6 a{color: rgba(74, 74, 74, 1);}#afac7a1d03aca3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afac7a1d03aca3c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1951a51b6a81dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1951a51b6a81dd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a20cbafaf9afd88 , #a20cbafaf9afd88 a{color: rgba(74, 74, 74, 1);}#a3d41ac57aa9143 , #a3d41ac57aa9143 a{color: rgba(74, 74, 74, 1);}#a3e67aff44aea03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e67aff44aea03  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7f81ac2e9a422a , #a7f81ac2e9a422a a{color: rgba(74, 74, 74, 1);}#a7243a09a6a3b15 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1c44a6d08a3023 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c44a6d08a3023  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0c39a234dab1cf , #a0c39a234dab1cf a{color: rgba(74, 74, 74, 1);}#a7c83a84f0a01b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7c83a84f0a01b9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae352aa0afa7295 , #ae352aa0afa7295 a{color: rgba(74, 74, 74, 1);}#ab99ea927ba8282 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab99ea927ba8282  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7f8bad673aa248 , #a7f8bad673aa248 a{color: rgba(74, 74, 74, 1);}#ab4d4aaa1fa2cb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab4d4aaa1fa2cb3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9d72ab45caecfb , #a9d72ab45caecfb a{color: rgba(74, 74, 74, 1);}#a938ea86fca2c8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a938ea86fca2c8e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad1aba4d8ba9fb2 , #ad1aba4d8ba9fb2 a{color: rgba(74, 74, 74, 1);}#a2023a0219a3bc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2023a0219a3bc2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2346a3733af348 , #a2346a3733af348 a{color: rgba(74, 74, 74, 1);}#ab0dea7e74ac673 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab0dea7e74ac673  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad4bda87f8ad5f6 , #ad4bda87f8ad5f6 a{color: rgba(74, 74, 74, 1);}#aa362a68ffa20e5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0f2fa062aa0f26 , #a0f2fa062aa0f26 a{color: rgba(255, 255, 255, 1);}#afd39a6887a69e7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a341dab364a2eea .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a341dab364a2eea .marquee-wrap > .str_move {
  cursor: text;
}
#a341dab364a2eea .marquee-wrap:hover {
  background: #fafafa;
}
#a341dab364a2eea .marquee-wrap .content {
  position: absolute;
}
#a341dab364a2eea .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a341dab364a2eea .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aca9da449da187d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a38d9aa4ada3009 , #a38d9aa4ada3009 a{color: rgba(255, 255, 255, 1);}#a9923a9d4ba05ec [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad94ea7c5daf614 .uk-navbar-item,
#ad94ea7c5daf614 .uk-navbar-nav > li > a,
#ad94ea7c5daf614 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad94ea7c5daf614 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad94ea7c5daf614 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad94ea7c5daf614 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad94ea7c5daf614 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad94ea7c5daf614 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad94ea7c5daf614 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad94ea7c5daf614 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad94ea7c5daf614 .logo {
  display: inline-block;
}
#ad94ea7c5daf614 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad94ea7c5daf614 .ap-header-top {
    padding: 15px 10px;
  }
}
#a6a70aa554a812a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7f13a1defae0b0 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abe36a76bcaa1e3 > .ele-wrap {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: 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: none;}#ab829a9d05a0475 > .ele-wrap {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: 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;}#aae76a5a8ba0000 , #aae76a5a8ba0000 a{color: rgba(0, 91, 172, 1);}#aab95aa851a8990 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#afe93a214aa8eec > .ele-wrap {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: 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;}#af676a3c0fa492c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af676a3c0fa492c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abc98a9d6dad85a , #abc98a9d6dad85a a{color: rgba(74, 74, 74, 1);}#afde4a79a9a8590 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afde4a79a9a8590  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acc37a04f5accb1 , #acc37a04f5accb1 a{color: rgba(74, 74, 74, 1);}#a428ea20b7a7faa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a428ea20b7a7faa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad696aa87fa0699 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad696aa87fa0699  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f69abcabab2d4 , #a5f69abcabab2d4 a{color: rgba(74, 74, 74, 1);}#ac105addccaeaca , #ac105addccaeaca a{color: rgba(74, 74, 74, 1);}#ad5c9a25cfaf674 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad5c9a25cfaf674  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab05eaf3b2a9056 , #ab05eaf3b2a9056 a{color: rgba(74, 74, 74, 1);}#a29c6a5a15a6ab5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a5ad7aee96a7de7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ad7aee96a7de7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3480a44beada13 , #a3480a44beada13 a{color: rgba(74, 74, 74, 1);}#a4f83aac71a14f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4f83aac71a14f1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae9d7a6164ae481 , #ae9d7a6164ae481 a{color: rgba(74, 74, 74, 1);}#a3b1faea84a8ddc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b1faea84a8ddc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2a02aaaa4aba1e , #a2a02aaaa4aba1e a{color: rgba(74, 74, 74, 1);}#a86d1a4316ae0d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a86d1a4316ae0d0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae4c5ace09aeb5c , #ae4c5ace09aeb5c a{color: rgba(74, 74, 74, 1);}#ae7f2a15aaa7ac1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae7f2a15aaa7ac1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a002fa7c00a9e3a , #a002fa7c00a9e3a a{color: rgba(74, 74, 74, 1);}#ac7e1a55ada3d1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac7e1a55ada3d1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6161a7143a4cec , #a6161a7143a4cec a{color: rgba(74, 74, 74, 1);}#aae34a18abac0d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae34a18abac0d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af57ba0890a2f21 , #af57ba0890a2f21 a{color: rgba(74, 74, 74, 1);}#a3ffca0289a8e42 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afe5daa7dfaf97b , #afe5daa7dfaf97b a{color: rgba(255, 255, 255, 1);}#a392ea792aaad65 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6221ab77aa215f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6221ab77aa215f .marquee-wrap > .str_move {
  cursor: text;
}
#a6221ab77aa215f .marquee-wrap:hover {
  background: #fafafa;
}
#a6221ab77aa215f .marquee-wrap .content {
  position: absolute;
}
#a6221ab77aa215f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6221ab77aa215f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2e6dadd06af4f7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afd76a909dab81a , #afd76a909dab81a a{color: rgba(255, 255, 255, 1);}#acf3ca34f8af16c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af24ea05c6a9fc0 .uk-navbar-item,
#af24ea05c6a9fc0 .uk-navbar-nav > li > a,
#af24ea05c6a9fc0 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af24ea05c6a9fc0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af24ea05c6a9fc0 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af24ea05c6a9fc0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af24ea05c6a9fc0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af24ea05c6a9fc0 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af24ea05c6a9fc0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af24ea05c6a9fc0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af24ea05c6a9fc0 .logo {
  display: inline-block;
}
#af24ea05c6a9fc0 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af24ea05c6a9fc0 .ap-header-top {
    padding: 15px 10px;
  }
}
#a08b4ae389a8229 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aaaeea45a8a44f4 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a852bab65ca9efa > .ele-wrap {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: 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: none;}#af6c7a5a84a3f82 > .ele-wrap {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: 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;}#a29eca2808a6f75 , #a29eca2808a6f75 a{color: rgba(0, 91, 172, 1);}#a28f5a8acfa96ae > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a51d6a1f38ad73a > .ele-wrap {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: 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;}#abf92a1523ab458 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf92a1523ab458  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9975acd77a14d8 , #a9975acd77a14d8 a{color: rgba(74, 74, 74, 1);}#a2b73a7226adae3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2b73a7226adae3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ada2aa3342a15f9 , #ada2aa3342a15f9 a{color: rgba(74, 74, 74, 1);}#acedaaabc9a4ca3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acedaaabc9a4ca3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a89e2a7dbea21af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a89e2a7dbea21af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a494ca851daa95e , #a494ca851daa95e a{color: rgba(74, 74, 74, 1);}#ac837a5470a2fc9 , #ac837a5470a2fc9 a{color: rgba(74, 74, 74, 1);}#a9e9cab772a884a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e9cab772a884a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac57aac630a666f , #ac57aac630a666f a{color: rgba(74, 74, 74, 1);}#ae571ad38aa23dc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a429ca941aad290 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a429ca941aad290  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a349ca37a0a7a7d , #a349ca37a0a7a7d a{color: rgba(74, 74, 74, 1);}#a29ffad0f2a2640 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a29ffad0f2a2640  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8cd1a4e52acc59 , #a8cd1a4e52acc59 a{color: rgba(74, 74, 74, 1);}#a45d6a67e9ab64e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a45d6a67e9ab64e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a790ba23afa2465 , #a790ba23afa2465 a{color: rgba(74, 74, 74, 1);}#a4ed0abcf8a3e1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ed0abcf8a3e1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80d0aa7dca0e8a , #a80d0aa7dca0e8a a{color: rgba(74, 74, 74, 1);}#aadbea243ca7eb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aadbea243ca7eb0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a90bda1810afac9 , #a90bda1810afac9 a{color: rgba(74, 74, 74, 1);}#ad4c3a7507a736b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad4c3a7507a736b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2248a84d7a395d , #a2248a84d7a395d a{color: rgba(74, 74, 74, 1);}#ae8d5aebd7a0abd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae8d5aebd7a0abd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a31a7ab6e0a3790 , #a31a7ab6e0a3790 a{color: rgba(74, 74, 74, 1);}#a5111a3bc2a5c84 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aea4ca6c65a4177 , #aea4ca6c65a4177 a{color: rgba(255, 255, 255, 1);}#a5109ac00aa0904 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7c4fa2c41af3f1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a7c4fa2c41af3f1 .marquee-wrap > .str_move {
  cursor: text;
}
#a7c4fa2c41af3f1 .marquee-wrap:hover {
  background: #fafafa;
}
#a7c4fa2c41af3f1 .marquee-wrap .content {
  position: absolute;
}
#a7c4fa2c41af3f1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7c4fa2c41af3f1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2c84abf12ad3bd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3215adcdfa91dc , #a3215adcdfa91dc a{color: rgba(255, 255, 255, 1);}#a8e6ca68afa8c1f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a451ba36a8a2b2d .uk-navbar-item,
#a451ba36a8a2b2d .uk-navbar-nav > li > a,
#a451ba36a8a2b2d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a451ba36a8a2b2d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a451ba36a8a2b2d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a451ba36a8a2b2d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a451ba36a8a2b2d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a451ba36a8a2b2d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a451ba36a8a2b2d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a451ba36a8a2b2d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a451ba36a8a2b2d .logo {
  display: inline-block;
}
#a451ba36a8a2b2d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a451ba36a8a2b2d .ap-header-top {
    padding: 15px 10px;
  }
}
#a839eaa074aac16 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a53afa83d3ae80e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af36aaa4b8a07c0 > .ele-wrap {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: 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: none;}#af5ccac953ac0de > .ele-wrap {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: 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;}#aa8a4a2454ab184 , #aa8a4a2454ab184 a{color: rgba(0, 91, 172, 1);}#adc33adb10a26aa > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae139a75f3a7872 > .ele-wrap {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: 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;}#a648aa1d19adb9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a648aa1d19adb9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5694a27c0a4c60 , #a5694a27c0a4c60 a{color: rgba(74, 74, 74, 1);}#a0b31a9099a687e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b31a9099a687e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a41dda8459ac674 , #a41dda8459ac674 a{color: rgba(74, 74, 74, 1);}#a80ada12b4a7cc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a80ada12b4a7cc6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1c10ae0d0a92cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c10ae0d0a92cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5cc5a8d6ead134 , #a5cc5a8d6ead134 a{color: rgba(74, 74, 74, 1);}#ae4a4a9112a885f , #ae4a4a9112a885f a{color: rgba(74, 74, 74, 1);}#af41ea971fafa05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af41ea971fafa05  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3104a6fe9a8caa , #a3104a6fe9a8caa a{color: rgba(74, 74, 74, 1);}#ad4b6a9213adfd8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a5eb0a6caba035d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5eb0a6caba035d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3dfba9396a3b88 , #a3dfba9396a3b88 a{color: rgba(74, 74, 74, 1);}#a3474a6a36a1b0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3474a6a36a1b0e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae5eda6130acb0d , #ae5eda6130acb0d a{color: rgba(74, 74, 74, 1);}#aa207af583a66b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa207af583a66b0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e89a555fa964a , #a7e89a555fa964a a{color: rgba(74, 74, 74, 1);}#a7210ae5eaa2b02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7210ae5eaa2b02  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0b6bac845a6cd4 , #a0b6bac845a6cd4 a{color: rgba(74, 74, 74, 1);}#aef7ca1e47ad389 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef7ca1e47ad389  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a123cab0c9a4108 , #a123cab0c9a4108 a{color: rgba(74, 74, 74, 1);}#a0e6faeb7aaa3a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e6faeb7aaa3a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa126aa778a7c95 , #aa126aa778a7c95 a{color: rgba(74, 74, 74, 1);}#aabe8a741ead93c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aabe8a741ead93c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0251a553ba699b , #a0251a553ba699b a{color: rgba(74, 74, 74, 1);}#a04e6a1b82a8450 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab377a824fa0d66 , #ab377a824fa0d66 a{color: rgba(255, 255, 255, 1);}#a462eacd6ea99ca > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad954a02aca5cb1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ad954a02aca5cb1 .marquee-wrap > .str_move {
  cursor: text;
}
#ad954a02aca5cb1 .marquee-wrap:hover {
  background: #fafafa;
}
#ad954a02aca5cb1 .marquee-wrap .content {
  position: absolute;
}
#ad954a02aca5cb1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad954a02aca5cb1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad9afa0362aec9e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad3d4a786aa7b13 , #ad3d4a786aa7b13 a{color: rgba(255, 255, 255, 1);}#ac4c4a9592a302f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac1c8a1b59a807e .uk-navbar-item,
#ac1c8a1b59a807e .uk-navbar-nav > li > a,
#ac1c8a1b59a807e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac1c8a1b59a807e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac1c8a1b59a807e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac1c8a1b59a807e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac1c8a1b59a807e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac1c8a1b59a807e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac1c8a1b59a807e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac1c8a1b59a807e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac1c8a1b59a807e .logo {
  display: inline-block;
}
#ac1c8a1b59a807e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac1c8a1b59a807e .ap-header-top {
    padding: 15px 10px;
  }
}
#a778fa403ba5180 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7dc4acad3af57f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#acb9cad448a7046 > .ele-wrap {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: 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: none;}#a9e92a67f2af6b9 > .ele-wrap {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: 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;}#a8de3aa551a55c1 , #a8de3aa551a55c1 a{color: rgba(0, 91, 172, 1);}#abb25ad2b6ad8e2 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aaa66ad6cfa2bfa > .ele-wrap {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: 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;}#a490aa9f39a58f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a490aa9f39a58f8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9efaeff5af5aa , #ad9efaeff5af5aa a{color: rgba(74, 74, 74, 1);}#a4ad3aca2aa9acc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ad3aca2aa9acc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb0aadae3ae038 , #afb0aadae3ae038 a{color: rgba(74, 74, 74, 1);}#ab7d5a97c6a79ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab7d5a97c6a79ff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a03acac1af406 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5a03acac1af406  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a78a0a15e3a1928 , #a78a0a15e3a1928 a{color: rgba(74, 74, 74, 1);}#ab80ba96bda0dbe , #ab80ba96bda0dbe a{color: rgba(74, 74, 74, 1);}#a6f85a28f3a91eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6f85a28f3a91eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afefdaec4fad2e3 , #afefdaec4fad2e3 a{color: rgba(74, 74, 74, 1);}#a7483ade76a4311 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a9f27a0fd9ac3eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9f27a0fd9ac3eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af0dcad796a5b67 , #af0dcad796a5b67 a{color: rgba(74, 74, 74, 1);}#a35a2abb15a71e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a35a2abb15a71e4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaea6ad7dea4b00 , #aaea6ad7dea4b00 a{color: rgba(74, 74, 74, 1);}#a0159aae6ca2c0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0159aae6ca2c0d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a723dad575aee0b , #a723dad575aee0b a{color: rgba(74, 74, 74, 1);}#a3cf5aa8a0a5f4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3cf5aa8a0a5f4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae6daabd90ab757 , #ae6daabd90ab757 a{color: rgba(74, 74, 74, 1);}#aa34da9192a2c50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa34da9192a2c50  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1003a6506ab1ae , #a1003a6506ab1ae a{color: rgba(74, 74, 74, 1);}#ae5a5a3920a1932 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae5a5a3920a1932  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af735aa8dca6b7c , #af735aa8dca6b7c a{color: rgba(74, 74, 74, 1);}#a3ba6a1e25abac5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3ba6a1e25abac5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a769eac209a90c2 , #a769eac209a90c2 a{color: rgba(74, 74, 74, 1);}#a2608aeab5a0510 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a33a6ab651a5971 , #a33a6ab651a5971 a{color: rgba(255, 255, 255, 1);}#aab65ae247a2eb9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5023a13b3ac2ad .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a5023a13b3ac2ad .marquee-wrap > .str_move {
  cursor: text;
}
#a5023a13b3ac2ad .marquee-wrap:hover {
  background: #fafafa;
}
#a5023a13b3ac2ad .marquee-wrap .content {
  position: absolute;
}
#a5023a13b3ac2ad .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5023a13b3ac2ad .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abb68a7159adabe > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a22faa57cba829f , #a22faa57cba829f a{color: rgba(255, 255, 255, 1);}#aa972a4f20a32c8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad7cca90b9a3ecb .uk-navbar-item,
#ad7cca90b9a3ecb .uk-navbar-nav > li > a,
#ad7cca90b9a3ecb .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad7cca90b9a3ecb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad7cca90b9a3ecb .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad7cca90b9a3ecb [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad7cca90b9a3ecb .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad7cca90b9a3ecb .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad7cca90b9a3ecb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad7cca90b9a3ecb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad7cca90b9a3ecb .logo {
  display: inline-block;
}
#ad7cca90b9a3ecb .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad7cca90b9a3ecb .ap-header-top {
    padding: 15px 10px;
  }
}
#a03aeac654a527b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#addd4a35dfafc49 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af8d4a6f70a1490 > .ele-wrap {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: 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: none;}#a595bac19bafc91 > .ele-wrap {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: 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;}#aaf8ba067aaa723 , #aaf8ba067aaa723 a{color: rgba(0, 91, 172, 1);}#a0c22a2c56a8c1d > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a78d3a19b1a3e01 > .ele-wrap {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: 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;}#a896baa928a43f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a896baa928a43f3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b09a207ca1acd , #a8b09a207ca1acd a{color: rgba(74, 74, 74, 1);}#ac150ae330ab526 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac150ae330ab526  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3816af630a2296 , #a3816af630a2296 a{color: rgba(74, 74, 74, 1);}#a963ba4e51acbd9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a963ba4e51acbd9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a262ca771ba0157 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a262ca771ba0157  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaa02a49d6a31cf , #aaa02a49d6a31cf a{color: rgba(74, 74, 74, 1);}#a629aa5ad7a303b , #a629aa5ad7a303b a{color: rgba(74, 74, 74, 1);}#a05d8acb5baa7ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a05d8acb5baa7ed  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6728a13c0ad654 , #a6728a13c0ad654 a{color: rgba(74, 74, 74, 1);}#a38f3a7840a48c5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1e5ea61d6a8ad9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1e5ea61d6a8ad9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1daba1d0da32a3 , #a1daba1d0da32a3 a{color: rgba(74, 74, 74, 1);}#abbe2a63dea2df2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abbe2a63dea2df2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa6eaa0425adddc , #aa6eaa0425adddc a{color: rgba(74, 74, 74, 1);}#ae10da3497a1b0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae10da3497a1b0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac5e8a3d24aab4c , #ac5e8a3d24aab4c a{color: rgba(74, 74, 74, 1);}#a1a34ab091a34cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1a34ab091a34cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a322ca9704a8828 , #a322ca9704a8828 a{color: rgba(74, 74, 74, 1);}#ab68da457ea535c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab68da457ea535c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a21e8af6e9aab64 , #a21e8af6e9aab64 a{color: rgba(74, 74, 74, 1);}#a22e7ac22aae02a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a22e7ac22aae02a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9007a5595a961e , #a9007a5595a961e a{color: rgba(74, 74, 74, 1);}#a8d5fa2042aae72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8d5fa2042aae72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a48a1a2476a8a12 , #a48a1a2476a8a12 a{color: rgba(74, 74, 74, 1);}#a2ccfa75a4a2094 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9cf7a941dafbd5 , #a9cf7a941dafbd5 a{color: rgba(255, 255, 255, 1);}#a3b87afdd3acc1c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad2eca8d75a3018 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ad2eca8d75a3018 .marquee-wrap > .str_move {
  cursor: text;
}
#ad2eca8d75a3018 .marquee-wrap:hover {
  background: #fafafa;
}
#ad2eca8d75a3018 .marquee-wrap .content {
  position: absolute;
}
#ad2eca8d75a3018 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad2eca8d75a3018 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af7f7a0d65a516a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3dc8a48c8a7627 , #a3dc8a48c8a7627 a{color: rgba(255, 255, 255, 1);}#a0308a79c7a2afe [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aab5eaa3fcaec0b .uk-navbar-item,
#aab5eaa3fcaec0b .uk-navbar-nav > li > a,
#aab5eaa3fcaec0b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aab5eaa3fcaec0b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aab5eaa3fcaec0b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aab5eaa3fcaec0b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aab5eaa3fcaec0b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aab5eaa3fcaec0b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aab5eaa3fcaec0b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aab5eaa3fcaec0b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aab5eaa3fcaec0b .logo {
  display: inline-block;
}
#aab5eaa3fcaec0b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aab5eaa3fcaec0b .ap-header-top {
    padding: 15px 10px;
  }
}
#af173aaf1dab4b8 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3938a3df9ae012 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abad1a7ed3a355b > .ele-wrap {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: 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: none;}#add6dafb85aa391 > .ele-wrap {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: 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;}#af8bbaeb5dae171 , #af8bbaeb5dae171 a{color: rgba(0, 91, 172, 1);}#ab863a6368a706d > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6c6da0fb9abad0 > .ele-wrap {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: 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;}#a386da169fac041 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a386da169fac041  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a29b4acb7da1b3e , #a29b4acb7da1b3e a{color: rgba(74, 74, 74, 1);}#a2abea5ccda2fb1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2abea5ccda2fb1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2af3a4ec0a56cb , #a2af3a4ec0a56cb a{color: rgba(74, 74, 74, 1);}#ae58fa2ac1acd34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae58fa2ac1acd34  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3cfbab981a8554 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3cfbab981a8554  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2125a60e6a9b5c , #a2125a60e6a9b5c a{color: rgba(74, 74, 74, 1);}#a468dad8aaaa4fa , #a468dad8aaaa4fa a{color: rgba(74, 74, 74, 1);}#aac62a6913ac492 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac62a6913ac492  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab41bae953af39f , #ab41bae953af39f a{color: rgba(74, 74, 74, 1);}#a2688a4b3ea2a3d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a95d6a9bbdabf24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a95d6a9bbdabf24  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae457a25ccad7f4 , #ae457a25ccad7f4 a{color: rgba(74, 74, 74, 1);}#a6892af476a9275 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6892af476a9275  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f8faaa4ea5c55 , #a6f8faaa4ea5c55 a{color: rgba(74, 74, 74, 1);}#ad19ca96b8a285c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad19ca96b8a285c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab3eca4151af627 , #ab3eca4151af627 a{color: rgba(74, 74, 74, 1);}#a1ad6ab22da67b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ad6ab22da67b4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6edba41faaf189 , #a6edba41faaf189 a{color: rgba(74, 74, 74, 1);}#a29e3a932dab01c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a29e3a932dab01c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8983a2774af8d3 , #a8983a2774af8d3 a{color: rgba(74, 74, 74, 1);}#a4413a463fa61a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4413a463fa61a3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5338aecd9ae491 , #a5338aecd9ae491 a{color: rgba(74, 74, 74, 1);}#a0e4fade9ba2653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e4fade9ba2653  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ade59a50b0a06b3 , #ade59a50b0a06b3 a{color: rgba(74, 74, 74, 1);}#adbc2ac833aed46 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aad4bae78ca4f74 , #aad4bae78ca4f74 a{color: rgba(255, 255, 255, 1);}#a3393a12d0a8f09 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae02eab4b3aea61 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae02eab4b3aea61 .marquee-wrap > .str_move {
  cursor: text;
}
#ae02eab4b3aea61 .marquee-wrap:hover {
  background: #fafafa;
}
#ae02eab4b3aea61 .marquee-wrap .content {
  position: absolute;
}
#ae02eab4b3aea61 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae02eab4b3aea61 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac766a4f84aeb33 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a93c0a8fcba722d , #a93c0a8fcba722d a{color: rgba(255, 255, 255, 1);}#a6440a9571aafca [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abb53a04fea9b0c .uk-navbar-item,
#abb53a04fea9b0c .uk-navbar-nav > li > a,
#abb53a04fea9b0c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abb53a04fea9b0c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abb53a04fea9b0c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abb53a04fea9b0c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abb53a04fea9b0c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abb53a04fea9b0c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abb53a04fea9b0c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abb53a04fea9b0c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abb53a04fea9b0c .logo {
  display: inline-block;
}
#abb53a04fea9b0c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abb53a04fea9b0c .ap-header-top {
    padding: 15px 10px;
  }
}
#a491ea92fcaa7be .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1cf1a8dd6a6f7a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aff5fac3a3ac75e > .ele-wrap {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: 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: none;}#a0455a1a7dadee3 > .ele-wrap {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: 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;}#af916acf3dacd2a , #af916acf3dacd2a a{color: rgba(0, 91, 172, 1);}#a4670a9e2caf4af > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a59b2abf44a1399 > .ele-wrap {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: 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;}#a1d3cae5aeaf012 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1d3cae5aeaf012  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5fdea513da7d3a , #a5fdea513da7d3a a{color: rgba(74, 74, 74, 1);}#aaabba046ca5eff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaabba046ca5eff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6314a6384a1b65 , #a6314a6384a1b65 a{color: rgba(74, 74, 74, 1);}#a3c76a7f03a87ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3c76a7f03a87ec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5283ab565ad70c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5283ab565ad70c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8383a638aa97c0 , #a8383a638aa97c0 a{color: rgba(74, 74, 74, 1);}#a0caeab8eba7b68 , #a0caeab8eba7b68 a{color: rgba(74, 74, 74, 1);}#a3565a30f5a2a42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3565a30f5a2a42  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae03fa5dc8a6439 , #ae03fa5dc8a6439 a{color: rgba(74, 74, 74, 1);}#a87f5a9d41a9f91 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#acba6a3df5a70da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acba6a3df5a70da  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afc82a8f76a314d , #afc82a8f76a314d a{color: rgba(74, 74, 74, 1);}#aece3a0025aab47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aece3a0025aab47  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e71ae0e9ab543 , #a7e71ae0e9ab543 a{color: rgba(74, 74, 74, 1);}#a822fa2aafa6384 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a822fa2aafa6384  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abce3af12cac2e8 , #abce3af12cac2e8 a{color: rgba(74, 74, 74, 1);}#a9290aa2a7a2345 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9290aa2a7a2345  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6dd5affbeaadfd , #a6dd5affbeaadfd a{color: rgba(74, 74, 74, 1);}#a62dcad404ab38b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a62dcad404ab38b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6107aa7c3a8fda , #a6107aa7c3a8fda a{color: rgba(74, 74, 74, 1);}#a430fa1f1cacafa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a430fa1f1cacafa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aff0babe65a1749 , #aff0babe65a1749 a{color: rgba(74, 74, 74, 1);}#a9547a5d5daf8ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9547a5d5daf8ca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7ebea4914a7f45 , #a7ebea4914a7f45 a{color: rgba(74, 74, 74, 1);}#ab48aaf882a4bb3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1306a955eacfdc , #a1306a955eacfdc a{color: rgba(255, 255, 255, 1);}#aea85a4350aa0bf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3831ac205a8c80 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3831ac205a8c80 .marquee-wrap > .str_move {
  cursor: text;
}
#a3831ac205a8c80 .marquee-wrap:hover {
  background: #fafafa;
}
#a3831ac205a8c80 .marquee-wrap .content {
  position: absolute;
}
#a3831ac205a8c80 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3831ac205a8c80 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad5b6a5d8ca8992 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4966a77a4a03a5 , #a4966a77a4a03a5 a{color: rgba(255, 255, 255, 1);}#a29d5a1b1aa6a20 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5e4ba183baa4e7 .uk-navbar-item,
#a5e4ba183baa4e7 .uk-navbar-nav > li > a,
#a5e4ba183baa4e7 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5e4ba183baa4e7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5e4ba183baa4e7 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5e4ba183baa4e7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5e4ba183baa4e7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5e4ba183baa4e7 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5e4ba183baa4e7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5e4ba183baa4e7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5e4ba183baa4e7 .logo {
  display: inline-block;
}
#a5e4ba183baa4e7 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5e4ba183baa4e7 .ap-header-top {
    padding: 15px 10px;
  }
}
#a067da898ea7a37 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a962ea3737aa584 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad665ab498a74a1 > .ele-wrap {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: 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: none;}#a3dfaa9018af36e > .ele-wrap {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: 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;}#a43a5ad694a78e4 , #a43a5ad694a78e4 a{color: rgba(0, 91, 172, 1);}#a4a74aafc4ad6cf > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4c42a7ae1a19ff > .ele-wrap {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: 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;}#a20d8aece4abe4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a20d8aece4abe4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaddda8f7caa9cb , #aaddda8f7caa9cb a{color: rgba(74, 74, 74, 1);}#a8a21af7fea1a02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a21af7fea1a02  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99daab11ea6c82 , #a99daab11ea6c82 a{color: rgba(74, 74, 74, 1);}#a7b82afe25a6463 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7b82afe25a6463  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a745fa9d3aa5675 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a745fa9d3aa5675  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1dd5a20b5a5f04 , #a1dd5a20b5a5f04 a{color: rgba(74, 74, 74, 1);}#a1cada3c61a9a76 , #a1cada3c61a9a76 a{color: rgba(74, 74, 74, 1);}#a853cac08ca3347 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a853cac08ca3347  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aebc0a7cb5aa1e4 , #aebc0a7cb5aa1e4 a{color: rgba(74, 74, 74, 1);}#ae983a6953ae934 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a8df5ab61ca94df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8df5ab61ca94df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a19b4ac7aba6fb0 , #a19b4ac7aba6fb0 a{color: rgba(74, 74, 74, 1);}#aaacfaa9d0a3b2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaacfaa9d0a3b2a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af658a89ffa0639 , #af658a89ffa0639 a{color: rgba(74, 74, 74, 1);}#a3214aa47aa285c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3214aa47aa285c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a838fa22c2aa5c5 , #a838fa22c2aa5c5 a{color: rgba(74, 74, 74, 1);}#ae852a052ca085b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae852a052ca085b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5fc7a44f3a8732 , #a5fc7a44f3a8732 a{color: rgba(74, 74, 74, 1);}#a33cca4ef1a1553 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a33cca4ef1a1553  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a3fa1b91a0a48 , #a3a3fa1b91a0a48 a{color: rgba(74, 74, 74, 1);}#a80d1a5f4faf61b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a80d1a5f4faf61b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9a7da6f90a7a4e , #a9a7da6f90a7a4e a{color: rgba(74, 74, 74, 1);}#a7ad5ad583a7ade > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7ad5ad583a7ade  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a18c7a0264a6456 , #a18c7a0264a6456 a{color: rgba(74, 74, 74, 1);}#aa86aa1309a0162 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3af9a6ebbab069 , #a3af9a6ebbab069 a{color: rgba(255, 255, 255, 1);}#a5b9ea06afa503f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6559a5ec7a9679 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6559a5ec7a9679 .marquee-wrap > .str_move {
  cursor: text;
}
#a6559a5ec7a9679 .marquee-wrap:hover {
  background: #fafafa;
}
#a6559a5ec7a9679 .marquee-wrap .content {
  position: absolute;
}
#a6559a5ec7a9679 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6559a5ec7a9679 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a282eaed5fa38ed > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a869da30b6aa819 , #a869da30b6aa819 a{color: rgba(255, 255, 255, 1);}#a4535a5b25a6a7c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0b71ada1da2d0e .uk-navbar-item,
#a0b71ada1da2d0e .uk-navbar-nav > li > a,
#a0b71ada1da2d0e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0b71ada1da2d0e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0b71ada1da2d0e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0b71ada1da2d0e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0b71ada1da2d0e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0b71ada1da2d0e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0b71ada1da2d0e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0b71ada1da2d0e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0b71ada1da2d0e .logo {
  display: inline-block;
}
#a0b71ada1da2d0e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0b71ada1da2d0e .ap-header-top {
    padding: 15px 10px;
  }
}
#ac1c3a2b89a03c5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a309fa066ca0931 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aced2a2fb7a1f01 > .ele-wrap {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: 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: none;}#ad68da5ec2a9939 > .ele-wrap {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: 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;}#ad5dfaa0d0a3af3 , #ad5dfaa0d0a3af3 a{color: rgba(0, 91, 172, 1);}#a8bf3a2175a5528 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a9991afff5a89f3 > .ele-wrap {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: 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;}#a4926a9964a508e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4926a9964a508e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a513baf9faa20fe , #a513baf9faa20fe a{color: rgba(74, 74, 74, 1);}#a5229af393a5e15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5229af393a5e15  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7c53a73aeac5a6 , #a7c53a73aeac5a6 a{color: rgba(74, 74, 74, 1);}#a6fc1a48eda21b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6fc1a48eda21b9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac892aae05a23b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac892aae05a23b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3de0a1eb7a83c3 , #a3de0a1eb7a83c3 a{color: rgba(74, 74, 74, 1);}#a2e12a3853ac8d9 , #a2e12a3853ac8d9 a{color: rgba(74, 74, 74, 1);}#a8b61a8366a3336 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b61a8366a3336  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa8cba649da4cd5 , #aa8cba649da4cd5 a{color: rgba(74, 74, 74, 1);}#acb9aafbe5a3f3a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a42dbafb4da3e16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a42dbafb4da3e16  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a859fa0434acf49 , #a859fa0434acf49 a{color: rgba(74, 74, 74, 1);}#a0371a3cbca37aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0371a3cbca37aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad12ca2105a07ba , #ad12ca2105a07ba a{color: rgba(74, 74, 74, 1);}#a87baac6b7a355f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a87baac6b7a355f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2778a13e0a2904 , #a2778a13e0a2904 a{color: rgba(74, 74, 74, 1);}#a2324a77feade10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2324a77feade10  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a198fa81edad23c , #a198fa81edad23c a{color: rgba(74, 74, 74, 1);}#ad37dadde2abded > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad37dadde2abded  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad3a1a2557a9857 , #ad3a1a2557a9857 a{color: rgba(74, 74, 74, 1);}#a47f7a3ec9ac727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a47f7a3ec9ac727  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa65eab2d4ac8b9 , #aa65eab2d4ac8b9 a{color: rgba(74, 74, 74, 1);}#a2f7ba7d3ba7b41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2f7ba7d3ba7b41  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a43d4a444eaacc1 , #a43d4a444eaacc1 a{color: rgba(74, 74, 74, 1);}#ab5afa2420ad18d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4adaab6eface52 , #a4adaab6eface52 a{color: rgba(255, 255, 255, 1);}#ae752af9b4a16d8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae35eafeb3a10c8 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae35eafeb3a10c8 .marquee-wrap > .str_move {
  cursor: text;
}
#ae35eafeb3a10c8 .marquee-wrap:hover {
  background: #fafafa;
}
#ae35eafeb3a10c8 .marquee-wrap .content {
  position: absolute;
}
#ae35eafeb3a10c8 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae35eafeb3a10c8 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad884a1095ae602 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4505a0f23a1d4f , #a4505a0f23a1d4f a{color: rgba(255, 255, 255, 1);}#a2024a40f5ac976 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad999a706cabdb1 .uk-navbar-item,
#ad999a706cabdb1 .uk-navbar-nav > li > a,
#ad999a706cabdb1 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad999a706cabdb1 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad999a706cabdb1 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad999a706cabdb1 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad999a706cabdb1 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad999a706cabdb1 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad999a706cabdb1 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad999a706cabdb1 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad999a706cabdb1 .logo {
  display: inline-block;
}
#ad999a706cabdb1 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad999a706cabdb1 .ap-header-top {
    padding: 15px 10px;
  }
}
#a79e3a6168a0d34 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aa239a99aba252f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#acec4aceaaa36a3 > .ele-wrap {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: 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: none;}#adcecaca2fa1e7f > .ele-wrap {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: 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;}#a6c0da1dd7a0dbb , #a6c0da1dd7a0dbb a{color: rgba(0, 91, 172, 1);}#a01a6aab99a1d0f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a29c9a71d5a6c3a > .ele-wrap {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: 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;}#a270dac101a0c0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a270dac101a0c0b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b80af841a2698 , #a5b80af841a2698 a{color: rgba(74, 74, 74, 1);}#a158babad1afe5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a158babad1afe5e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aab5fa8d6fafad9 , #aab5fa8d6fafad9 a{color: rgba(74, 74, 74, 1);}#a0f66a44c5a050c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0f66a44c5a050c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad943a97c8a4e3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad943a97c8a4e3c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1a85a9b45a40f0 , #a1a85a9b45a40f0 a{color: rgba(74, 74, 74, 1);}#aa483a6384aa742 , #aa483a6384aa742 a{color: rgba(74, 74, 74, 1);}#abb00acfa9a2467 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abb00acfa9a2467  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8865a930aafe59 , #a8865a930aafe59 a{color: rgba(74, 74, 74, 1);}#abadda7639a48f3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a991aab322a19e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a991aab322a19e2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a51ccaf4aca2d17 , #a51ccaf4aca2d17 a{color: rgba(74, 74, 74, 1);}#a103ca2a5bab729 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a103ca2a5bab729  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6752af3edade04 , #a6752af3edade04 a{color: rgba(74, 74, 74, 1);}#a3b21aa3a2a4190 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b21aa3a2a4190  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afa29a612ea2b36 , #afa29a612ea2b36 a{color: rgba(74, 74, 74, 1);}#a5dd3a4cb9ac9f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5dd3a4cb9ac9f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3e45a3523a47d9 , #a3e45a3523a47d9 a{color: rgba(74, 74, 74, 1);}#a1f50a4f12a286d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f50a4f12a286d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa163a13daa1be7 , #aa163a13daa1be7 a{color: rgba(74, 74, 74, 1);}#a36c3a7350a4c75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a36c3a7350a4c75  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7cd7a2c3fadd6c , #a7cd7a2c3fadd6c a{color: rgba(74, 74, 74, 1);}#a4446ac2aeaf425 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4446ac2aeaf425  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7765af13aa1708 , #a7765af13aa1708 a{color: rgba(74, 74, 74, 1);}#a37ada0e88a4511 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8c96aa4a2a9333 , #a8c96aa4a2a9333 a{color: rgba(255, 255, 255, 1);}#a94baa445daafbc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2321ac704a714a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a2321ac704a714a .marquee-wrap > .str_move {
  cursor: text;
}
#a2321ac704a714a .marquee-wrap:hover {
  background: #fafafa;
}
#a2321ac704a714a .marquee-wrap .content {
  position: absolute;
}
#a2321ac704a714a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2321ac704a714a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1903a5e1fa51e4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4502a2e92a9044 , #a4502a2e92a9044 a{color: rgba(255, 255, 255, 1);}#ab792ab62ca0a45 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad35aa329eab531 .uk-navbar-item,
#ad35aa329eab531 .uk-navbar-nav > li > a,
#ad35aa329eab531 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad35aa329eab531 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad35aa329eab531 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad35aa329eab531 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad35aa329eab531 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad35aa329eab531 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad35aa329eab531 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad35aa329eab531 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad35aa329eab531 .logo {
  display: inline-block;
}
#ad35aa329eab531 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad35aa329eab531 .ap-header-top {
    padding: 15px 10px;
  }
}
#adc2bafb15ac177 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a05c8ac180aa08b .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac7b4a0f3ea7850 > .ele-wrap {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: 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: none;}#a2003af43da147e > .ele-wrap {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: 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;}#aaa8fac966adc89 , #aaa8fac966adc89 a{color: rgba(0, 91, 172, 1);}#a5595a8ea2adb93 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aaad7aeefeafbc3 > .ele-wrap {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: 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;}#a3585aabd1a0438 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3585aabd1a0438  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae07ea1142a51fa , #ae07ea1142a51fa a{color: rgba(74, 74, 74, 1);}#aaac2afacfaf1ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaac2afacfaf1ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a769ba45eea870b , #a769ba45eea870b a{color: rgba(74, 74, 74, 1);}#ab172ae968a514d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab172ae968a514d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4028ad5d3a63e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4028ad5d3a63e3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac304ad76fa0510 , #ac304ad76fa0510 a{color: rgba(74, 74, 74, 1);}#a56aba5f9ca96a2 , #a56aba5f9ca96a2 a{color: rgba(74, 74, 74, 1);}#a0e67ae9eda0e82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e67ae9eda0e82  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0542a8779ac6b6 , #a0542a8779ac6b6 a{color: rgba(74, 74, 74, 1);}#aa30da8031a85b3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2742aeef6afd54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2742aeef6afd54  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a08a4a44a3a2999 , #a08a4a44a3a2999 a{color: rgba(74, 74, 74, 1);}#af5d7ac4c5a45dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af5d7ac4c5a45dc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1a83af19aa427f , #a1a83af19aa427f a{color: rgba(74, 74, 74, 1);}#adfe7a1cf7a838b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adfe7a1cf7a838b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9e2fad3bcad839 , #a9e2fad3bcad839 a{color: rgba(74, 74, 74, 1);}#adaa5addfea68b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adaa5addfea68b6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b5aa931aa6496 , #a7b5aa931aa6496 a{color: rgba(74, 74, 74, 1);}#adfa5a1404ada2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adfa5a1404ada2f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7a9ba6427a7db7 , #a7a9ba6427a7db7 a{color: rgba(74, 74, 74, 1);}#ab296a4288ab638 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab296a4288ab638  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6c87a452aa93e3 , #a6c87a452aa93e3 a{color: rgba(74, 74, 74, 1);}#a3f12aeeaca3a8b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f12aeeaca3a8b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8574a1262ae6bd , #a8574a1262ae6bd a{color: rgba(74, 74, 74, 1);}#ad091ae299aa922 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6fc0a5720aaccb , #a6fc0a5720aaccb a{color: rgba(255, 255, 255, 1);}#a3332a96f7a81c7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6210a05cda0b35 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6210a05cda0b35 .marquee-wrap > .str_move {
  cursor: text;
}
#a6210a05cda0b35 .marquee-wrap:hover {
  background: #fafafa;
}
#a6210a05cda0b35 .marquee-wrap .content {
  position: absolute;
}
#a6210a05cda0b35 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6210a05cda0b35 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2bf2a8fcca7401 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0a01a2cbaa7784 , #a0a01a2cbaa7784 a{color: rgba(255, 255, 255, 1);}#a17a5ae41aa23b8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abc37a9ee3a957e .uk-navbar-item,
#abc37a9ee3a957e .uk-navbar-nav > li > a,
#abc37a9ee3a957e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abc37a9ee3a957e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abc37a9ee3a957e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abc37a9ee3a957e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abc37a9ee3a957e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abc37a9ee3a957e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abc37a9ee3a957e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abc37a9ee3a957e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abc37a9ee3a957e .logo {
  display: inline-block;
}
#abc37a9ee3a957e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abc37a9ee3a957e .ap-header-top {
    padding: 15px 10px;
  }
}
#a63bda0e36a97ba .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ae543a7c0da4502 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2972a23edaeb62 > .ele-wrap {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: 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: none;}#a3890ab809a62e2 > .ele-wrap {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: 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;}#a4070aa19ea40f7 , #a4070aa19ea40f7 a{color: rgba(0, 91, 172, 1);}#aa2a3abc0dadd5a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4431aae79ac571 > .ele-wrap {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: 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;}#a868da54eda141c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a868da54eda141c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad227afdb4ae034 , #ad227afdb4ae034 a{color: rgba(74, 74, 74, 1);}#a0fa9abc5da63e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0fa9abc5da63e6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad8d4ab25da7299 , #ad8d4ab25da7299 a{color: rgba(74, 74, 74, 1);}#aea9ca2809ad409 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea9ca2809ad409  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a933ea9f5aa41d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a933ea9f5aa41d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a047da99a7a24f1 , #a047da99a7a24f1 a{color: rgba(74, 74, 74, 1);}#a2af8a78bbac737 , #a2af8a78bbac737 a{color: rgba(74, 74, 74, 1);}#ae80ba60cfaa0ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae80ba60cfaa0ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1d31a1873a6112 , #a1d31a1873a6112 a{color: rgba(74, 74, 74, 1);}#a500bad09aa7432 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a7ab4acce2adada > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7ab4acce2adada  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af175ac843a8638 , #af175ac843a8638 a{color: rgba(74, 74, 74, 1);}#a3b30a74c6af1a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b30a74c6af1a3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6854a57eca9dcc , #a6854a57eca9dcc a{color: rgba(74, 74, 74, 1);}#a247fae729a5ccf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a247fae729a5ccf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a637cad88baa926 , #a637cad88baa926 a{color: rgba(74, 74, 74, 1);}#a5c04ab33da478f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c04ab33da478f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a33a7a6ca8aa2cc , #a33a7a6ca8aa2cc a{color: rgba(74, 74, 74, 1);}#a6ae4a826ea837f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6ae4a826ea837f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0ce1a1be1a2a43 , #a0ce1a1be1a2a43 a{color: rgba(74, 74, 74, 1);}#a51c9a25f0aea5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a51c9a25f0aea5a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a745aa2a32a9b6a , #a745aa2a32a9b6a a{color: rgba(74, 74, 74, 1);}#ad4b0addc7a70bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad4b0addc7a70bf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa2eba594ea47a4 , #aa2eba594ea47a4 a{color: rgba(74, 74, 74, 1);}#a1cb0a44b1a9734 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a45eda838ca2e82 , #a45eda838ca2e82 a{color: rgba(255, 255, 255, 1);}#ac5a4a756ea3ad3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af65da695aadd42 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af65da695aadd42 .marquee-wrap > .str_move {
  cursor: text;
}
#af65da695aadd42 .marquee-wrap:hover {
  background: #fafafa;
}
#af65da695aadd42 .marquee-wrap .content {
  position: absolute;
}
#af65da695aadd42 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af65da695aadd42 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af06ba0792a6de0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad13fac8a9a9cbe , #ad13fac8a9a9cbe a{color: rgba(255, 255, 255, 1);}#a4fdba71eba8b38 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aae1ba051ea1a45 .uk-navbar-item,
#aae1ba051ea1a45 .uk-navbar-nav > li > a,
#aae1ba051ea1a45 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aae1ba051ea1a45 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aae1ba051ea1a45 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aae1ba051ea1a45 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aae1ba051ea1a45 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aae1ba051ea1a45 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aae1ba051ea1a45 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aae1ba051ea1a45 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aae1ba051ea1a45 .logo {
  display: inline-block;
}
#aae1ba051ea1a45 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aae1ba051ea1a45 .ap-header-top {
    padding: 15px 10px;
  }
}
#aaee9aeed8a40d7 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac9abaa968aa170 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad42aa4f02a7040 > .ele-wrap {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: 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: none;}#afc49a9ef3a7050 > .ele-wrap {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: 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;}#a4cd5af5eeac77a , #a4cd5af5eeac77a a{color: rgba(0, 91, 172, 1);}#a28d7ad71da5259 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a7996a83bcaa06f > .ele-wrap {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: 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;}#a9f27adaf8afefa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9f27adaf8afefa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5fddaa645a117b , #a5fddaa645a117b a{color: rgba(74, 74, 74, 1);}#aa2efa6515a8fd2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa2efa6515a8fd2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8eb2abb0ca1ac7 , #a8eb2abb0ca1ac7 a{color: rgba(74, 74, 74, 1);}#a1ce4a4fefafb4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ce4a4fefafb4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8006adf74a32fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8006adf74a32fb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9897a9a07aedda , #a9897a9a07aedda a{color: rgba(74, 74, 74, 1);}#a7a52a8ff5a496a , #a7a52a8ff5a496a a{color: rgba(74, 74, 74, 1);}#a1cd1a79b8aa1d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1cd1a79b8aa1d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad2b7a3769ae290 , #ad2b7a3769ae290 a{color: rgba(74, 74, 74, 1);}#a3819a9a24abfc4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4286aa951a2b96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4286aa951a2b96  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7f5aa7dc9ac918 , #a7f5aa7dc9ac918 a{color: rgba(74, 74, 74, 1);}#ad242ae21aa662e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad242ae21aa662e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a590aa0eb5abc72 , #a590aa0eb5abc72 a{color: rgba(74, 74, 74, 1);}#abb1caa19eaaaa6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abb1caa19eaaaa6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa966a0f05ae687 , #aa966a0f05ae687 a{color: rgba(74, 74, 74, 1);}#ac8a7a50b2a4fd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac8a7a50b2a4fd1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2912ae2d3a0a6b , #a2912ae2d3a0a6b a{color: rgba(74, 74, 74, 1);}#aef67ac325a94a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef67ac325a94a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a27afab6a82ee , #a5a27afab6a82ee a{color: rgba(74, 74, 74, 1);}#a8b71a11d3affcd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b71a11d3affcd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a254ca6d3fa1a84 , #a254ca6d3fa1a84 a{color: rgba(74, 74, 74, 1);}#ae415abe02a5fc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae415abe02a5fc4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a79f4a9d75ae484 , #a79f4a9d75ae484 a{color: rgba(74, 74, 74, 1);}#a69c5a68cba0bd1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5073af49eac9b8 , #a5073af49eac9b8 a{color: rgba(255, 255, 255, 1);}#a5247a6905af340 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9d22a70f1a2e2b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9d22a70f1a2e2b .marquee-wrap > .str_move {
  cursor: text;
}
#a9d22a70f1a2e2b .marquee-wrap:hover {
  background: #fafafa;
}
#a9d22a70f1a2e2b .marquee-wrap .content {
  position: absolute;
}
#a9d22a70f1a2e2b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9d22a70f1a2e2b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a284fa13fbac73e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acd09a0f77acc95 , #acd09a0f77acc95 a{color: rgba(255, 255, 255, 1);}#a077da3ccda84fb [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a01f6a8e6ea4647 .uk-navbar-item,
#a01f6a8e6ea4647 .uk-navbar-nav > li > a,
#a01f6a8e6ea4647 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a01f6a8e6ea4647 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a01f6a8e6ea4647 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a01f6a8e6ea4647 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a01f6a8e6ea4647 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a01f6a8e6ea4647 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a01f6a8e6ea4647 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a01f6a8e6ea4647 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a01f6a8e6ea4647 .logo {
  display: inline-block;
}
#a01f6a8e6ea4647 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a01f6a8e6ea4647 .ap-header-top {
    padding: 15px 10px;
  }
}
#a85d7a9ed3a6215 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7e1ea41f6a6dca .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3320a0333ad886 > .ele-wrap {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: 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: none;}#afe8ea1c2ca1f8a > .ele-wrap {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: 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;}#a147dacaeca0d77 , #a147dacaeca0d77 a{color: rgba(0, 91, 172, 1);}#ab72fa2ee4afca1 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6461aa59cadc47 > .ele-wrap {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: 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;}#aee18abc8ca4e19 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aee18abc8ca4e19  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b29ac2d6ae155 , #a8b29ac2d6ae155 a{color: rgba(74, 74, 74, 1);}#a6edfa8f8caed80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6edfa8f8caed80  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8ee2a5d89a862a , #a8ee2a5d89a862a a{color: rgba(74, 74, 74, 1);}#ac09ca32caa416a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac09ca32caa416a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad187a2f85a399f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad187a2f85a399f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8db1ac10ca6126 , #a8db1ac10ca6126 a{color: rgba(74, 74, 74, 1);}#a6f19a4ebface56 , #a6f19a4ebface56 a{color: rgba(74, 74, 74, 1);}#a93c3a1702a2bf6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a93c3a1702a2bf6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac20da608aaff72 , #ac20da608aaff72 a{color: rgba(74, 74, 74, 1);}#a4adaa5da7a9f99 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a77b5a9811adb72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a77b5a9811adb72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acd24a91baaf0b6 , #acd24a91baaf0b6 a{color: rgba(74, 74, 74, 1);}#ac86ca1472ae5d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac86ca1472ae5d5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a51caa7417adf16 , #a51caa7417adf16 a{color: rgba(74, 74, 74, 1);}#aebfba5c9ba2826 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aebfba5c9ba2826  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac7c5a58b3a192e , #ac7c5a58b3a192e a{color: rgba(74, 74, 74, 1);}#a1f85af463a5e0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f85af463a5e0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afe26a5284a7083 , #afe26a5284a7083 a{color: rgba(74, 74, 74, 1);}#af7ebaf5d7a2f64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af7ebaf5d7a2f64  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a59a4ade52a5745 , #a59a4ade52a5745 a{color: rgba(74, 74, 74, 1);}#a9131a87e1a774c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9131a87e1a774c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abd55ad03ba9b65 , #abd55ad03ba9b65 a{color: rgba(74, 74, 74, 1);}#a63f1a6f3bae31d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a63f1a6f3bae31d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a162dae5b9aa892 , #a162dae5b9aa892 a{color: rgba(74, 74, 74, 1);}#a8d1fa76aaa87a5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5016a75d1a60e1 , #a5016a75d1a60e1 a{color: rgba(255, 255, 255, 1);}#a0f9cae024a1be8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac042a222aa4f37 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac042a222aa4f37 .marquee-wrap > .str_move {
  cursor: text;
}
#ac042a222aa4f37 .marquee-wrap:hover {
  background: #fafafa;
}
#ac042a222aa4f37 .marquee-wrap .content {
  position: absolute;
}
#ac042a222aa4f37 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac042a222aa4f37 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abca6a64dcadbf5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a58d0a5ecfa4a8c , #a58d0a5ecfa4a8c a{color: rgba(255, 255, 255, 1);}#ae65ba6402a8bb4 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a49f9a575ead2c7 .uk-navbar-item,
#a49f9a575ead2c7 .uk-navbar-nav > li > a,
#a49f9a575ead2c7 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a49f9a575ead2c7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49f9a575ead2c7 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a49f9a575ead2c7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a49f9a575ead2c7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a49f9a575ead2c7 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a49f9a575ead2c7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a49f9a575ead2c7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a49f9a575ead2c7 .logo {
  display: inline-block;
}
#a49f9a575ead2c7 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a49f9a575ead2c7 .ap-header-top {
    padding: 15px 10px;
  }
}
#a52eca1ff1a6b2c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a77f6ad148ad8ed .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a66e4a3392ab1af > .ele-wrap {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: 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: none;}#a108ca7d53a0df0 > .ele-wrap {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: 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;}#a97f8af765a1ba8 , #a97f8af765a1ba8 a{color: rgba(0, 91, 172, 1);}#a02eda6243a67c3 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a190fa77c0a6afa > .ele-wrap {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: 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;}#aba62a5480afedd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aba62a5480afedd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaf97ad9c1a2627 , #aaf97ad9c1a2627 a{color: rgba(74, 74, 74, 1);}#a068cac1b2ae5ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a068cac1b2ae5ab  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aefbaa1a32ab00c , #aefbaa1a32ab00c a{color: rgba(74, 74, 74, 1);}#a5231a3f82abacb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5231a3f82abacb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add75a46c7acb0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add75a46c7acb0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af67ba6e99a0a78 , #af67ba6e99a0a78 a{color: rgba(74, 74, 74, 1);}#a76f6a4096a1a64 , #a76f6a4096a1a64 a{color: rgba(74, 74, 74, 1);}#a469aadc67a7603 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a469aadc67a7603  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5be9ad23ba7ee2 , #a5be9ad23ba7ee2 a{color: rgba(74, 74, 74, 1);}#a07eaae823a86f4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aef3aa21d2a1cd0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef3aa21d2a1cd0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7fb4a8cf0a5b1e , #a7fb4a8cf0a5b1e a{color: rgba(74, 74, 74, 1);}#a7130a5481a7cc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7130a5481a7cc2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af6a6a1343ac6ce , #af6a6a1343ac6ce a{color: rgba(74, 74, 74, 1);}#af102ac36fad0d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af102ac36fad0d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aadfda1e12ad618 , #aadfda1e12ad618 a{color: rgba(74, 74, 74, 1);}#a9281ac4fda57a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9281ac4fda57a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae9f6a187bab8fa , #ae9f6a187bab8fa a{color: rgba(74, 74, 74, 1);}#a3ceba2834abbd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3ceba2834abbd3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a725fa3ddaafdf8 , #a725fa3ddaafdf8 a{color: rgba(74, 74, 74, 1);}#a3baca711ba35ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3baca711ba35ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae815a88f3a54dc , #ae815a88f3a54dc a{color: rgba(74, 74, 74, 1);}#a5d95a177cab1be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5d95a177cab1be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad2eda628aa7a0c , #ad2eda628aa7a0c a{color: rgba(74, 74, 74, 1);}#ae183a6053a118e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aeccca29eba2d68 , #aeccca29eba2d68 a{color: rgba(255, 255, 255, 1);}#adb03a0020aa643 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af33aa1f91a6a72 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af33aa1f91a6a72 .marquee-wrap > .str_move {
  cursor: text;
}
#af33aa1f91a6a72 .marquee-wrap:hover {
  background: #fafafa;
}
#af33aa1f91a6a72 .marquee-wrap .content {
  position: absolute;
}
#af33aa1f91a6a72 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af33aa1f91a6a72 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8e37a3dd0a5818 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab496a745aa8f28 , #ab496a745aa8f28 a{color: rgba(255, 255, 255, 1);}#a8beaaf8d4ad90b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af82eaedf3aea9c .uk-navbar-item,
#af82eaedf3aea9c .uk-navbar-nav > li > a,
#af82eaedf3aea9c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af82eaedf3aea9c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af82eaedf3aea9c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af82eaedf3aea9c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af82eaedf3aea9c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af82eaedf3aea9c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af82eaedf3aea9c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af82eaedf3aea9c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af82eaedf3aea9c .logo {
  display: inline-block;
}
#af82eaedf3aea9c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af82eaedf3aea9c .ap-header-top {
    padding: 15px 10px;
  }
}
#a1528aa2bfa43bc .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aaf59a90ffa3972 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a1ec1a4525aed69 > .ele-wrap {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: 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: none;}#a3e47a5708a6968 > .ele-wrap {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: 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;}#af1d5a4242aaf10 , #af1d5a4242aaf10 a{color: rgba(0, 91, 172, 1);}#a247aa58d5aed6a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a80c6a54c4a703c > .ele-wrap {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: 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;}#a8e50acf87a0bd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e50acf87a0bd7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afdd8a0eddab69e , #afdd8a0eddab69e a{color: rgba(74, 74, 74, 1);}#ae6f2a8245a6402 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae6f2a8245a6402  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c44ae393a73d1 , #a5c44ae393a73d1 a{color: rgba(74, 74, 74, 1);}#a45d3a2799a2884 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a45d3a2799a2884  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aac35aa64fa2435 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac35aa64fa2435  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af534ac098a7e69 , #af534ac098a7e69 a{color: rgba(74, 74, 74, 1);}#a8aada4999a64d6 , #a8aada4999a64d6 a{color: rgba(74, 74, 74, 1);}#a045dab825adbc9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a045dab825adbc9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9336a95e6a74ff , #a9336a95e6a74ff a{color: rgba(74, 74, 74, 1);}#ac2ceafbc7a0361 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a8f11a93f3a31f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8f11a93f3a31f6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa785a95f9a3cee , #aa785a95f9a3cee a{color: rgba(74, 74, 74, 1);}#a2dc0a2409a926c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2dc0a2409a926c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5410a68aaa6188 , #a5410a68aaa6188 a{color: rgba(74, 74, 74, 1);}#a6df6a8f5ba09e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6df6a8f5ba09e5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5d7aae370a0d69 , #a5d7aae370a0d69 a{color: rgba(74, 74, 74, 1);}#abc25a366ba7203 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abc25a366ba7203  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ab6a5949aaf74 , #a2ab6a5949aaf74 a{color: rgba(74, 74, 74, 1);}#a89b8a185fa52f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a89b8a185fa52f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af623a629facbad , #af623a629facbad a{color: rgba(74, 74, 74, 1);}#a41bca4feeaf096 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a41bca4feeaf096  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a86a7a6609ab652 , #a86a7a6609ab652 a{color: rgba(74, 74, 74, 1);}#a2d90a4b61a098f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2d90a4b61a098f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad49ea7a16af593 , #ad49ea7a16af593 a{color: rgba(74, 74, 74, 1);}#a257ba23d3a2962 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a625baa349a7008 , #a625baa349a7008 a{color: rgba(255, 255, 255, 1);}#ab6d0a01c8ac90e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afdeaadd71ac145 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#afdeaadd71ac145 .marquee-wrap > .str_move {
  cursor: text;
}
#afdeaadd71ac145 .marquee-wrap:hover {
  background: #fafafa;
}
#afdeaadd71ac145 .marquee-wrap .content {
  position: absolute;
}
#afdeaadd71ac145 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afdeaadd71ac145 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a34c8af32fa9f89 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9736a5d3aac413 , #a9736a5d3aac413 a{color: rgba(255, 255, 255, 1);}#a8a6cad7baa9906 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aa2e2ab68aadd58 .uk-navbar-item,
#aa2e2ab68aadd58 .uk-navbar-nav > li > a,
#aa2e2ab68aadd58 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa2e2ab68aadd58 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa2e2ab68aadd58 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa2e2ab68aadd58 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa2e2ab68aadd58 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aa2e2ab68aadd58 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa2e2ab68aadd58 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aa2e2ab68aadd58 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa2e2ab68aadd58 .logo {
  display: inline-block;
}
#aa2e2ab68aadd58 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa2e2ab68aadd58 .ap-header-top {
    padding: 15px 10px;
  }
}
#aedccad1dea7729 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a230aa4b6eafe49 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7a0ea210da51e5 > .ele-wrap {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: 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: none;}#a848ca50d5a1d50 > .ele-wrap {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: 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;}#a03eea7b7aa65cd , #a03eea7b7aa65cd a{color: rgba(0, 91, 172, 1);}#af3c6a78cfa0f0c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4280abc4ea2d88 > .ele-wrap {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: 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;}#a0b93a8edfa0866 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b93a8edfa0866  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af900a07f1af9d2 , #af900a07f1af9d2 a{color: rgba(74, 74, 74, 1);}#a7b81aaf9ead61e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7b81aaf9ead61e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab385a5be2a34da , #ab385a5be2a34da a{color: rgba(74, 74, 74, 1);}#a55c7a4f9eaddba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55c7a4f9eaddba  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0432a62fca2264 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0432a62fca2264  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad256ace9daff59 , #ad256ace9daff59 a{color: rgba(74, 74, 74, 1);}#a95d2adfe6a2d95 , #a95d2adfe6a2d95 a{color: rgba(74, 74, 74, 1);}#a693cad314a54b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a693cad314a54b2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a44c0abbe1a2c0c , #a44c0abbe1a2c0c a{color: rgba(74, 74, 74, 1);}#a8456a0958a3f27 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa323ad87cacf75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa323ad87cacf75  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ff9aff2ea5811 , #a3ff9aff2ea5811 a{color: rgba(74, 74, 74, 1);}#a9421a6b87a1dff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9421a6b87a1dff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1942a468fa6f36 , #a1942a468fa6f36 a{color: rgba(74, 74, 74, 1);}#aef87a8558a94f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef87a8558a94f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2638a10f9a3ac9 , #a2638a10f9a3ac9 a{color: rgba(74, 74, 74, 1);}#a2d2fa926ba31c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2d2fa926ba31c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6ea3a7bdcadaee , #a6ea3a7bdcadaee a{color: rgba(74, 74, 74, 1);}#a371caf5b6a9af0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a371caf5b6a9af0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4944a61ada1b43 , #a4944a61ada1b43 a{color: rgba(74, 74, 74, 1);}#a91e8a0867aff74 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a91e8a0867aff74  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3303a5c8aab60b , #a3303a5c8aab60b a{color: rgba(74, 74, 74, 1);}#a1e03ac684a66e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1e03ac684a66e1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a85fbadd1ea737e , #a85fbadd1ea737e a{color: rgba(74, 74, 74, 1);}#a556ba8382ace30 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7552a5e5aa4632 , #a7552a5e5aa4632 a{color: rgba(255, 255, 255, 1);}#a2033a8f57ad347 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afb3aa7b2ea10a5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#afb3aa7b2ea10a5 .marquee-wrap > .str_move {
  cursor: text;
}
#afb3aa7b2ea10a5 .marquee-wrap:hover {
  background: #fafafa;
}
#afb3aa7b2ea10a5 .marquee-wrap .content {
  position: absolute;
}
#afb3aa7b2ea10a5 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afb3aa7b2ea10a5 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a834dabb16ab586 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a251bab96ca78b1 , #a251bab96ca78b1 a{color: rgba(255, 255, 255, 1);}#a0b0ba0d1fa993b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a15e8ab825a659f .uk-navbar-item,
#a15e8ab825a659f .uk-navbar-nav > li > a,
#a15e8ab825a659f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a15e8ab825a659f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a15e8ab825a659f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a15e8ab825a659f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a15e8ab825a659f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a15e8ab825a659f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a15e8ab825a659f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a15e8ab825a659f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a15e8ab825a659f .logo {
  display: inline-block;
}
#a15e8ab825a659f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a15e8ab825a659f .ap-header-top {
    padding: 15px 10px;
  }
}
#ac5afa6919afb9f .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a2365adb0aa573a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6e28a6e44a2ffc > .ele-wrap {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: 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: none;}#aa002adf50a9240 > .ele-wrap {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: 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;}#accf9a9f52a145c , #accf9a9f52a145c a{color: rgba(0, 91, 172, 1);}#adaa9a4a81a0956 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#abf31afd9aa0980 > .ele-wrap {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: 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;}#ad9e9a8ec3a8527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad9e9a8ec3a8527  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa739a7245a9cf2 , #aa739a7245a9cf2 a{color: rgba(74, 74, 74, 1);}#a4daea4ee5ae36c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4daea4ee5ae36c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1009ad897a1e16 , #a1009ad897a1e16 a{color: rgba(74, 74, 74, 1);}#aee63ad814a79b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aee63ad814a79b0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14f9ab09ba963e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a14f9ab09ba963e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a634ca1001a8b35 , #a634ca1001a8b35 a{color: rgba(74, 74, 74, 1);}#af61da52dbad0b5 , #af61da52dbad0b5 a{color: rgba(74, 74, 74, 1);}#a7a5fafea9ada1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7a5fafea9ada1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb17a7cbea709e , #afb17a7cbea709e a{color: rgba(74, 74, 74, 1);}#a0323a5d41aac84 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4edfacd9ea659d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4edfacd9ea659d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad20aa208aa07af , #ad20aa208aa07af a{color: rgba(74, 74, 74, 1);}#ab8b2a20e7acb01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8b2a20e7acb01  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ec3a257aa9500 , #a2ec3a257aa9500 a{color: rgba(74, 74, 74, 1);}#a0454a838da8fd7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0454a838da8fd7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a45e2adf0ea2f87 , #a45e2adf0ea2f87 a{color: rgba(74, 74, 74, 1);}#a2633a8e67a03e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2633a8e67a03e9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f61a4065ac87a , #a0f61a4065ac87a a{color: rgba(74, 74, 74, 1);}#a9252a8262a1499 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9252a8262a1499  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3959ad2ada809a , #a3959ad2ada809a a{color: rgba(74, 74, 74, 1);}#a6d35a30edaa222 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d35a30edaa222  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09eca2821ad906 , #a09eca2821ad906 a{color: rgba(74, 74, 74, 1);}#a1dd0acb07af246 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1dd0acb07af246  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adf20a5434a012b , #adf20a5434a012b a{color: rgba(74, 74, 74, 1);}#a3983a99dcaaa59 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7336aa321ad7ec , #a7336aa321ad7ec a{color: rgba(255, 255, 255, 1);}#a230ea9ec1a17fe > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a136fa4d9ea74d2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a136fa4d9ea74d2 .marquee-wrap > .str_move {
  cursor: text;
}
#a136fa4d9ea74d2 .marquee-wrap:hover {
  background: #fafafa;
}
#a136fa4d9ea74d2 .marquee-wrap .content {
  position: absolute;
}
#a136fa4d9ea74d2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a136fa4d9ea74d2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a723ca1004af1e2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adc83aa42fad640 , #adc83aa42fad640 a{color: rgba(255, 255, 255, 1);}#a6945aeaf5a6931 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ab425ae991a727b .uk-navbar-item,
#ab425ae991a727b .uk-navbar-nav > li > a,
#ab425ae991a727b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ab425ae991a727b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab425ae991a727b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ab425ae991a727b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab425ae991a727b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ab425ae991a727b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ab425ae991a727b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ab425ae991a727b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ab425ae991a727b .logo {
  display: inline-block;
}
#ab425ae991a727b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ab425ae991a727b .ap-header-top {
    padding: 15px 10px;
  }
}
#a7c22a6dbfaed23 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3c8bafd9baa3b9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a06f7acdfda6d6c > .ele-wrap {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: 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: none;}#ae983a5bf1a0ba2 > .ele-wrap {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: 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;}#a1867a7cb9a5193 , #a1867a7cb9a5193 a{color: rgba(0, 91, 172, 1);}#acc1ca7534ac9b8 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a831ba5d4ead223 > .ele-wrap {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: 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;}#aaf4aa5017af35b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaf4aa5017af35b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1f44a9b8daa456 , #a1f44a9b8daa456 a{color: rgba(74, 74, 74, 1);}#a4256ac8c3aaf17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4256ac8c3aaf17  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeb83adf95adc52 , #aeb83adf95adc52 a{color: rgba(74, 74, 74, 1);}#ab9c7ababda190a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab9c7ababda190a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4219a74a3ae9c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4219a74a3ae9c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac9f1a5ca2a00f1 , #ac9f1a5ca2a00f1 a{color: rgba(74, 74, 74, 1);}#ac8b1a6ec1ad7df , #ac8b1a6ec1ad7df a{color: rgba(74, 74, 74, 1);}#a51d8af9a1adb06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a51d8af9a1adb06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a82d4a3e98a55af , #a82d4a3e98a55af a{color: rgba(74, 74, 74, 1);}#a83fba0a7da06a3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a63e4acde4ad4db > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a63e4acde4ad4db  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a367ca6a77a7677 , #a367ca6a77a7677 a{color: rgba(74, 74, 74, 1);}#a344ca6b14a9179 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a344ca6b14a9179  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a142baa606a757f , #a142baa606a757f a{color: rgba(74, 74, 74, 1);}#ac742a7ee2a5c45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac742a7ee2a5c45  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9a19a922ea2d39 , #a9a19a922ea2d39 a{color: rgba(74, 74, 74, 1);}#af4bca8724af715 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af4bca8724af715  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa6e1a07b1ad782 , #aa6e1a07b1ad782 a{color: rgba(74, 74, 74, 1);}#ac1f6af43fa0243 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac1f6af43fa0243  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afc53ad302a7209 , #afc53ad302a7209 a{color: rgba(74, 74, 74, 1);}#a12fdaed8faf473 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a12fdaed8faf473  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad41aa62f4a7a75 , #ad41aa62f4a7a75 a{color: rgba(74, 74, 74, 1);}#a40b1a9145ae0af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a40b1a9145ae0af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a611ba5303a2041 , #a611ba5303a2041 a{color: rgba(74, 74, 74, 1);}#a25d8a2e54a919b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6cf3a713ba1c21 , #a6cf3a713ba1c21 a{color: rgba(255, 255, 255, 1);}#a0378ac1d9a241b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad33ea0307a0bcb .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ad33ea0307a0bcb .marquee-wrap > .str_move {
  cursor: text;
}
#ad33ea0307a0bcb .marquee-wrap:hover {
  background: #fafafa;
}
#ad33ea0307a0bcb .marquee-wrap .content {
  position: absolute;
}
#ad33ea0307a0bcb .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad33ea0307a0bcb .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#affddaf8afaa5e0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa639ad621af45b , #aa639ad621af45b a{color: rgba(255, 255, 255, 1);}#ad84aaf6fda92e9 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aa672ad736adc67 .uk-navbar-item,
#aa672ad736adc67 .uk-navbar-nav > li > a,
#aa672ad736adc67 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa672ad736adc67 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa672ad736adc67 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa672ad736adc67 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa672ad736adc67 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aa672ad736adc67 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa672ad736adc67 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aa672ad736adc67 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa672ad736adc67 .logo {
  display: inline-block;
}
#aa672ad736adc67 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa672ad736adc67 .ap-header-top {
    padding: 15px 10px;
  }
}
#a3d9bab154a7a8a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab101a3c91a20f6 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a03deafa27aea22 > .ele-wrap {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: 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: none;}#ae15bad384afdfe > .ele-wrap {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: 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;}#ae4fbaf16dad53b , #ae4fbaf16dad53b a{color: rgba(0, 91, 172, 1);}#a776fa8337a28af > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa0fda4e7faf50f > .ele-wrap {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: 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;}#ab78fa7e36a290f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab78fa7e36a290f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7d9da005fae16f , #a7d9da005fae16f a{color: rgba(74, 74, 74, 1);}#a89abad870a15ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a89abad870a15ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa9b2a87baa965f , #aa9b2a87baa965f a{color: rgba(74, 74, 74, 1);}#a74f0af388a8a4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a74f0af388a8a4f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a91e9a37cfa0d4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a91e9a37cfa0d4d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a77e9a3c13adef7 , #a77e9a3c13adef7 a{color: rgba(74, 74, 74, 1);}#aa56aaa4a6aafcb , #aa56aaa4a6aafcb a{color: rgba(74, 74, 74, 1);}#a14eba1ba4a0cea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a14eba1ba4a0cea  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abbc9a5ec8aba0a , #abbc9a5ec8aba0a a{color: rgba(74, 74, 74, 1);}#a294dadf76a8c53 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab643ad589a8d2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab643ad589a8d2f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3122a00b0a2f1e , #a3122a00b0a2f1e a{color: rgba(74, 74, 74, 1);}#aebf5a20fda859c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aebf5a20fda859c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a896eac693a16d9 , #a896eac693a16d9 a{color: rgba(74, 74, 74, 1);}#a515da16c4a0e3f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a515da16c4a0e3f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1050a5d34a2277 , #a1050a5d34a2277 a{color: rgba(74, 74, 74, 1);}#aec3aac132a92de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aec3aac132a92de  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0015a6b51ae0aa , #a0015a6b51ae0aa a{color: rgba(74, 74, 74, 1);}#ab8a5a51ccab6f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8a5a51ccab6f9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add49a0264a341c , #add49a0264a341c a{color: rgba(74, 74, 74, 1);}#ab91faf472ae76b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab91faf472ae76b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a05a1aa513a9d47 , #a05a1aa513a9d47 a{color: rgba(74, 74, 74, 1);}#a7475a6f49a1136 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7475a6f49a1136  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a24eaa6ed2a1e80 , #a24eaa6ed2a1e80 a{color: rgba(74, 74, 74, 1);}#ad5b1aa13daf357 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abd23a5d28a98c2 , #abd23a5d28a98c2 a{color: rgba(255, 255, 255, 1);}#ab91cafc51a4126 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1b1bac42ca926a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1b1bac42ca926a .marquee-wrap > .str_move {
  cursor: text;
}
#a1b1bac42ca926a .marquee-wrap:hover {
  background: #fafafa;
}
#a1b1bac42ca926a .marquee-wrap .content {
  position: absolute;
}
#a1b1bac42ca926a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1b1bac42ca926a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#acf0eac31ea1b1e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6821a4128aa3fe , #a6821a4128aa3fe a{color: rgba(255, 255, 255, 1);}#a722ea5eb7a2cc1 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#accf6af4b8a617d .uk-navbar-item,
#accf6af4b8a617d .uk-navbar-nav > li > a,
#accf6af4b8a617d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#accf6af4b8a617d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#accf6af4b8a617d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#accf6af4b8a617d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#accf6af4b8a617d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#accf6af4b8a617d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#accf6af4b8a617d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#accf6af4b8a617d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#accf6af4b8a617d .logo {
  display: inline-block;
}
#accf6af4b8a617d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #accf6af4b8a617d .ap-header-top {
    padding: 15px 10px;
  }
}
#ae644a328ba8d35 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1a55af271a2656 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9e4fa546bad826 > .ele-wrap {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: 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: none;}#a7455ad9ddaf987 > .ele-wrap {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: 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;}#a7cfdade80a87bb , #a7cfdade80a87bb a{color: rgba(0, 91, 172, 1);}#ad01da32a7a1f80 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa6daa5005a6cad > .ele-wrap {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: 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;}#ae046a064ca462e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae046a064ca462e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a16c7aa41aa9d4d , #a16c7aa41aa9d4d a{color: rgba(74, 74, 74, 1);}#aa6dfa293ba7fce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6dfa293ba7fce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a87c9a4cc2a89cc , #a87c9a4cc2a89cc a{color: rgba(74, 74, 74, 1);}#a2b96a5253ab552 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2b96a5253ab552  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a201ca75f9a153d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a201ca75f9a153d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0da3a639fae823 , #a0da3a639fae823 a{color: rgba(74, 74, 74, 1);}#a2344a7271a4e00 , #a2344a7271a4e00 a{color: rgba(74, 74, 74, 1);}#a0722a38c5a8153 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0722a38c5a8153  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad444a0d1ea6576 , #ad444a0d1ea6576 a{color: rgba(74, 74, 74, 1);}#a830ba3801adae6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a9421a71c3a75a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9421a71c3a75a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af8c1afad9a46f4 , #af8c1afad9a46f4 a{color: rgba(74, 74, 74, 1);}#a9e30aab5ea6821 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e30aab5ea6821  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1f9dab79ea313e , #a1f9dab79ea313e a{color: rgba(74, 74, 74, 1);}#a271fa65f5a87c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a271fa65f5a87c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99dea1ef6ae364 , #a99dea1ef6ae364 a{color: rgba(74, 74, 74, 1);}#a9912a1671a8c38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9912a1671a8c38  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a236ba2828ac0dd , #a236ba2828ac0dd a{color: rgba(74, 74, 74, 1);}#a9ba9a90c2a26d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ba9a90c2a26d3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f6eaf441a242a , #a0f6eaf441a242a a{color: rgba(74, 74, 74, 1);}#a4662adc28a4233 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4662adc28a4233  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aca7fa2277a9bb3 , #aca7fa2277a9bb3 a{color: rgba(74, 74, 74, 1);}#af92aa1b29a95eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af92aa1b29a95eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a451ba0bd3adfbc , #a451ba0bd3adfbc a{color: rgba(74, 74, 74, 1);}#a7f3ea1db7ad808 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3c9ea8633a9170 , #a3c9ea8633a9170 a{color: rgba(255, 255, 255, 1);}#aee4ca60b1a6eba > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a39ffabc8aa89c0 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a39ffabc8aa89c0 .marquee-wrap > .str_move {
  cursor: text;
}
#a39ffabc8aa89c0 .marquee-wrap:hover {
  background: #fafafa;
}
#a39ffabc8aa89c0 .marquee-wrap .content {
  position: absolute;
}
#a39ffabc8aa89c0 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a39ffabc8aa89c0 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a08c0ab196a4f6b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afc90a2a3aaeadf , #afc90a2a3aaeadf a{color: rgba(255, 255, 255, 1);}#a27dbaee00ad3ab [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3c31a2969aa291 .uk-navbar-item,
#a3c31a2969aa291 .uk-navbar-nav > li > a,
#a3c31a2969aa291 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3c31a2969aa291 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c31a2969aa291 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3c31a2969aa291 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3c31a2969aa291 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3c31a2969aa291 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3c31a2969aa291 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3c31a2969aa291 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3c31a2969aa291 .logo {
  display: inline-block;
}
#a3c31a2969aa291 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3c31a2969aa291 .ap-header-top {
    padding: 15px 10px;
  }
}
#a6840a0868a0c0a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a8389aa132a6a9a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a406ca01eba687e > .ele-wrap {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: 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: none;}#aa893ad0bcaeb80 > .ele-wrap {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: 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;}#acf8eafa53a7338 , #acf8eafa53a7338 a{color: rgba(0, 91, 172, 1);}#ad7a3ac589a6315 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3682a372da9f7c > .ele-wrap {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: 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;}#abf14a2fbfa11b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf14a2fbfa11b8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4be3a56d0a1332 , #a4be3a56d0a1332 a{color: rgba(74, 74, 74, 1);}#ad409a1a44a909d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad409a1a44a909d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80e9abec3ac303 , #a80e9abec3ac303 a{color: rgba(74, 74, 74, 1);}#a6459a3a69ad68e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6459a3a69ad68e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2193ab86ba8d2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2193ab86ba8d2f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae16caf8afa9624 , #ae16caf8afa9624 a{color: rgba(74, 74, 74, 1);}#ac513af6e1a98fe , #ac513af6e1a98fe a{color: rgba(74, 74, 74, 1);}#a1ca2a3900ac881 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ca2a3900ac881  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac312ad8faa60a6 , #ac312ad8faa60a6 a{color: rgba(74, 74, 74, 1);}#a3401aba57acdc4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#af2bca4105ab6b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af2bca4105ab6b1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afbf9a2ef0abd76 , #afbf9a2ef0abd76 a{color: rgba(74, 74, 74, 1);}#a5109a793da34cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5109a793da34cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb53a1912a18a7 , #afb53a1912a18a7 a{color: rgba(74, 74, 74, 1);}#a5538a78e4a6716 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5538a78e4a6716  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9b26a2c8aa7017 , #a9b26a2c8aa7017 a{color: rgba(74, 74, 74, 1);}#a4036ad8cca25bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4036ad8cca25bb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a20c0af3f1aed00 , #a20c0af3f1aed00 a{color: rgba(74, 74, 74, 1);}#aa5d6a459eaaf1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa5d6a459eaaf1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6c7aaca10abfc2 , #a6c7aaca10abfc2 a{color: rgba(74, 74, 74, 1);}#a63aca4a32a571f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a63aca4a32a571f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad46fadf25aea91 , #ad46fadf25aea91 a{color: rgba(74, 74, 74, 1);}#ad0f5aea68ad685 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad0f5aea68ad685  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9e3ba307ea0a8e , #a9e3ba307ea0a8e a{color: rgba(74, 74, 74, 1);}#a53a0a178faf252 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2827a3343a492c , #a2827a3343a492c a{color: rgba(255, 255, 255, 1);}#a30bea204ca5251 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ace9dac01fa2042 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ace9dac01fa2042 .marquee-wrap > .str_move {
  cursor: text;
}
#ace9dac01fa2042 .marquee-wrap:hover {
  background: #fafafa;
}
#ace9dac01fa2042 .marquee-wrap .content {
  position: absolute;
}
#ace9dac01fa2042 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ace9dac01fa2042 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a73cba7b3da4c29 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae7e8aee71ab5e1 , #ae7e8aee71ab5e1 a{color: rgba(255, 255, 255, 1);}#a2361adab2a996b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5cc4a615ca6717 .uk-navbar-item,
#a5cc4a615ca6717 .uk-navbar-nav > li > a,
#a5cc4a615ca6717 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5cc4a615ca6717 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5cc4a615ca6717 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5cc4a615ca6717 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5cc4a615ca6717 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5cc4a615ca6717 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5cc4a615ca6717 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5cc4a615ca6717 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5cc4a615ca6717 .logo {
  display: inline-block;
}
#a5cc4a615ca6717 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5cc4a615ca6717 .ap-header-top {
    padding: 15px 10px;
  }
}
#a894fa62bca7708 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a8f36a1c2fa2022 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae347ac39da29d6 > .ele-wrap {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: 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: none;}#a4882a9609a48c4 > .ele-wrap {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: 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;}#aa549a1244a5903 , #aa549a1244a5903 a{color: rgba(0, 91, 172, 1);}#a0734a33faaad33 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae12ba379aa2586 > .ele-wrap {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: 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;}#a90dfa6b9aaf3cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a90dfa6b9aaf3cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1860ab90ba6ca6 , #a1860ab90ba6ca6 a{color: rgba(74, 74, 74, 1);}#a7612a39e8ab1bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7612a39e8ab1bc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2c5dafb40ac233 , #a2c5dafb40ac233 a{color: rgba(74, 74, 74, 1);}#aac68a08f3adfd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac68a08f3adfd6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acfd0a205da865d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acfd0a205da865d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2139aa354a0fde , #a2139aa354a0fde a{color: rgba(74, 74, 74, 1);}#afc38a32a7aac88 , #afc38a32a7aac88 a{color: rgba(74, 74, 74, 1);}#af214ad6acaeec9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af214ad6acaeec9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a13a4a6831af636 , #a13a4a6831af636 a{color: rgba(74, 74, 74, 1);}#acdcfad0e6a1a69 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad97eafbafa0241 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad97eafbafa0241  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7fe9a1ebaa41dd , #a7fe9a1ebaa41dd a{color: rgba(74, 74, 74, 1);}#ab7eaa62fcaa796 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab7eaa62fcaa796  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aea8bac411aab4b , #aea8bac411aab4b a{color: rgba(74, 74, 74, 1);}#a008da5630ab2af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a008da5630ab2af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0755a76d0a9d59 , #a0755a76d0a9d59 a{color: rgba(74, 74, 74, 1);}#a2da6afcdeaaf77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2da6afcdeaaf77  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af9bca9949ad04c , #af9bca9949ad04c a{color: rgba(74, 74, 74, 1);}#a4905aba81aa06f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4905aba81aa06f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a83fcadb46a1801 , #a83fcadb46a1801 a{color: rgba(74, 74, 74, 1);}#a3574a7bcda1e69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3574a7bcda1e69  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a884fa0c2fa0fc2 , #a884fa0c2fa0fc2 a{color: rgba(74, 74, 74, 1);}#ad72bab8a4a9aae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad72bab8a4a9aae  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3396ae00ca810f , #a3396ae00ca810f a{color: rgba(74, 74, 74, 1);}#ac8d7a7ae9a9e16 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a78ddaece4a5874 , #a78ddaece4a5874 a{color: rgba(255, 255, 255, 1);}#ada6ca152ca85de > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afab7a9edea7e6d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#afab7a9edea7e6d .marquee-wrap > .str_move {
  cursor: text;
}
#afab7a9edea7e6d .marquee-wrap:hover {
  background: #fafafa;
}
#afab7a9edea7e6d .marquee-wrap .content {
  position: absolute;
}
#afab7a9edea7e6d .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afab7a9edea7e6d .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab8bea6cd7a8d5d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad81aa11d6ad5c4 , #ad81aa11d6ad5c4 a{color: rgba(255, 255, 255, 1);}#a3707a0248a7229 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af4e0a8038a2bb2 .uk-navbar-item,
#af4e0a8038a2bb2 .uk-navbar-nav > li > a,
#af4e0a8038a2bb2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af4e0a8038a2bb2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af4e0a8038a2bb2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af4e0a8038a2bb2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af4e0a8038a2bb2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af4e0a8038a2bb2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af4e0a8038a2bb2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af4e0a8038a2bb2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af4e0a8038a2bb2 .logo {
  display: inline-block;
}
#af4e0a8038a2bb2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af4e0a8038a2bb2 .ap-header-top {
    padding: 15px 10px;
  }
}
#a75dea0720add52 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac41cac639ae6c0 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a33cea366ba17a9 > .ele-wrap {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: 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: none;}#a6fe5a26deace72 > .ele-wrap {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: 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;}#a11dcab51fa7b1b , #a11dcab51fa7b1b a{color: rgba(0, 91, 172, 1);}#aaa56ab907ad2fc > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5caca20f7a5127 > .ele-wrap {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: 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;}#a1342ac91aa3537 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1342ac91aa3537  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa331aeac8a59d7 , #aa331aeac8a59d7 a{color: rgba(74, 74, 74, 1);}#ae2b7a1966ab283 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae2b7a1966ab283  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9a56a9d68af7ce , #a9a56a9d68af7ce a{color: rgba(74, 74, 74, 1);}#a5cd8a5cd6ab3f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5cd8a5cd6ab3f2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14c9a15d4a34f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a14c9a15d4a34f3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abab1ab509a5949 , #abab1ab509a5949 a{color: rgba(74, 74, 74, 1);}#a904ca7e63a184d , #a904ca7e63a184d a{color: rgba(74, 74, 74, 1);}#a3cf9a8114a9db6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3cf9a8114a9db6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acf68a89d9a4f74 , #acf68a89d9a4f74 a{color: rgba(74, 74, 74, 1);}#a7154a2d2ba948b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2a0ea513aa72fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2a0ea513aa72fe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a49e9a7695a0daf , #a49e9a7695a0daf a{color: rgba(74, 74, 74, 1);}#a87abab632ae80d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a87abab632ae80d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaff5a073ba6abe , #aaff5a073ba6abe a{color: rgba(74, 74, 74, 1);}#a69eca1855a732d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a69eca1855a732d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a136aa35b7a998a , #a136aa35b7a998a a{color: rgba(74, 74, 74, 1);}#a872fa6d1fa4703 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a872fa6d1fa4703  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad807abc1fa8d51 , #ad807abc1fa8d51 a{color: rgba(74, 74, 74, 1);}#af5bdaebbfaa72e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af5bdaebbfaa72e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af230a4198aff9b , #af230a4198aff9b a{color: rgba(74, 74, 74, 1);}#ac961a5780a7959 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac961a5780a7959  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2e8da4711aa630 , #a2e8da4711aa630 a{color: rgba(74, 74, 74, 1);}#a2ac3a7ff4abe56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2ac3a7ff4abe56  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a347aad8c9a637c , #a347aad8c9a637c a{color: rgba(74, 74, 74, 1);}#a9b55a3206a71e8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5e7ea2b12ae167 , #a5e7ea2b12ae167 a{color: rgba(255, 255, 255, 1);}#a261dafba9a075e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5814a3e1fa510e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a5814a3e1fa510e .marquee-wrap > .str_move {
  cursor: text;
}
#a5814a3e1fa510e .marquee-wrap:hover {
  background: #fafafa;
}
#a5814a3e1fa510e .marquee-wrap .content {
  position: absolute;
}
#a5814a3e1fa510e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5814a3e1fa510e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5069a8093a4a5b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad81da711ca3171 , #ad81da711ca3171 a{color: rgba(255, 255, 255, 1);}#a67baa3d31a0912 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aedb6afad6a9a60 .uk-navbar-item,
#aedb6afad6a9a60 .uk-navbar-nav > li > a,
#aedb6afad6a9a60 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aedb6afad6a9a60 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aedb6afad6a9a60 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aedb6afad6a9a60 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aedb6afad6a9a60 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aedb6afad6a9a60 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aedb6afad6a9a60 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aedb6afad6a9a60 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aedb6afad6a9a60 .logo {
  display: inline-block;
}
#aedb6afad6a9a60 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aedb6afad6a9a60 .ap-header-top {
    padding: 15px 10px;
  }
}
#ad3faa1387ac6dd .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a13f8a736aaffc3 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9c9fada9fa6169 > .ele-wrap {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: 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: none;}#a3748a2bb0a7f26 > .ele-wrap {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: 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;}#adae2aeb2ea10a8 , #adae2aeb2ea10a8 a{color: rgba(0, 91, 172, 1);}#ac3a8a2377aaec5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa781ac55fa30e5 > .ele-wrap {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: 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;}#ab466a49cca3a51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab466a49cca3a51  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb8fa04cfacf8c , #afb8fa04cfacf8c a{color: rgba(74, 74, 74, 1);}#a27f2a32c3a666e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a27f2a32c3a666e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1ce4ab79fa50a1 , #a1ce4ab79fa50a1 a{color: rgba(74, 74, 74, 1);}#a093aac394a23cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a093aac394a23cb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6521aabd3a0cbb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6521aabd3a0cbb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0444a3b0fa7390 , #a0444a3b0fa7390 a{color: rgba(74, 74, 74, 1);}#a7112a68d1a3493 , #a7112a68d1a3493 a{color: rgba(74, 74, 74, 1);}#a4545add3ba96e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4545add3ba96e5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae057acb7aaf5f9 , #ae057acb7aaf5f9 a{color: rgba(74, 74, 74, 1);}#aa60da3e53a230d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a072aa1923a3ebb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a072aa1923a3ebb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2f68aa081a18f4 , #a2f68aa081a18f4 a{color: rgba(74, 74, 74, 1);}#a28b8af0f9a9856 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a28b8af0f9a9856  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6db4ae071aa59f , #a6db4ae071aa59f a{color: rgba(74, 74, 74, 1);}#a7e9ca8175a5a95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e9ca8175a5a95  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa1bca332aa7f43 , #aa1bca332aa7f43 a{color: rgba(74, 74, 74, 1);}#a54a6adbceaca24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a54a6adbceaca24  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c6ca0809abad1 , #a5c6ca0809abad1 a{color: rgba(74, 74, 74, 1);}#ab912a5de0afe0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab912a5de0afe0b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af910ab577a1e15 , #af910ab577a1e15 a{color: rgba(74, 74, 74, 1);}#a4136a8f02aa6c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4136a8f02aa6c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a3dac8f0aa802 , #a3a3dac8f0aa802 a{color: rgba(74, 74, 74, 1);}#af56aa8185a8a28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af56aa8185a8a28  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a08c5ac16fad8b5 , #a08c5ac16fad8b5 a{color: rgba(74, 74, 74, 1);}#a15f0a7d21a017e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7cd2aabd6a0e6d , #a7cd2aabd6a0e6d a{color: rgba(255, 255, 255, 1);}#ae278a18c2a3ce6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1920a7853a2387 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1920a7853a2387 .marquee-wrap > .str_move {
  cursor: text;
}
#a1920a7853a2387 .marquee-wrap:hover {
  background: #fafafa;
}
#a1920a7853a2387 .marquee-wrap .content {
  position: absolute;
}
#a1920a7853a2387 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1920a7853a2387 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1f59aa284a50f8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1676aa994a2b78 , #a1676aa994a2b78 a{color: rgba(255, 255, 255, 1);}#aef2cac1c2a0c72 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae34fa5968a1710 .uk-navbar-item,
#ae34fa5968a1710 .uk-navbar-nav > li > a,
#ae34fa5968a1710 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae34fa5968a1710 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae34fa5968a1710 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae34fa5968a1710 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae34fa5968a1710 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae34fa5968a1710 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae34fa5968a1710 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae34fa5968a1710 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae34fa5968a1710 .logo {
  display: inline-block;
}
#ae34fa5968a1710 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae34fa5968a1710 .ap-header-top {
    padding: 15px 10px;
  }
}
#addd2a42d9a375a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a2a44a8ae1acbc2 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad7cea0d72aa8bf > .ele-wrap {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: 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: none;}#a6d4ea5ea8a4780 > .ele-wrap {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: 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;}#a1f14a23eea8aeb , #a1f14a23eea8aeb a{color: rgba(0, 91, 172, 1);}#addf8a6b51af22a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3bcda1bffa8ab4 > .ele-wrap {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: 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;}#a9421ae857a0db3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9421ae857a0db3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6c92a8119ae82a , #a6c92a8119ae82a a{color: rgba(74, 74, 74, 1);}#af3e4a32c0aba30 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af3e4a32c0aba30  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3639a55f9a0ffe , #a3639a55f9a0ffe a{color: rgba(74, 74, 74, 1);}#aa036acf3aab88b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa036acf3aab88b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae202ada9ca183a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae202ada9ca183a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a54fda0d36a5456 , #a54fda0d36a5456 a{color: rgba(74, 74, 74, 1);}#ad3e5adc01a68d8 , #ad3e5adc01a68d8 a{color: rgba(74, 74, 74, 1);}#a0d1cad88eab4c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d1cad88eab4c6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a477baf065aab4a , #a477baf065aab4a a{color: rgba(74, 74, 74, 1);}#ab1c3a4a7fa4157 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a7fe3ac57eac008 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7fe3ac57eac008  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af667af479a65b9 , #af667af479a65b9 a{color: rgba(74, 74, 74, 1);}#a69e9a724aa224f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a69e9a724aa224f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8101af21faf5e7 , #a8101af21faf5e7 a{color: rgba(74, 74, 74, 1);}#a5fdea79aaa9f2c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5fdea79aaa9f2c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0ff6a9fc5a6ab7 , #a0ff6a9fc5a6ab7 a{color: rgba(74, 74, 74, 1);}#a2c41aa6f0a4b3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c41aa6f0a4b3b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af9a1a0097a24a2 , #af9a1a0097a24a2 a{color: rgba(74, 74, 74, 1);}#a8c6fa7410af79e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8c6fa7410af79e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6bffa7ef9acaa3 , #a6bffa7ef9acaa3 a{color: rgba(74, 74, 74, 1);}#a8fbaa3fbda7fc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8fbaa3fbda7fc2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8602aa4fbabb5a , #a8602aa4fbabb5a a{color: rgba(74, 74, 74, 1);}#a918ca455ca4f13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a918ca455ca4f13  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8fcdadb97a4714 , #a8fcdadb97a4714 a{color: rgba(74, 74, 74, 1);}#a71eba090fa76e4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a060ba02bfa310e , #a060ba02bfa310e a{color: rgba(255, 255, 255, 1);}#afc04a2400a38c2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a52eba8caeac93e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a52eba8caeac93e .marquee-wrap > .str_move {
  cursor: text;
}
#a52eba8caeac93e .marquee-wrap:hover {
  background: #fafafa;
}
#a52eba8caeac93e .marquee-wrap .content {
  position: absolute;
}
#a52eba8caeac93e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a52eba8caeac93e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab8efa1ecbabcc9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afc03a3388a2200 , #afc03a3388a2200 a{color: rgba(255, 255, 255, 1);}#af44ea4c12ac287 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac037a3f20a1366 .uk-navbar-item,
#ac037a3f20a1366 .uk-navbar-nav > li > a,
#ac037a3f20a1366 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac037a3f20a1366 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac037a3f20a1366 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac037a3f20a1366 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac037a3f20a1366 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac037a3f20a1366 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac037a3f20a1366 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac037a3f20a1366 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac037a3f20a1366 .logo {
  display: inline-block;
}
#ac037a3f20a1366 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac037a3f20a1366 .ap-header-top {
    padding: 15px 10px;
  }
}
#a0104adaeaa8c58 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1564a134da4b06 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab6beaead1ab3f6 > .ele-wrap {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: 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: none;}#a5e08a294ba3296 > .ele-wrap {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: 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;}#a80dcac7b1a772a , #a80dcac7b1a772a a{color: rgba(0, 91, 172, 1);}#a6587a0ac5a3fbd > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a89dba3927a7edb > .ele-wrap {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: 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;}#a8f42aeaf3ab758 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8f42aeaf3ab758  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a68eaa6a36aa381 , #a68eaa6a36aa381 a{color: rgba(74, 74, 74, 1);}#ae24fa7420ad44e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae24fa7420ad44e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac2a9a9146af4df , #ac2a9a9146af4df a{color: rgba(74, 74, 74, 1);}#a3808a4c77a16ed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3808a4c77a16ed  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa927ae249a0b3f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa927ae249a0b3f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6b49a359ea8c8d , #a6b49a359ea8c8d a{color: rgba(74, 74, 74, 1);}#a882fa59c6a4a61 , #a882fa59c6a4a61 a{color: rgba(74, 74, 74, 1);}#ace9faa4aba124e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace9faa4aba124e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac524adb4aacac2 , #ac524adb4aacac2 a{color: rgba(74, 74, 74, 1);}#a74fca3a03a2c6f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0fdaad02da0363 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0fdaad02da0363  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9c88a105fa5d1d , #a9c88a105fa5d1d a{color: rgba(74, 74, 74, 1);}#abc73ae2beaf893 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abc73ae2beaf893  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa695ae59fadeb1 , #aa695ae59fadeb1 a{color: rgba(74, 74, 74, 1);}#a0086a5cfea3705 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0086a5cfea3705  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a31c9a9d92ab159 , #a31c9a9d92ab159 a{color: rgba(74, 74, 74, 1);}#a85bea115ca0b48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a85bea115ca0b48  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5709acb41a6d49 , #a5709acb41a6d49 a{color: rgba(74, 74, 74, 1);}#ace02afffaab08d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace02afffaab08d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a65e4ad262ab6c6 , #a65e4ad262ab6c6 a{color: rgba(74, 74, 74, 1);}#af706a6e0fa82d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af706a6e0fa82d3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adf40ad916acb82 , #adf40ad916acb82 a{color: rgba(74, 74, 74, 1);}#aed76a4234ae256 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed76a4234ae256  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af957acf94a19bd , #af957acf94a19bd a{color: rgba(74, 74, 74, 1);}#a7e91a0087a9bd8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac2eea0bc7a62dc , #ac2eea0bc7a62dc a{color: rgba(255, 255, 255, 1);}#a0d9da01e3ad2a3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa49ca3e9ea0af4 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa49ca3e9ea0af4 .marquee-wrap > .str_move {
  cursor: text;
}
#aa49ca3e9ea0af4 .marquee-wrap:hover {
  background: #fafafa;
}
#aa49ca3e9ea0af4 .marquee-wrap .content {
  position: absolute;
}
#aa49ca3e9ea0af4 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa49ca3e9ea0af4 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a72bfaef5ba8021 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aaa00a53e0ab918 , #aaa00a53e0ab918 a{color: rgba(255, 255, 255, 1);}#a508aa348ea41dd [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abc03a6849a3b8a .uk-navbar-item,
#abc03a6849a3b8a .uk-navbar-nav > li > a,
#abc03a6849a3b8a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abc03a6849a3b8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abc03a6849a3b8a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abc03a6849a3b8a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abc03a6849a3b8a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abc03a6849a3b8a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abc03a6849a3b8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abc03a6849a3b8a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abc03a6849a3b8a .logo {
  display: inline-block;
}
#abc03a6849a3b8a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abc03a6849a3b8a .ap-header-top {
    padding: 15px 10px;
  }
}
#a67c1ad437a822d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abaeea1ce2ad14f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5318a2870afe1e > .ele-wrap {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: 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: none;}#a3139a0e5bade82 > .ele-wrap {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: 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;}#a9f70a3798ae12f , #a9f70a3798ae12f a{color: rgba(0, 91, 172, 1);}#a3591a6feea84b1 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0208af436a8491 > .ele-wrap {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: 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;}#af1a0aff14a3ec4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af1a0aff14a3ec4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a545ca86bbacc43 , #a545ca86bbacc43 a{color: rgba(74, 74, 74, 1);}#a495fa4b3ba6620 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a495fa4b3ba6620  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4575ae775ab75d , #a4575ae775ab75d a{color: rgba(74, 74, 74, 1);}#a70d3aeae3a92bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a70d3aeae3a92bc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aef80a0898af3d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef80a0898af3d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4e47a15b8ac869 , #a4e47a15b8ac869 a{color: rgba(74, 74, 74, 1);}#ae1c1a2ed1ae268 , #ae1c1a2ed1ae268 a{color: rgba(74, 74, 74, 1);}#ae5c8ab4c0a41cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae5c8ab4c0a41cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9a19af4baac7aa , #a9a19af4baac7aa a{color: rgba(74, 74, 74, 1);}#a766fa3d60a5743 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac614a2912af180 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac614a2912af180  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a78f7a6ddaa8d6c , #a78f7a6ddaa8d6c a{color: rgba(74, 74, 74, 1);}#ab490a76e7a9e42 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab490a76e7a9e42  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a57faa33adacfae , #a57faa33adacfae a{color: rgba(74, 74, 74, 1);}#a838ba0519a67ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a838ba0519a67ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa73fa49a4a4974 , #aa73fa49a4a4974 a{color: rgba(74, 74, 74, 1);}#a4f43af7e9a9ec4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4f43af7e9a9ec4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad6e4a7887a38fc , #ad6e4a7887a38fc a{color: rgba(74, 74, 74, 1);}#aaceca905fa1583 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaceca905fa1583  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f9ea3683ac3cc , #a6f9ea3683ac3cc a{color: rgba(74, 74, 74, 1);}#ab160a9501a3cd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab160a9501a3cd3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8357ad48ca00ec , #a8357ad48ca00ec a{color: rgba(74, 74, 74, 1);}#a93cba881ba8f11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a93cba881ba8f11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae753af967a1e40 , #ae753af967a1e40 a{color: rgba(74, 74, 74, 1);}#ae9d5aabaaa45ea > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3672afe3fa1ce7 , #a3672afe3fa1ce7 a{color: rgba(255, 255, 255, 1);}#ac2f0a078ea1f0b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9914ac269aaa5c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9914ac269aaa5c .marquee-wrap > .str_move {
  cursor: text;
}
#a9914ac269aaa5c .marquee-wrap:hover {
  background: #fafafa;
}
#a9914ac269aaa5c .marquee-wrap .content {
  position: absolute;
}
#a9914ac269aaa5c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9914ac269aaa5c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac87aa4bd2a61cd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9ad7a6dedaac3d , #a9ad7a6dedaac3d a{color: rgba(255, 255, 255, 1);}#a92baa76cdaf418 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac919a5f5ca062b .uk-navbar-item,
#ac919a5f5ca062b .uk-navbar-nav > li > a,
#ac919a5f5ca062b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac919a5f5ca062b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac919a5f5ca062b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac919a5f5ca062b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac919a5f5ca062b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac919a5f5ca062b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac919a5f5ca062b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac919a5f5ca062b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac919a5f5ca062b .logo {
  display: inline-block;
}
#ac919a5f5ca062b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac919a5f5ca062b .ap-header-top {
    padding: 15px 10px;
  }
}
#aa4b6a1ccfad9d3 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a735ca462aa04a9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0dc5a5ee0abd51 > .ele-wrap {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: 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: none;}#ad06da4a25a7f4e > .ele-wrap {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: 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;}#a856aa320ea9f2b , #a856aa320ea9f2b a{color: rgba(0, 91, 172, 1);}#aa51fa8ad0ab80b > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a923ea560aa0942 > .ele-wrap {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: 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;}#a6245ac365afef8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6245ac365afef8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a50c5a2d9baad2a , #a50c5a2d9baad2a a{color: rgba(74, 74, 74, 1);}#a5feba7072a15a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5feba7072a15a8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0fc3ac115a78e2 , #a0fc3ac115a78e2 a{color: rgba(74, 74, 74, 1);}#aeba5aaa31a158d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeba5aaa31a158d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55d4af32fab6d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55d4af32fab6d0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af196a1472a0d33 , #af196a1472a0d33 a{color: rgba(74, 74, 74, 1);}#a06caa7638acdf3 , #a06caa7638acdf3 a{color: rgba(74, 74, 74, 1);}#abee6ae2fba4983 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abee6ae2fba4983  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2e35a13e4a8c07 , #a2e35a13e4a8c07 a{color: rgba(74, 74, 74, 1);}#a08cca281aa5cd2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1439a39cba0546 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1439a39cba0546  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ec8ae9dda456b , #a3ec8ae9dda456b a{color: rgba(74, 74, 74, 1);}#aa847a64ecadb39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa847a64ecadb39  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa03faa755a9499 , #aa03faa755a9499 a{color: rgba(74, 74, 74, 1);}#a40d8ad0e9a8985 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a40d8ad0e9a8985  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6a48ad4fbae8fd , #a6a48ad4fbae8fd a{color: rgba(74, 74, 74, 1);}#aa7b7aa5a4a7ac9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa7b7aa5a4a7ac9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae134aea34a61e6 , #ae134aea34a61e6 a{color: rgba(74, 74, 74, 1);}#a6799a5329af0cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6799a5329af0cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a01e0aae2caab22 , #a01e0aae2caab22 a{color: rgba(74, 74, 74, 1);}#adf9fa52baafda1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf9fa52baafda1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a29c8a08a7ac621 , #a29c8a08a7ac621 a{color: rgba(74, 74, 74, 1);}#aceb0af92cac239 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aceb0af92cac239  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6266a28eca72fd , #a6266a28eca72fd a{color: rgba(74, 74, 74, 1);}#a5d84abe59a49c5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7d96acc3ea3b42 , #a7d96acc3ea3b42 a{color: rgba(255, 255, 255, 1);}#a9a17aefa9aedaa > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa363af67ba86b7 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa363af67ba86b7 .marquee-wrap > .str_move {
  cursor: text;
}
#aa363af67ba86b7 .marquee-wrap:hover {
  background: #fafafa;
}
#aa363af67ba86b7 .marquee-wrap .content {
  position: absolute;
}
#aa363af67ba86b7 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa363af67ba86b7 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8c9eaf0fda2962 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aff0ba6d34a7846 , #aff0ba6d34a7846 a{color: rgba(255, 255, 255, 1);}#a408ca6430afe35 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aa45ba8f98a59ea .uk-navbar-item,
#aa45ba8f98a59ea .uk-navbar-nav > li > a,
#aa45ba8f98a59ea .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa45ba8f98a59ea .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa45ba8f98a59ea .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa45ba8f98a59ea [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa45ba8f98a59ea .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aa45ba8f98a59ea .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa45ba8f98a59ea .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aa45ba8f98a59ea .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa45ba8f98a59ea .logo {
  display: inline-block;
}
#aa45ba8f98a59ea .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa45ba8f98a59ea .ap-header-top {
    padding: 15px 10px;
  }
}
#ab9b1ab2f5a942c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af5a9ab5d9a0074 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6637a8787a5195 > .ele-wrap {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: 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: none;}#a3f1faa9ccac361 > .ele-wrap {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: 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;}#ad16ca9a11a5968 , #ad16ca9a11a5968 a{color: rgba(0, 91, 172, 1);}#a6c7aa42b3aa3f1 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab0f4a6b9aaa208 > .ele-wrap {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: 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;}#a78c4ac16ea7768 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a78c4ac16ea7768  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6fbbab97ea90bd , #a6fbbab97ea90bd a{color: rgba(74, 74, 74, 1);}#ac386a368babc41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac386a368babc41  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad246a3f5dadf7e , #ad246a3f5dadf7e a{color: rgba(74, 74, 74, 1);}#afb6ea3742ab3fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afb6ea3742ab3fb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa4afa3326a2ff1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa4afa3326a2ff1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa1aea059da3fc6 , #aa1aea059da3fc6 a{color: rgba(74, 74, 74, 1);}#a77c1ad650a8eac , #a77c1ad650a8eac a{color: rgba(74, 74, 74, 1);}#ab16aa755eaadbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab16aa755eaadbf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6b50a5b60a05ca , #a6b50a5b60a05ca a{color: rgba(74, 74, 74, 1);}#a20f2ad963a6ab7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a92fcad3f9aede0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a92fcad3f9aede0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a26b9a6a8aa3518 , #a26b9a6a8aa3518 a{color: rgba(74, 74, 74, 1);}#a43b1ae1fdac6a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a43b1ae1fdac6a2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad4d2a683fa3c4e , #ad4d2a683fa3c4e a{color: rgba(74, 74, 74, 1);}#a5c41a62c9a769e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c41a62c9a769e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a084cab62eaee8d , #a084cab62eaee8d a{color: rgba(74, 74, 74, 1);}#ab98aadfceac0a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab98aadfceac0a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a9ba6e50a9ee6 , #a5a9ba6e50a9ee6 a{color: rgba(74, 74, 74, 1);}#ab2b8a1b1eae184 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab2b8a1b1eae184  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a39caa5a9aa294a , #a39caa5a9aa294a a{color: rgba(74, 74, 74, 1);}#a3f96af8f6aa699 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f96af8f6aa699  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0bbea84dfa8fb8 , #a0bbea84dfa8fb8 a{color: rgba(74, 74, 74, 1);}#a6f9babddbaf37a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6f9babddbaf37a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9119a0ceca9677 , #a9119a0ceca9677 a{color: rgba(74, 74, 74, 1);}#a9b89a922fa3fef > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9248aa726a5a40 , #a9248aa726a5a40 a{color: rgba(255, 255, 255, 1);}#a9832a8f2aa9d8d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9538a45eeab89a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9538a45eeab89a .marquee-wrap > .str_move {
  cursor: text;
}
#a9538a45eeab89a .marquee-wrap:hover {
  background: #fafafa;
}
#a9538a45eeab89a .marquee-wrap .content {
  position: absolute;
}
#a9538a45eeab89a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9538a45eeab89a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad92fa5d53a462a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af9b6a43eda9d8b , #af9b6a43eda9d8b a{color: rgba(255, 255, 255, 1);}#a63b6aa178af404 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a73b3a9edea00e5 .uk-navbar-item,
#a73b3a9edea00e5 .uk-navbar-nav > li > a,
#a73b3a9edea00e5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a73b3a9edea00e5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a73b3a9edea00e5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a73b3a9edea00e5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a73b3a9edea00e5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a73b3a9edea00e5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a73b3a9edea00e5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a73b3a9edea00e5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a73b3a9edea00e5 .logo {
  display: inline-block;
}
#a73b3a9edea00e5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a73b3a9edea00e5 .ap-header-top {
    padding: 15px 10px;
  }
}
#af226aeeb2af276 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a24aba0cdea3026 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0aa1a7499a8b92 > .ele-wrap {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: 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: none;}#aab4aacec8acb35 > .ele-wrap {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: 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;}#ab2e9a3860ac8ec , #ab2e9a3860ac8ec a{color: rgba(0, 91, 172, 1);}#aa1cba289dab85d > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a712da677fae845 > .ele-wrap {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: 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;}#a6c42a72abae247 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6c42a72abae247  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a708ba5635a67a9 , #a708ba5635a67a9 a{color: rgba(74, 74, 74, 1);}#ae003a9360a5747 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae003a9360a5747  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a32e2aa1b2adcb8 , #a32e2aa1b2adcb8 a{color: rgba(74, 74, 74, 1);}#a8244abc22a68af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8244abc22a68af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a67e9a9008a3bdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a67e9a9008a3bdf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e9ea72f3a9640 , #a0e9ea72f3a9640 a{color: rgba(74, 74, 74, 1);}#a0f35aaf11a9718 , #a0f35aaf11a9718 a{color: rgba(74, 74, 74, 1);}#a33eaa12cba0c53 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a33eaa12cba0c53  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0037aa0cfa13f8 , #a0037aa0cfa13f8 a{color: rgba(74, 74, 74, 1);}#ad055ab054a707e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a36a0ac0fca2f08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a36a0ac0fca2f08  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acb7da4186ac468 , #acb7da4186ac468 a{color: rgba(74, 74, 74, 1);}#a20e0a7e60a3f76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a20e0a7e60a3f76  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a437caf32ea09c4 , #a437caf32ea09c4 a{color: rgba(74, 74, 74, 1);}#a7220a7fa2ab4d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7220a7fa2ab4d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac8d2a069aaa094 , #ac8d2a069aaa094 a{color: rgba(74, 74, 74, 1);}#a1bc2a76b6ae139 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1bc2a76b6ae139  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ab8a31e1a3396 , #a2ab8a31e1a3396 a{color: rgba(74, 74, 74, 1);}#a7c40ade33a2de3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7c40ade33a2de3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a47c2af145a9e21 , #a47c2af145a9e21 a{color: rgba(74, 74, 74, 1);}#a8e68aca68a5fb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e68aca68a5fb7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab726a72e9a8ab4 , #ab726a72e9a8ab4 a{color: rgba(74, 74, 74, 1);}#a13ecabbbaa381e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a13ecabbbaa381e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaf7bac4eea6309 , #aaf7bac4eea6309 a{color: rgba(74, 74, 74, 1);}#a03d7a0255ab243 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4157a1370aa895 , #a4157a1370aa895 a{color: rgba(255, 255, 255, 1);}#a1c38a1079a122a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3f92a49a0a6717 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3f92a49a0a6717 .marquee-wrap > .str_move {
  cursor: text;
}
#a3f92a49a0a6717 .marquee-wrap:hover {
  background: #fafafa;
}
#a3f92a49a0a6717 .marquee-wrap .content {
  position: absolute;
}
#a3f92a49a0a6717 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3f92a49a0a6717 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad9b1a7b1ba3ad0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3c81a2b5aa86d6 , #a3c81a2b5aa86d6 a{color: rgba(255, 255, 255, 1);}#a2bdfa92c3a27b8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae7aaaef50abb2a .uk-navbar-item,
#ae7aaaef50abb2a .uk-navbar-nav > li > a,
#ae7aaaef50abb2a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae7aaaef50abb2a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae7aaaef50abb2a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae7aaaef50abb2a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae7aaaef50abb2a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae7aaaef50abb2a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae7aaaef50abb2a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae7aaaef50abb2a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae7aaaef50abb2a .logo {
  display: inline-block;
}
#ae7aaaef50abb2a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae7aaaef50abb2a .ap-header-top {
    padding: 15px 10px;
  }
}
#a03aaa1228ae7eb .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a2750a63acabd15 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2074a1671a35d8 > .ele-wrap {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: 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: none;}#a09aaae7b1a0429 > .ele-wrap {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: 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;}#a822aaed2da145a , #a822aaed2da145a a{color: rgba(0, 91, 172, 1);}#a2bc4a2261a2adf > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1686a8be2a279d > .ele-wrap {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: 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;}#aec57a00c8aa1c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aec57a00c8aa1c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a98aca11c3a098f , #a98aca11c3a098f a{color: rgba(74, 74, 74, 1);}#ace6fad93daa597 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace6fad93daa597  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f00a8eb6a5377 , #a9f00a8eb6a5377 a{color: rgba(74, 74, 74, 1);}#a77a9ad344a9b72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a77a9ad344a9b72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a648aa2f7ba95c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a648aa2f7ba95c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3dc3af9fea3b85 , #a3dc3af9fea3b85 a{color: rgba(74, 74, 74, 1);}#ac54ea90ceac489 , #ac54ea90ceac489 a{color: rgba(74, 74, 74, 1);}#acd2ba2f22a18ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acd2ba2f22a18ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab3cba8cebafe13 , #ab3cba8cebafe13 a{color: rgba(74, 74, 74, 1);}#afe9ba4eafa9036 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2a16a7d03a3b1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2a16a7d03a3b1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac39cac6b8a3d30 , #ac39cac6b8a3d30 a{color: rgba(74, 74, 74, 1);}#add83afc4aaa340 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add83afc4aaa340  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab5a1a0dd3a48c4 , #ab5a1a0dd3a48c4 a{color: rgba(74, 74, 74, 1);}#a93ccaf158a8958 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a93ccaf158a8958  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6d1fa0c0baea7e , #a6d1fa0c0baea7e a{color: rgba(74, 74, 74, 1);}#a6d84aaff8afe72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d84aaff8afe72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8d50aeb92ac5f9 , #a8d50aeb92ac5f9 a{color: rgba(74, 74, 74, 1);}#a194ba67c7a07ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a194ba67c7a07ca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae482ae50ea042b , #ae482ae50ea042b a{color: rgba(74, 74, 74, 1);}#ade54a6c95a136e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ade54a6c95a136e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8e57a14e2ae933 , #a8e57a14e2ae933 a{color: rgba(74, 74, 74, 1);}#a3f5ba0a34af128 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f5ba0a34af128  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a01c7a05aaae02d , #a01c7a05aaae02d a{color: rgba(74, 74, 74, 1);}#a7387ab36dab7bc > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1b53a14a7a1617 , #a1b53a14a7a1617 a{color: rgba(255, 255, 255, 1);}#a688daa7f6a4c4e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1312a2d38a8468 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1312a2d38a8468 .marquee-wrap > .str_move {
  cursor: text;
}
#a1312a2d38a8468 .marquee-wrap:hover {
  background: #fafafa;
}
#a1312a2d38a8468 .marquee-wrap .content {
  position: absolute;
}
#a1312a2d38a8468 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1312a2d38a8468 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a08b2aad77ab660 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2a23aaa4da13ba , #a2a23aaa4da13ba a{color: rgba(255, 255, 255, 1);}#af0c9a3a4da3bfc [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a1f19a4aa8a98c7 .uk-navbar-item,
#a1f19a4aa8a98c7 .uk-navbar-nav > li > a,
#a1f19a4aa8a98c7 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1f19a4aa8a98c7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1f19a4aa8a98c7 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1f19a4aa8a98c7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1f19a4aa8a98c7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a1f19a4aa8a98c7 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1f19a4aa8a98c7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a1f19a4aa8a98c7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1f19a4aa8a98c7 .logo {
  display: inline-block;
}
#a1f19a4aa8a98c7 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1f19a4aa8a98c7 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab9b8a76f7a8af4 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a47caaae79a05ab .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0dbbabe5eaed5d > .ele-wrap {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: 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: none;}#a749fa9e81ab6fa > .ele-wrap {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: 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;}#a9352aab6ea3187 , #a9352aab6ea3187 a{color: rgba(0, 91, 172, 1);}#a43edaf2a3aaa3e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5360a8f39a5271 > .ele-wrap {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: 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;}#a8220a107ba9118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8220a107ba9118  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af5b3aa2ada8edd , #af5b3aa2ada8edd a{color: rgba(74, 74, 74, 1);}#a7118a3f35ac225 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7118a3f35ac225  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6cfcacd37af385 , #a6cfcacd37af385 a{color: rgba(74, 74, 74, 1);}#a383da89f8a9428 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a383da89f8a9428  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a811faadd0a83a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a811faadd0a83a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aef8aa709daa9ff , #aef8aa709daa9ff a{color: rgba(74, 74, 74, 1);}#a785eabfb1ada2f , #a785eabfb1ada2f a{color: rgba(74, 74, 74, 1);}#a2c87a825cad912 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c87a825cad912  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab355a7239a9252 , #ab355a7239a9252 a{color: rgba(74, 74, 74, 1);}#a20c7aa78baa660 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a49c6a7d1fa2b98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a49c6a7d1fa2b98  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7128a44b5a8225 , #a7128a44b5a8225 a{color: rgba(74, 74, 74, 1);}#ae8b5ad1b7a9fe5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae8b5ad1b7a9fe5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0414a982ca90b1 , #a0414a982ca90b1 a{color: rgba(74, 74, 74, 1);}#a9dc1ae76ca7c09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9dc1ae76ca7c09  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9471a869da563e , #a9471a869da563e a{color: rgba(74, 74, 74, 1);}#a6a2aa4db2a3584 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6a2aa4db2a3584  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2f26a2abfa4092 , #a2f26a2abfa4092 a{color: rgba(74, 74, 74, 1);}#a39e9a91cba8f80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a39e9a91cba8f80  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abca5a1399a0431 , #abca5a1399a0431 a{color: rgba(74, 74, 74, 1);}#ada38a806aacfb4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ada38a806aacfb4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac84aa30e3a6b26 , #ac84aa30e3a6b26 a{color: rgba(74, 74, 74, 1);}#a4e5fa36d6a56d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4e5fa36d6a56d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0ddea767cad0fe , #a0ddea767cad0fe a{color: rgba(74, 74, 74, 1);}#a65deaa62aa0bd5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a193fa9170a6f82 , #a193fa9170a6f82 a{color: rgba(255, 255, 255, 1);}#a7b6aa5bcda08b5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5b0da9eeca4044 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a5b0da9eeca4044 .marquee-wrap > .str_move {
  cursor: text;
}
#a5b0da9eeca4044 .marquee-wrap:hover {
  background: #fafafa;
}
#a5b0da9eeca4044 .marquee-wrap .content {
  position: absolute;
}
#a5b0da9eeca4044 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5b0da9eeca4044 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0001a2396a9628 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1aafaa559aebb1 , #a1aafaa559aebb1 a{color: rgba(255, 255, 255, 1);}#aa074ac5f2a7d1a [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a99c2a2f67a9d26 .uk-navbar-item,
#a99c2a2f67a9d26 .uk-navbar-nav > li > a,
#a99c2a2f67a9d26 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a99c2a2f67a9d26 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a99c2a2f67a9d26 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a99c2a2f67a9d26 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a99c2a2f67a9d26 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a99c2a2f67a9d26 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a99c2a2f67a9d26 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a99c2a2f67a9d26 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a99c2a2f67a9d26 .logo {
  display: inline-block;
}
#a99c2a2f67a9d26 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a99c2a2f67a9d26 .ap-header-top {
    padding: 15px 10px;
  }
}
#aaad0aa0baa1ee3 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af23fa77a7a53cb .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a1281acd1caf602 > .ele-wrap {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: 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: none;}#a2164ae7f2acef8 > .ele-wrap {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: 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;}#a5fd3a1915ad7da , #a5fd3a1915ad7da a{color: rgba(0, 91, 172, 1);}#a317aaecf5aa83a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa1f5a7bfba88e0 > .ele-wrap {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: 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;}#a5076a9cfba8fd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5076a9cfba8fd1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3c80a6897a128e , #a3c80a6897a128e a{color: rgba(74, 74, 74, 1);}#a8ae6a7e31a9109 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8ae6a7e31a9109  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac55aab893a1d0e , #ac55aab893a1d0e a{color: rgba(74, 74, 74, 1);}#a265cacae7a5c0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a265cacae7a5c0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7366a8bdaabd85 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7366a8bdaabd85  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abd48aabbbadee1 , #abd48aabbbadee1 a{color: rgba(74, 74, 74, 1);}#a2556afb01af2ab , #a2556afb01af2ab a{color: rgba(74, 74, 74, 1);}#af66ea47d5a3f02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af66ea47d5a3f02  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acb65ad9b5abe01 , #acb65ad9b5abe01 a{color: rgba(74, 74, 74, 1);}#ae2f7a57dda7a75 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#adb8faa47fa10ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adb8faa47fa10ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa3d0a433ca813d , #aa3d0a433ca813d a{color: rgba(74, 74, 74, 1);}#a87ada6a33a13a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a87ada6a33a13a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5325ac3c8a9e45 , #a5325ac3c8a9e45 a{color: rgba(74, 74, 74, 1);}#a6ebea5e4da2e5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6ebea5e4da2e5a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aef19a49a1aca5b , #aef19a49a1aca5b a{color: rgba(74, 74, 74, 1);}#ae2aea1f6da3b8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae2aea1f6da3b8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aea0da2c23a14cf , #aea0da2c23a14cf a{color: rgba(74, 74, 74, 1);}#a443fa8258ac2ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a443fa8258ac2ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0b6eaf47aaeec4 , #a0b6eaf47aaeec4 a{color: rgba(74, 74, 74, 1);}#ac965a601faaad4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac965a601faaad4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab643a085ea6a9c , #ab643a085ea6a9c a{color: rgba(74, 74, 74, 1);}#afb8ba97b7a7c2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afb8ba97b7a7c2a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c25a0817a2689 , #a5c25a0817a2689 a{color: rgba(74, 74, 74, 1);}#aef70a55b2aea7f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a93cba8d66a8265 , #a93cba8d66a8265 a{color: rgba(255, 255, 255, 1);}#ad02dab3ccaf95d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5cb8a323ea6294 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a5cb8a323ea6294 .marquee-wrap > .str_move {
  cursor: text;
}
#a5cb8a323ea6294 .marquee-wrap:hover {
  background: #fafafa;
}
#a5cb8a323ea6294 .marquee-wrap .content {
  position: absolute;
}
#a5cb8a323ea6294 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5cb8a323ea6294 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a94aeaa503afb88 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0cbda507ca3bd4 , #a0cbda507ca3bd4 a{color: rgba(255, 255, 255, 1);}#a3038a1550a6e5a [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a456aae94ba45f5 .uk-navbar-item,
#a456aae94ba45f5 .uk-navbar-nav > li > a,
#a456aae94ba45f5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a456aae94ba45f5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a456aae94ba45f5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a456aae94ba45f5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a456aae94ba45f5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a456aae94ba45f5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a456aae94ba45f5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a456aae94ba45f5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a456aae94ba45f5 .logo {
  display: inline-block;
}
#a456aae94ba45f5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a456aae94ba45f5 .ap-header-top {
    padding: 15px 10px;
  }
}
#ad887a4381a15f7 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a8b14afa1da6787 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af844a7563abd29 > .ele-wrap {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: 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: none;}#a91a5acffeae419 > .ele-wrap {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: 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;}#abe7aaff72a2302 , #abe7aaff72a2302 a{color: rgba(0, 91, 172, 1);}#ab7aead3c7a8e81 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a87d9affcdab865 > .ele-wrap {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: 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;}#a53a3a3d23a5d70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a53a3a3d23a5d70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a456aa0689aed51 , #a456aa0689aed51 a{color: rgba(74, 74, 74, 1);}#a6c78ae91ca98be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6c78ae91ca98be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7f36aa310a4397 , #a7f36aa310a4397 a{color: rgba(74, 74, 74, 1);}#ac863a37e1a25f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac863a37e1a25f1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5201ad24da854b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5201ad24da854b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2a10a8eb9a0b5f , #a2a10a8eb9a0b5f a{color: rgba(74, 74, 74, 1);}#aba07aa672a8020 , #aba07aa672a8020 a{color: rgba(74, 74, 74, 1);}#a6b4ca216facf09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6b4ca216facf09  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab079ad861a6cba , #ab079ad861a6cba a{color: rgba(74, 74, 74, 1);}#ab57fa54d9adb3c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#acdeca3841ad138 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acdeca3841ad138  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2951ab40fad6da , #a2951ab40fad6da a{color: rgba(74, 74, 74, 1);}#a9975a6ae6a66b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9975a6ae6a66b2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a22d7af6b5acb92 , #a22d7af6b5acb92 a{color: rgba(74, 74, 74, 1);}#a9256ad793a20e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9256ad793a20e8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6a13a72b6a3d67 , #a6a13a72b6a3d67 a{color: rgba(74, 74, 74, 1);}#a301dab1f7a34e5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a301dab1f7a34e5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3168af5e6a49dc , #a3168af5e6a49dc a{color: rgba(74, 74, 74, 1);}#ab125a5813a12ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab125a5813a12ba  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4747ac689abad5 , #a4747ac689abad5 a{color: rgba(74, 74, 74, 1);}#a0232ab78ea069f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0232ab78ea069f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3449a4bb8a7edd , #a3449a4bb8a7edd a{color: rgba(74, 74, 74, 1);}#a109ea4805a6024 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a109ea4805a6024  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2cc9a4cada248f , #a2cc9a4cada248f a{color: rgba(74, 74, 74, 1);}#ab2a7a8c15a8b33 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad156a641aaeb30 , #ad156a641aaeb30 a{color: rgba(255, 255, 255, 1);}#a675daab44af815 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8ba3a6e9aa1269 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a8ba3a6e9aa1269 .marquee-wrap > .str_move {
  cursor: text;
}
#a8ba3a6e9aa1269 .marquee-wrap:hover {
  background: #fafafa;
}
#a8ba3a6e9aa1269 .marquee-wrap .content {
  position: absolute;
}
#a8ba3a6e9aa1269 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8ba3a6e9aa1269 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad3e6aefafafe26 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a48baa59c2a4a11 , #a48baa59c2a4a11 a{color: rgba(255, 255, 255, 1);}#a9bf5a7b37af2a8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a1e8bac756ada1c .uk-navbar-item,
#a1e8bac756ada1c .uk-navbar-nav > li > a,
#a1e8bac756ada1c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1e8bac756ada1c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1e8bac756ada1c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1e8bac756ada1c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1e8bac756ada1c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a1e8bac756ada1c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1e8bac756ada1c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a1e8bac756ada1c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1e8bac756ada1c .logo {
  display: inline-block;
}
#a1e8bac756ada1c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1e8bac756ada1c .ap-header-top {
    padding: 15px 10px;
  }
}
#a78fcaed78ad62b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abf0ba8073a34a4 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aeb4aa1fe9af6aa > .ele-wrap {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: 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: none;}#a81c4a02d2a25ef > .ele-wrap {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: 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;}#acd47acecdaf915 , #acd47acecdaf915 a{color: rgba(0, 91, 172, 1);}#a9f78aa458a21ee > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a16eba2c1aaff2c > .ele-wrap {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: 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;}#a7eefad2bbab8b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7eefad2bbab8b1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac863a77e5ab00a , #ac863a77e5ab00a a{color: rgba(74, 74, 74, 1);}#a9fdda787aaff47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9fdda787aaff47  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9baa4812a2f21 , #ad9baa4812a2f21 a{color: rgba(74, 74, 74, 1);}#a0d19aac2fa523f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d19aac2fa523f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5ff7a27f1a2342 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ff7a27f1a2342  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1625a5581af041 , #a1625a5581af041 a{color: rgba(74, 74, 74, 1);}#a8b2ba9f47a6119 , #a8b2ba9f47a6119 a{color: rgba(74, 74, 74, 1);}#ad22fa3872a01af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad22fa3872a01af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af1c4a4a79a7413 , #af1c4a4a79a7413 a{color: rgba(74, 74, 74, 1);}#aedf4a45c7adc98 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aeea0a5222a359a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeea0a5222a359a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a84efa317ea8a2e , #a84efa317ea8a2e a{color: rgba(74, 74, 74, 1);}#a5321ab118a924a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5321ab118a924a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a70eaa7c8aaaf6e , #a70eaa7c8aaaf6e a{color: rgba(74, 74, 74, 1);}#ac661a9669addc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac661a9669addc7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaeedaaaefa4f34 , #aaeedaaaefa4f34 a{color: rgba(74, 74, 74, 1);}#aa74aaf40bafd4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa74aaf40bafd4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa2bea2ca8adee3 , #aa2bea2ca8adee3 a{color: rgba(74, 74, 74, 1);}#acaceae3d8a935d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acaceae3d8a935d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad5b6a4287a110e , #ad5b6a4287a110e a{color: rgba(74, 74, 74, 1);}#a20eba3133ae5fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a20eba3133ae5fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a13e6a8200ad990 , #a13e6a8200ad990 a{color: rgba(74, 74, 74, 1);}#ae2a7a4b00aec15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae2a7a4b00aec15  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab10fa020fa4414 , #ab10fa020fa4414 a{color: rgba(74, 74, 74, 1);}#acfaaa420da7482 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2084a2459ab0f4 , #a2084a2459ab0f4 a{color: rgba(255, 255, 255, 1);}#abbb8a2588a8e76 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac22aaa183a6532 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac22aaa183a6532 .marquee-wrap > .str_move {
  cursor: text;
}
#ac22aaa183a6532 .marquee-wrap:hover {
  background: #fafafa;
}
#ac22aaa183a6532 .marquee-wrap .content {
  position: absolute;
}
#ac22aaa183a6532 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac22aaa183a6532 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab69ea4b5eab95f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af049a5c0fa9e53 , #af049a5c0fa9e53 a{color: rgba(255, 255, 255, 1);}#a7dada01c7ac76c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a970baf870a553d .uk-navbar-item,
#a970baf870a553d .uk-navbar-nav > li > a,
#a970baf870a553d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a970baf870a553d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a970baf870a553d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a970baf870a553d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a970baf870a553d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a970baf870a553d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a970baf870a553d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a970baf870a553d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a970baf870a553d .logo {
  display: inline-block;
}
#a970baf870a553d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a970baf870a553d .ap-header-top {
    padding: 15px 10px;
  }
}
#a00a7a7250a85b0 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7b3ba6713a0d95 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6ccead032ab413 > .ele-wrap {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: 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: none;}#a1d32ae49dad652 > .ele-wrap {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: 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;}#a5dc8a23fea8d3b , #a5dc8a23fea8d3b a{color: rgba(0, 91, 172, 1);}#aeba2a8ae8a39d0 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a69fbaf152ab117 > .ele-wrap {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: 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;}#ad972a1e97a00c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad972a1e97a00c3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5254a1abfa7b7c , #a5254a1abfa7b7c a{color: rgba(74, 74, 74, 1);}#a97d1a7685a317f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a97d1a7685a317f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4259afe78a997a , #a4259afe78a997a a{color: rgba(74, 74, 74, 1);}#acbb4aec52a5ca3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acbb4aec52a5ca3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7725a8411a83b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7725a8411a83b8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa0fea1f0aa1d11 , #aa0fea1f0aa1d11 a{color: rgba(74, 74, 74, 1);}#a4defa239aa7b70 , #a4defa239aa7b70 a{color: rgba(74, 74, 74, 1);}#a90e5a51d7a55fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a90e5a51d7a55fd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4736a3ebead376 , #a4736a3ebead376 a{color: rgba(74, 74, 74, 1);}#a5324a0786a8bed > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aad87aec34ae571 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad87aec34ae571  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0004ab45aacf4d , #a0004ab45aacf4d a{color: rgba(74, 74, 74, 1);}#a59a6adc51aceb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a59a6adc51aceb2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab0dbabc6eae8d3 , #ab0dbabc6eae8d3 a{color: rgba(74, 74, 74, 1);}#a9da0a863da95e3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9da0a863da95e3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aee9ba3ffdabdc2 , #aee9ba3ffdabdc2 a{color: rgba(74, 74, 74, 1);}#a1c6aabc7aac110 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c6aabc7aac110  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa437a211dac2a7 , #aa437a211dac2a7 a{color: rgba(74, 74, 74, 1);}#ab65ba5a5ca5d8c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab65ba5a5ca5d8c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6b84a301dac281 , #a6b84a301dac281 a{color: rgba(74, 74, 74, 1);}#ade8aad46ea8a82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ade8aad46ea8a82  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0573abd9ca7897 , #a0573abd9ca7897 a{color: rgba(74, 74, 74, 1);}#aa900af3adaaab3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa900af3adaaab3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d80a9af1a6450 , #a4d80a9af1a6450 a{color: rgba(74, 74, 74, 1);}#a2a8ca54aeafd72 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abe25acc57af089 , #abe25acc57af089 a{color: rgba(255, 255, 255, 1);}#a96f1a591ca9eac > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a102aa6cc7a9ab0 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a102aa6cc7a9ab0 .marquee-wrap > .str_move {
  cursor: text;
}
#a102aa6cc7a9ab0 .marquee-wrap:hover {
  background: #fafafa;
}
#a102aa6cc7a9ab0 .marquee-wrap .content {
  position: absolute;
}
#a102aa6cc7a9ab0 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a102aa6cc7a9ab0 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1ed1a9330a00f2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6f35aeaaaa982f , #a6f35aeaaaa982f a{color: rgba(255, 255, 255, 1);}#acaeaafbe6afb58 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ab268aa3bbae7ce .uk-navbar-item,
#ab268aa3bbae7ce .uk-navbar-nav > li > a,
#ab268aa3bbae7ce .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ab268aa3bbae7ce .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab268aa3bbae7ce .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ab268aa3bbae7ce [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab268aa3bbae7ce .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ab268aa3bbae7ce .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ab268aa3bbae7ce .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ab268aa3bbae7ce .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ab268aa3bbae7ce .logo {
  display: inline-block;
}
#ab268aa3bbae7ce .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ab268aa3bbae7ce .ap-header-top {
    padding: 15px 10px;
  }
}
#a0ec1a4233aa2a3 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a9d24a4b63aa3dd .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#acebeaef89abe8c > .ele-wrap {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: 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: none;}#a11aba31b8a3964 > .ele-wrap {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: 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;}#a8654a64cdaa83b , #a8654a64cdaa83b a{color: rgba(0, 91, 172, 1);}#ac84ea4731a21e0 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a985fa4252ae4dc > .ele-wrap {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: 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;}#a7329a05e0ad4f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7329a05e0ad4f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4a23af7fdacc2a , #a4a23af7fdacc2a a{color: rgba(74, 74, 74, 1);}#acb89ab423a5f25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acb89ab423a5f25  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ddaa9d83af944 , #a3ddaa9d83af944 a{color: rgba(74, 74, 74, 1);}#a0a8da2f4fa618e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0a8da2f4fa618e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad743ab02eabdbc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad743ab02eabdbc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a727da74e6a3b11 , #a727da74e6a3b11 a{color: rgba(74, 74, 74, 1);}#a681bac8f9ab00b , #a681bac8f9ab00b a{color: rgba(74, 74, 74, 1);}#abf8cadbb8af171 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf8cadbb8af171  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09bbad8d7a4654 , #a09bbad8d7a4654 a{color: rgba(74, 74, 74, 1);}#a8ca1aa969ad697 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a55d7a4710a0249 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55d7a4710a0249  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a04aad9da9115 , #a3a04aad9da9115 a{color: rgba(74, 74, 74, 1);}#a04a8a3ce7ace3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a04a8a3ce7ace3a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ec3a3ddfa0f17 , #a3ec3a3ddfa0f17 a{color: rgba(74, 74, 74, 1);}#a32d4a3fc8a42c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a32d4a3fc8a42c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad6a8a2636ae91f , #ad6a8a2636ae91f a{color: rgba(74, 74, 74, 1);}#ae028a64e0ab507 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae028a64e0ab507  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af515a163ca2d86 , #af515a163ca2d86 a{color: rgba(74, 74, 74, 1);}#afc65a49c5ac6c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc65a49c5ac6c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4742a96ffac3e0 , #a4742a96ffac3e0 a{color: rgba(74, 74, 74, 1);}#a535ca750aa9022 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a535ca750aa9022  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1984a2e5da8df8 , #a1984a2e5da8df8 a{color: rgba(74, 74, 74, 1);}#a30d5a268eab8d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30d5a268eab8d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af9f0ae5eda0f8b , #af9f0ae5eda0f8b a{color: rgba(74, 74, 74, 1);}#a5beca3806ac0d8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9f0aa465aa382b , #a9f0aa465aa382b a{color: rgba(255, 255, 255, 1);}#a97bca1f82abe2d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2476a37cca6e41 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a2476a37cca6e41 .marquee-wrap > .str_move {
  cursor: text;
}
#a2476a37cca6e41 .marquee-wrap:hover {
  background: #fafafa;
}
#a2476a37cca6e41 .marquee-wrap .content {
  position: absolute;
}
#a2476a37cca6e41 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2476a37cca6e41 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6346a89fba39ad > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad330a9a7faed04 , #ad330a9a7faed04 a{color: rgba(255, 255, 255, 1);}#ac0b2a6304aa18b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a504eaa907a3c30 .uk-navbar-item,
#a504eaa907a3c30 .uk-navbar-nav > li > a,
#a504eaa907a3c30 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a504eaa907a3c30 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a504eaa907a3c30 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a504eaa907a3c30 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a504eaa907a3c30 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a504eaa907a3c30 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a504eaa907a3c30 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a504eaa907a3c30 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a504eaa907a3c30 .logo {
  display: inline-block;
}
#a504eaa907a3c30 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a504eaa907a3c30 .ap-header-top {
    padding: 15px 10px;
  }
}
#af00fa9bcaaf5c4 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a05b6ae456a498e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7b08ad0f2a9b8c > .ele-wrap {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: 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: none;}#ab2aea84fbabe76 > .ele-wrap {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: 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;}#a16f7ab39da745b , #a16f7ab39da745b a{color: rgba(0, 91, 172, 1);}#a2a73a4439ab47a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0116ae0e5a535b > .ele-wrap {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: 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;}#acf64a3cc9aae26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acf64a3cc9aae26  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adbe7a41b8ac4fe , #adbe7a41b8ac4fe a{color: rgba(74, 74, 74, 1);}#a3988ac203a7bf7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3988ac203a7bf7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5e5dad8aea3911 , #a5e5dad8aea3911 a{color: rgba(74, 74, 74, 1);}#a8414a3c33aaf3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8414a3c33aaf3c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acf63ad950a3404 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acf63ad950a3404  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8ee1a85e3ab568 , #a8ee1a85e3ab568 a{color: rgba(74, 74, 74, 1);}#a49a7ae449a0c2f , #a49a7ae449a0c2f a{color: rgba(74, 74, 74, 1);}#a46e0a5994a16ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a46e0a5994a16ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1260a9a4da8070 , #a1260a9a4da8070 a{color: rgba(74, 74, 74, 1);}#accfca90afa2e43 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac59bacd33a7857 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac59bacd33a7857  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2933ab46da246f , #a2933ab46da246f a{color: rgba(74, 74, 74, 1);}#a533da0092a0b94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a533da0092a0b94  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a48eca0fa3a1412 , #a48eca0fa3a1412 a{color: rgba(74, 74, 74, 1);}#a2edda5cb5a33fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2edda5cb5a33fa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adf10ab328a035d , #adf10ab328a035d a{color: rgba(74, 74, 74, 1);}#a0fc9a6c17a3052 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0fc9a6c17a3052  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6e7fa9f77af722 , #a6e7fa9f77af722 a{color: rgba(74, 74, 74, 1);}#a1be3abc1ea85cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1be3abc1ea85cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f29a3d3ba49ad , #a0f29a3d3ba49ad a{color: rgba(74, 74, 74, 1);}#a70aaab2d7aebf7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a70aaab2d7aebf7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7414a666da4f9f , #a7414a666da4f9f a{color: rgba(74, 74, 74, 1);}#aef8ea23e7a0524 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef8ea23e7a0524  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a39a3a8afda8d40 , #a39a3a8afda8d40 a{color: rgba(74, 74, 74, 1);}#ae015a713eae86d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a55c2aba8ca2d83 , #a55c2aba8ca2d83 a{color: rgba(255, 255, 255, 1);}#a3f64a3bc4a8a73 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0d3da2d3aa3ac1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0d3da2d3aa3ac1 .marquee-wrap > .str_move {
  cursor: text;
}
#a0d3da2d3aa3ac1 .marquee-wrap:hover {
  background: #fafafa;
}
#a0d3da2d3aa3ac1 .marquee-wrap .content {
  position: absolute;
}
#a0d3da2d3aa3ac1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0d3da2d3aa3ac1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a06e5a1c7fa197b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0993a04dba80ef , #a0993a04dba80ef a{color: rgba(255, 255, 255, 1);}#aa553a906da6dd8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad00ca137fac2b0 .uk-navbar-item,
#ad00ca137fac2b0 .uk-navbar-nav > li > a,
#ad00ca137fac2b0 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad00ca137fac2b0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad00ca137fac2b0 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad00ca137fac2b0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad00ca137fac2b0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad00ca137fac2b0 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad00ca137fac2b0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad00ca137fac2b0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad00ca137fac2b0 .logo {
  display: inline-block;
}
#ad00ca137fac2b0 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad00ca137fac2b0 .ap-header-top {
    padding: 15px 10px;
  }
}
#a6afaada0aa11f2 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#afb1fa0139a4680 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab5b3a3baea399e > .ele-wrap {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: 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: none;}#ad11ba0a1aa152b > .ele-wrap {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: 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;}#a26f1aca19af129 , #a26f1aca19af129 a{color: rgba(0, 91, 172, 1);}#a8195a9766a6e74 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af9a9a6194ac473 > .ele-wrap {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: 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;}#ab06ea031aac9d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab06ea031aac9d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6378a9b10a81c9 , #a6378a9b10a81c9 a{color: rgba(74, 74, 74, 1);}#ad625a97bda6fd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad625a97bda6fd4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aafe8a740ea9bda , #aafe8a740ea9bda a{color: rgba(74, 74, 74, 1);}#ad247af8dda8fff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad247af8dda8fff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3b74a2cf0ac4d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b74a2cf0ac4d0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6a48a415fad874 , #a6a48a415fad874 a{color: rgba(74, 74, 74, 1);}#a569da641baa9a5 , #a569da641baa9a5 a{color: rgba(74, 74, 74, 1);}#a5560a5758a5afa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5560a5758a5afa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acc70a0f22af85e , #acc70a0f22af85e a{color: rgba(74, 74, 74, 1);}#a19d4aed9eac2d4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2f88a6f97ab222 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2f88a6f97ab222  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a891ea1f1fa140c , #a891ea1f1fa140c a{color: rgba(74, 74, 74, 1);}#a77d7aa6c0a7def > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a77d7aa6c0a7def  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afabaa5b4aaf172 , #afabaa5b4aaf172 a{color: rgba(74, 74, 74, 1);}#a634aafb37ab766 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a634aafb37ab766  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa4bba9affa1e68 , #aa4bba9affa1e68 a{color: rgba(74, 74, 74, 1);}#a58e2aa9bba977f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58e2aa9bba977f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8c20aff89a0c2c , #a8c20aff89a0c2c a{color: rgba(74, 74, 74, 1);}#aeb41a0e2caf2f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeb41a0e2caf2f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a98fdac8a3a5838 , #a98fdac8a3a5838 a{color: rgba(74, 74, 74, 1);}#a4654ae6f4a02d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4654ae6f4a02d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a04b4a239aa8b3b , #a04b4a239aa8b3b a{color: rgba(74, 74, 74, 1);}#aeedba64f9ab94d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeedba64f9ab94d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af500a9d90ab4c6 , #af500a9d90ab4c6 a{color: rgba(74, 74, 74, 1);}#aac90a1a15a5edf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aaec7a46bea6458 , #aaec7a46bea6458 a{color: rgba(255, 255, 255, 1);}#a7be8a6d6ca5290 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a12f8afbcba499e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a12f8afbcba499e .marquee-wrap > .str_move {
  cursor: text;
}
#a12f8afbcba499e .marquee-wrap:hover {
  background: #fafafa;
}
#a12f8afbcba499e .marquee-wrap .content {
  position: absolute;
}
#a12f8afbcba499e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a12f8afbcba499e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a445da1c4eadc80 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad27ca8a4ea7e98 , #ad27ca8a4ea7e98 a{color: rgba(255, 255, 255, 1);}#ae2a5a26acafd3d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a770faa9f1a12be .uk-navbar-item,
#a770faa9f1a12be .uk-navbar-nav > li > a,
#a770faa9f1a12be .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a770faa9f1a12be .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a770faa9f1a12be .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a770faa9f1a12be [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a770faa9f1a12be .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a770faa9f1a12be .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a770faa9f1a12be .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a770faa9f1a12be .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a770faa9f1a12be .logo {
  display: inline-block;
}
#a770faa9f1a12be .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a770faa9f1a12be .ap-header-top {
    padding: 15px 10px;
  }
}
#af0dfa61e6a5326 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4535a3bf1aa828 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae38bad74fa4c94 > .ele-wrap {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: 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: none;}#a4787af2a1a1d83 > .ele-wrap {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: 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;}#ac7f7a3c4aa3b97 , #ac7f7a3c4aa3b97 a{color: rgba(0, 91, 172, 1);}#a6d6ba0afbac01c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2cd8a2a68a2419 > .ele-wrap {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: 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;}#af818aabeca5e56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af818aabeca5e56  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a417caef6bab696 , #a417caef6bab696 a{color: rgba(74, 74, 74, 1);}#a4ef4a2dc7a0621 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ef4a2dc7a0621  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8d59a6799a6013 , #a8d59a6799a6013 a{color: rgba(74, 74, 74, 1);}#aa8f2a8638a7655 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa8f2a8638a7655  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5bf4a9514aadcf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5bf4a9514aadcf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9298a9572af0a4 , #a9298a9572af0a4 a{color: rgba(74, 74, 74, 1);}#a4379aa920ad09b , #a4379aa920ad09b a{color: rgba(74, 74, 74, 1);}#a4573a9a85ad824 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4573a9a85ad824  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae3c3a37e4a5f19 , #ae3c3a37e4a5f19 a{color: rgba(74, 74, 74, 1);}#aca67a6adea2aba > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a7fc0a597ba2806 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7fc0a597ba2806  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abfc2a7d09a275e , #abfc2a7d09a275e a{color: rgba(74, 74, 74, 1);}#a1c84ac392aff0e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c84ac392aff0e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a13fbae348a03fd , #a13fbae348a03fd a{color: rgba(74, 74, 74, 1);}#ae5d6a3bcea79b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae5d6a3bcea79b0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab33cae325a61bd , #ab33cae325a61bd a{color: rgba(74, 74, 74, 1);}#af9eeab822a5419 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af9eeab822a5419  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a20dfa3cada3a3b , #a20dfa3cada3a3b a{color: rgba(74, 74, 74, 1);}#a280ca482dad2bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a280ca482dad2bc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af081a09dca6a47 , #af081a09dca6a47 a{color: rgba(74, 74, 74, 1);}#a5bf4ae126ac7eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5bf4ae126ac7eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a90d9af5f6aef57 , #a90d9af5f6aef57 a{color: rgba(74, 74, 74, 1);}#a2deca9ea3acae6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2deca9ea3acae6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a662ca42bca6317 , #a662ca42bca6317 a{color: rgba(74, 74, 74, 1);}#a08bca2ba5a0644 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a56bfad4e2aae93 , #a56bfad4e2aae93 a{color: rgba(255, 255, 255, 1);}#a5ecba6eb7a58b1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abaccab3b2a40e8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af88baf408a4d70 , #af88baf408a4d70 a{color: rgba(255, 255, 255, 1);}#aa7c3a1ac9abfaf .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa7c3a1ac9abfaf .marquee-wrap > .str_move {
  cursor: text;
}
#aa7c3a1ac9abfaf .marquee-wrap:hover {
  background: #fafafa;
}
#aa7c3a1ac9abfaf .marquee-wrap .content {
  position: absolute;
}
#aa7c3a1ac9abfaf .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
}
#aa7c3a1ac9abfaf .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
}
#a7284a4d4da0be5 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9cc1a7123a711b .uk-navbar-item,
#a9cc1a7123a711b .uk-navbar-nav > li > a,
#a9cc1a7123a711b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9cc1a7123a711b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9cc1a7123a711b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9cc1a7123a711b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9cc1a7123a711b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9cc1a7123a711b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9cc1a7123a711b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9cc1a7123a711b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9cc1a7123a711b .logo {
  display: inline-block;
}
#a9cc1a7123a711b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9cc1a7123a711b .ap-header-top {
    padding: 15px 10px;
  }
}
#aad04a01f4aecda .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5469a9ac1a0224 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abd4ca7dc7ac1d1 > .ele-wrap {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: 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: none;}#a9ebea8cfea794c > .ele-wrap {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: 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;}#acad5a0d3fa1217 , #acad5a0d3fa1217 a{color: rgba(0, 91, 172, 1);}#ae0f0afcd4ac059 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af512a6475a6ee9 > .ele-wrap {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: 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;}#ad360ab1a4ab2ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad360ab1a4ab2ac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f92aae33aa2d8 , #a6f92aae33aa2d8 a{color: rgba(74, 74, 74, 1);}#acfcba5e10a12a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acfcba5e10a12a2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac9d0acb77a5cbb , #ac9d0acb77a5cbb a{color: rgba(74, 74, 74, 1);}#a8d90a0674aa596 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8d90a0674aa596  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4da3a27e2a3595 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4da3a27e2a3595  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a74faa61b4aea5f , #a74faa61b4aea5f a{color: rgba(74, 74, 74, 1);}#a8cbaa9e02adebf , #a8cbaa9e02adebf a{color: rgba(74, 74, 74, 1);}#a05d5a16afa9450 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a05d5a16afa9450  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5979ad1b9a4022 , #a5979ad1b9a4022 a{color: rgba(74, 74, 74, 1);}#a3101a052ea9be4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#af4ccafc3da419e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af4ccafc3da419e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad3ffaf44ca7a6e , #ad3ffaf44ca7a6e a{color: rgba(74, 74, 74, 1);}#a5371a1b92a9b28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5371a1b92a9b28  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4cbca22a4a61d7 , #a4cbca22a4a61d7 a{color: rgba(74, 74, 74, 1);}#a98b1a7908a93fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a98b1a7908a93fb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a32dda1d0ca66fd , #a32dda1d0ca66fd a{color: rgba(74, 74, 74, 1);}#a1405a5945adbaf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1405a5945adbaf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7213aa628a6cd9 , #a7213aa628a6cd9 a{color: rgba(74, 74, 74, 1);}#a825ba1b10a353c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a825ba1b10a353c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9166ad9abada73 , #a9166ad9abada73 a{color: rgba(74, 74, 74, 1);}#afc62af8b6a73af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc62af8b6a73af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e55a637aaab85 , #a7e55a637aaab85 a{color: rgba(74, 74, 74, 1);}#a6d8cafc5ba2a65 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d8cafc5ba2a65  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9874ae0efadb6b , #a9874ae0efadb6b a{color: rgba(74, 74, 74, 1);}#acd42ac261a55e3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2373a48fda5824 , #a2373a48fda5824 a{color: rgba(255, 255, 255, 1);}#abddbaf927abfc0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab8a2ae648a43c1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab8a2ae648a43c1 .marquee-wrap > .str_move {
  cursor: text;
}
#ab8a2ae648a43c1 .marquee-wrap:hover {
  background: #fafafa;
}
#ab8a2ae648a43c1 .marquee-wrap .content {
  position: absolute;
}
#ab8a2ae648a43c1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab8a2ae648a43c1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a190ea0377ae0d4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af94da0c38ac64e , #af94da0c38ac64e a{color: rgba(255, 255, 255, 1);}#aafa2a2d7ca5dc7 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a229daaa26aaad3 .uk-navbar-item,
#a229daaa26aaad3 .uk-navbar-nav > li > a,
#a229daaa26aaad3 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a229daaa26aaad3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a229daaa26aaad3 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a229daaa26aaad3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a229daaa26aaad3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a229daaa26aaad3 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a229daaa26aaad3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a229daaa26aaad3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a229daaa26aaad3 .logo {
  display: inline-block;
}
#a229daaa26aaad3 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a229daaa26aaad3 .ap-header-top {
    padding: 15px 10px;
  }
}
#a970fa1e2ea8bd1 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aa221ade17af51f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#add2da8e09a4844 > .ele-wrap {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: 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: none;}#a2aafae332a29c6 > .ele-wrap {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: 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;}#a80d2aa7e6a38f0 , #a80d2aa7e6a38f0 a{color: rgba(0, 91, 172, 1);}#aff5eae968a8a0c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa624a26b5a65d7 > .ele-wrap {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: 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;}#a35cba2cd7afde2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a35cba2cd7afde2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8972afdf9a1a85 , #a8972afdf9a1a85 a{color: rgba(74, 74, 74, 1);}#a1a6eaf163a0502 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1a6eaf163a0502  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1b3baf961aa312 , #a1b3baf961aa312 a{color: rgba(74, 74, 74, 1);}#ac2e9afe57ad568 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac2e9afe57ad568  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a01d5aad28ae64d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a01d5aad28ae64d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a11f1aead7a5f46 , #a11f1aead7a5f46 a{color: rgba(74, 74, 74, 1);}#aeea1a11b2a5a6c , #aeea1a11b2a5a6c a{color: rgba(74, 74, 74, 1);}#ad340a0682a3209 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad340a0682a3209  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1738a8a1aada26 , #a1738a8a1aada26 a{color: rgba(74, 74, 74, 1);}#a2b15aad32afc08 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a7812a1c49a66cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7812a1c49a66cb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aba30a28a8a9d4a , #aba30a28a8a9d4a a{color: rgba(74, 74, 74, 1);}#ad5b1a8133a5164 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad5b1a8133a5164  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4f20a86eba46e0 , #a4f20a86eba46e0 a{color: rgba(74, 74, 74, 1);}#a9c7ba64bfaf650 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9c7ba64bfaf650  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2796ad4cda753e , #a2796ad4cda753e a{color: rgba(74, 74, 74, 1);}#a2578a7e81a6c9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2578a7e81a6c9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acd1ca526fa2c12 , #acd1ca526fa2c12 a{color: rgba(74, 74, 74, 1);}#a6b10af5a7a814d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6b10af5a7a814d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af0d0a83c8a1bf9 , #af0d0a83c8a1bf9 a{color: rgba(74, 74, 74, 1);}#ad816a341ead1f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad816a341ead1f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a379ca426ea7ecc , #a379ca426ea7ecc a{color: rgba(74, 74, 74, 1);}#aa47aa6ab7ac871 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa47aa6ab7ac871  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3ca2ada3da7ea3 , #a3ca2ada3da7ea3 a{color: rgba(74, 74, 74, 1);}#a4d7da06c1a2d36 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af5f4a8d28aa9ff , #af5f4a8d28aa9ff a{color: rgba(255, 255, 255, 1);}#a95b8a24a8af994 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a96a0a09e7ab0ac .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a96a0a09e7ab0ac .marquee-wrap > .str_move {
  cursor: text;
}
#a96a0a09e7ab0ac .marquee-wrap:hover {
  background: #fafafa;
}
#a96a0a09e7ab0ac .marquee-wrap .content {
  position: absolute;
}
#a96a0a09e7ab0ac .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a96a0a09e7ab0ac .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9055a7c94ad9e1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a945ca0158a5bb6 , #a945ca0158a5bb6 a{color: rgba(255, 255, 255, 1);}#ac725a6e17ab613 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a2815ae3bba468c .uk-navbar-item,
#a2815ae3bba468c .uk-navbar-nav > li > a,
#a2815ae3bba468c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a2815ae3bba468c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2815ae3bba468c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a2815ae3bba468c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2815ae3bba468c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a2815ae3bba468c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a2815ae3bba468c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a2815ae3bba468c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a2815ae3bba468c .logo {
  display: inline-block;
}
#a2815ae3bba468c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a2815ae3bba468c .ap-header-top {
    padding: 15px 10px;
  }
}
#ad10aaa9eca8839 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abaf7aa932ac785 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a239daa9b3ae6fe > .ele-wrap {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: 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: none;}#a9001ab47fafd07 > .ele-wrap {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: 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;}#ae718a09c0aca7e , #ae718a09c0aca7e a{color: rgba(0, 91, 172, 1);}#a6a7da71d5a0359 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af370a01f5abc81 > .ele-wrap {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: 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;}#a7288ac7f7ab539 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7288ac7f7ab539  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a96a0d08a8c10 , #a5a96a0d08a8c10 a{color: rgba(74, 74, 74, 1);}#a860eaba30a96a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a860eaba30a96a6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6504a79dda1a67 , #a6504a79dda1a67 a{color: rgba(74, 74, 74, 1);}#a32f8a3cdaa5419 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a32f8a3cdaa5419  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaa55ac684a7f11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaa55ac684a7f11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a97a5a385faefdb , #a97a5a385faefdb a{color: rgba(74, 74, 74, 1);}#a87ffa08f3ab6c5 , #a87ffa08f3ab6c5 a{color: rgba(74, 74, 74, 1);}#a1516a8da3a6fa6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1516a8da3a6fa6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad07da3a75aee9e , #ad07da3a75aee9e a{color: rgba(74, 74, 74, 1);}#ab470aa475a1a1c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a75e3a91f0ab169 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a75e3a91f0ab169  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7d17a2fd6a5339 , #a7d17a2fd6a5339 a{color: rgba(74, 74, 74, 1);}#a54d9a8badac67b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a54d9a8badac67b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9b2daa5a5a654a , #a9b2daa5a5a654a a{color: rgba(74, 74, 74, 1);}#afc16a4722a3813 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc16a4722a3813  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a616eab89eac68a , #a616eab89eac68a a{color: rgba(74, 74, 74, 1);}#aa6afa42aca280b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6afa42aca280b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa96babf33aee28 , #aa96babf33aee28 a{color: rgba(74, 74, 74, 1);}#aee7ea8834a6023 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aee7ea8834a6023  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2696a0087a9074 , #a2696a0087a9074 a{color: rgba(74, 74, 74, 1);}#aa565a7001aae10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa565a7001aae10  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4294a944caa89b , #a4294a944caa89b a{color: rgba(74, 74, 74, 1);}#a279fa4703aa270 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a279fa4703aa270  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6b9faf614a14e7 , #a6b9faf614a14e7 a{color: rgba(74, 74, 74, 1);}#a36faa1edaa3d16 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0784a02cbabca8 , #a0784a02cbabca8 a{color: rgba(255, 255, 255, 1);}#afb76aaeddac44c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae69ca9d74aefe1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae69ca9d74aefe1 .marquee-wrap > .str_move {
  cursor: text;
}
#ae69ca9d74aefe1 .marquee-wrap:hover {
  background: #fafafa;
}
#ae69ca9d74aefe1 .marquee-wrap .content {
  position: absolute;
}
#ae69ca9d74aefe1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae69ca9d74aefe1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abe4da1376a4d80 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a612da6f2ba6e0d , #a612da6f2ba6e0d a{color: rgba(255, 255, 255, 1);}#a9bb0acb99a7402 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#affeba3125a3c9a .uk-navbar-item,
#affeba3125a3c9a .uk-navbar-nav > li > a,
#affeba3125a3c9a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#affeba3125a3c9a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#affeba3125a3c9a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#affeba3125a3c9a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#affeba3125a3c9a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#affeba3125a3c9a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#affeba3125a3c9a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#affeba3125a3c9a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#affeba3125a3c9a .logo {
  display: inline-block;
}
#affeba3125a3c9a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #affeba3125a3c9a .ap-header-top {
    padding: 15px 10px;
  }
}
#a32a9a11f5a9f4d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3ca9aab36a37a7 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2d30a3118adee7 > .ele-wrap {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: 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: none;}#a8c9aa92dbab1b3 > .ele-wrap {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: 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;}#a803da07f5ad339 , #a803da07f5ad339 a{color: rgba(0, 91, 172, 1);}#a0d12a80d3ad744 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa1cead423aa559 > .ele-wrap {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: 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;}#a7444a523caff4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7444a523caff4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a38eea68e1a6988 , #a38eea68e1a6988 a{color: rgba(74, 74, 74, 1);}#a0cc0a4545a9dd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0cc0a4545a9dd5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6a0fa7dd3af8cb , #a6a0fa7dd3af8cb a{color: rgba(74, 74, 74, 1);}#aeeefa221fa3108 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeeefa221fa3108  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a165ea458da5c55 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a165ea458da5c55  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55d7a2048a8a15 , #a55d7a2048a8a15 a{color: rgba(74, 74, 74, 1);}#aaac6a7fc5a6120 , #aaac6a7fc5a6120 a{color: rgba(74, 74, 74, 1);}#a2c2ca9cbda9fe1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c2ca9cbda9fe1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acefba269ea02eb , #acefba269ea02eb a{color: rgba(74, 74, 74, 1);}#afe4dae2eca2a1e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab945a106ca5cb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab945a106ca5cb9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4f1cacddbaa19f , #a4f1cacddbaa19f a{color: rgba(74, 74, 74, 1);}#a184caabeeaec8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a184caabeeaec8f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a57b9a956aab03d , #a57b9a956aab03d a{color: rgba(74, 74, 74, 1);}#a28a4a45d0adf67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a28a4a45d0adf67  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a865fadf69ae688 , #a865fadf69ae688 a{color: rgba(74, 74, 74, 1);}#a3aa5a2098ab7df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3aa5a2098ab7df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af6b1ab7bba4400 , #af6b1ab7bba4400 a{color: rgba(74, 74, 74, 1);}#a9237af0d3a3793 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9237af0d3a3793  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8682ad213a7b3d , #a8682ad213a7b3d a{color: rgba(74, 74, 74, 1);}#ac873ae62eaf0f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac873ae62eaf0f8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a076dacc74a0542 , #a076dacc74a0542 a{color: rgba(74, 74, 74, 1);}#a5ce3ad032a26c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ce3ad032a26c3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aac12a5771aa8c3 , #aac12a5771aa8c3 a{color: rgba(74, 74, 74, 1);}#aea96acbd6aa9e6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a37c3a874caa841 , #a37c3a874caa841 a{color: rgba(255, 255, 255, 1);}#adea7a037aadf6b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1d9ea015caef8e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1d9ea015caef8e .marquee-wrap > .str_move {
  cursor: text;
}
#a1d9ea015caef8e .marquee-wrap:hover {
  background: #fafafa;
}
#a1d9ea015caef8e .marquee-wrap .content {
  position: absolute;
}
#a1d9ea015caef8e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1d9ea015caef8e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4156a55f6a31eb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad454a47a6af0d9 , #ad454a47a6af0d9 a{color: rgba(255, 255, 255, 1);}#a09eaa086ca8384 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a8486ae76bae27f .uk-navbar-item,
#a8486ae76bae27f .uk-navbar-nav > li > a,
#a8486ae76bae27f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a8486ae76bae27f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8486ae76bae27f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a8486ae76bae27f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8486ae76bae27f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a8486ae76bae27f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a8486ae76bae27f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a8486ae76bae27f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a8486ae76bae27f .logo {
  display: inline-block;
}
#a8486ae76bae27f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a8486ae76bae27f .ap-header-top {
    padding: 15px 10px;
  }
}
#a2beaa8ad8afcad .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#afcffa6422a1221 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a06ffa573fa09e7 > .ele-wrap {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: 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: none;}#a72faa9f72a5d4f > .ele-wrap {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: 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;}#ad2c1a4a8ba099f , #ad2c1a4a8ba099f a{color: rgba(0, 91, 172, 1);}#afa98ad819a60e8 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af3e3a6bbfa072c > .ele-wrap {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: 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;}#aea19ae35eabe06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea19ae35eabe06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a79f1abfdfad6a6 , #a79f1abfdfad6a6 a{color: rgba(74, 74, 74, 1);}#a6e42ac6b1a03e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e42ac6b1a03e7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac901acdd1ae683 , #ac901acdd1ae683 a{color: rgba(74, 74, 74, 1);}#a50c0aeccca5ae4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a50c0aeccca5ae4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9b06a23e7ac733 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9b06a23e7ac733  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b60a598fae554 , #a8b60a598fae554 a{color: rgba(74, 74, 74, 1);}#ac655a0ba6a651a , #ac655a0ba6a651a a{color: rgba(74, 74, 74, 1);}#af2aaaba8ba6596 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af2aaaba8ba6596  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a37ffa6e7da64ed , #a37ffa6e7da64ed a{color: rgba(74, 74, 74, 1);}#a2194a95eda2b0e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0d33a4c95a30fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d33a4c95a30fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ada94a2102a6411 , #ada94a2102a6411 a{color: rgba(74, 74, 74, 1);}#a2976aecf1acb8b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2976aecf1acb8b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a7ba066ba4641 , #a0a7ba066ba4641 a{color: rgba(74, 74, 74, 1);}#a58e3aa25cafb9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58e3aa25cafb9a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abba1adecfa027b , #abba1adecfa027b a{color: rgba(74, 74, 74, 1);}#ae66aa88c0a9cea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae66aa88c0a9cea  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab868acc50a3d2e , #ab868acc50a3d2e a{color: rgba(74, 74, 74, 1);}#a4dd8a9354a3e5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4dd8a9354a3e5a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2708a7019aeda8 , #a2708a7019aeda8 a{color: rgba(74, 74, 74, 1);}#a845da2691a04ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a845da2691a04ab  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af91ea073da6eb6 , #af91ea073da6eb6 a{color: rgba(74, 74, 74, 1);}#a7821a82daa854c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7821a82daa854c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a12fea1c05a47a1 , #a12fea1c05a47a1 a{color: rgba(74, 74, 74, 1);}#a6bf9abb8da4715 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9ae4a6943a8735 , #a9ae4a6943a8735 a{color: rgba(255, 255, 255, 1);}#a297da5b6ea010d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af2eeac514a3477 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af2eeac514a3477 .marquee-wrap > .str_move {
  cursor: text;
}
#af2eeac514a3477 .marquee-wrap:hover {
  background: #fafafa;
}
#af2eeac514a3477 .marquee-wrap .content {
  position: absolute;
}
#af2eeac514a3477 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af2eeac514a3477 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a00e6ac043afc74 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aad7dafe24aa969 , #aad7dafe24aa969 a{color: rgba(255, 255, 255, 1);}#ac7e5aeafea4e7b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a31eaa4e05a0781 .uk-navbar-item,
#a31eaa4e05a0781 .uk-navbar-nav > li > a,
#a31eaa4e05a0781 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a31eaa4e05a0781 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a31eaa4e05a0781 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a31eaa4e05a0781 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a31eaa4e05a0781 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a31eaa4e05a0781 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a31eaa4e05a0781 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a31eaa4e05a0781 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a31eaa4e05a0781 .logo {
  display: inline-block;
}
#a31eaa4e05a0781 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a31eaa4e05a0781 .ap-header-top {
    padding: 15px 10px;
  }
}
#a2f1aa9336abc57 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a77dea28eea29b4 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a66b0a81f5a62a9 > .ele-wrap {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: 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: none;}#ae155ae7daad2f7 > .ele-wrap {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: 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;}#aa0e2a3683a75f5 , #aa0e2a3683a75f5 a{color: rgba(0, 91, 172, 1);}#a5ae3a00bcac9be > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6d6fa7fc9a8916 > .ele-wrap {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: 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;}#a15c8a0267a6f92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a15c8a0267a6f92  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99d8a8abea7591 , #a99d8a8abea7591 a{color: rgba(74, 74, 74, 1);}#a07c5a4892ab78d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a07c5a4892ab78d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2dbbafe0ea60d2 , #a2dbbafe0ea60d2 a{color: rgba(74, 74, 74, 1);}#a1e15adedfa46cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1e15adedfa46cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a5ea5927a17d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0a5ea5927a17d7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a00c3abbf3abddf , #a00c3abbf3abddf a{color: rgba(74, 74, 74, 1);}#a3c5faca49a9d47 , #a3c5faca49a9d47 a{color: rgba(74, 74, 74, 1);}#a2847a2154a8c24 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2847a2154a8c24  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad087a9715a716e , #ad087a9715a716e a{color: rgba(74, 74, 74, 1);}#af195a07a7a50ba > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0cd3ac074a8161 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0cd3ac074a8161  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad55da3518ae003 , #ad55da3518ae003 a{color: rgba(74, 74, 74, 1);}#aca84a53c6af63c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca84a53c6af63c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a920daf126a58b8 , #a920daf126a58b8 a{color: rgba(74, 74, 74, 1);}#a0716ae6a5a639d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0716ae6a5a639d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad2b9a4fa3a8245 , #ad2b9a4fa3a8245 a{color: rgba(74, 74, 74, 1);}#ac3d0a9973afb05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac3d0a9973afb05  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5754a26c0ac860 , #a5754a26c0ac860 a{color: rgba(74, 74, 74, 1);}#aa6fca58aea9e0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6fca58aea9e0d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac4a9a3fdea5337 , #ac4a9a3fdea5337 a{color: rgba(74, 74, 74, 1);}#add32a0df6aab43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add32a0df6aab43  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4025a196da22f3 , #a4025a196da22f3 a{color: rgba(74, 74, 74, 1);}#a09a4a1ea3aece9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a09a4a1ea3aece9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a33aea92faa93a9 , #a33aea92faa93a9 a{color: rgba(74, 74, 74, 1);}#ad14daff65a6bca > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a91c9ad6d3ab4d7 , #a91c9ad6d3ab4d7 a{color: rgba(255, 255, 255, 1);}#a6a24ab442a145c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a501caa2dba0299 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a501caa2dba0299 .marquee-wrap > .str_move {
  cursor: text;
}
#a501caa2dba0299 .marquee-wrap:hover {
  background: #fafafa;
}
#a501caa2dba0299 .marquee-wrap .content {
  position: absolute;
}
#a501caa2dba0299 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a501caa2dba0299 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1a22a7f50a3c23 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8f9ba5541abb1c , #a8f9ba5541abb1c a{color: rgba(255, 255, 255, 1);}#abbfbaf666a8872 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac4fda5f15a0ebf .uk-navbar-item,
#ac4fda5f15a0ebf .uk-navbar-nav > li > a,
#ac4fda5f15a0ebf .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4fda5f15a0ebf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4fda5f15a0ebf .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4fda5f15a0ebf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4fda5f15a0ebf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4fda5f15a0ebf .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4fda5f15a0ebf .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4fda5f15a0ebf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4fda5f15a0ebf .logo {
  display: inline-block;
}
#ac4fda5f15a0ebf .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4fda5f15a0ebf .ap-header-top {
    padding: 15px 10px;
  }
}
#aed83a905da6174 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a52a5a740ca2bc5 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aedeaabd5aac591 > .ele-wrap {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: 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: none;}#a7db0a70b3a0452 > .ele-wrap {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: 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;}#a6d85a30f2a81b0 , #a6d85a30f2a81b0 a{color: rgba(0, 91, 172, 1);}#ad3e0aa1fba9929 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a75d7ac0dea50c5 > .ele-wrap {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: 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;}#ad63eae794a03ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad63eae794a03ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7306abb5aa6767 , #a7306abb5aa6767 a{color: rgba(74, 74, 74, 1);}#a6f54ac8e8ad73f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6f54ac8e8ad73f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1b58ad070ad3c5 , #a1b58ad070ad3c5 a{color: rgba(74, 74, 74, 1);}#a1f08a494fa7e1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f08a494fa7e1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30cfa3395a17d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30cfa3395a17d9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae9e7a3305a659a , #ae9e7a3305a659a a{color: rgba(74, 74, 74, 1);}#a77c8a2f74a3e18 , #a77c8a2f74a3e18 a{color: rgba(74, 74, 74, 1);}#aac77a636da9636 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac77a636da9636  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab6c4a7419aa159 , #ab6c4a7419aa159 a{color: rgba(74, 74, 74, 1);}#a0173a7abead67e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa799ac63eaf66f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa799ac63eaf66f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1df5a8f0ba95ec , #a1df5a8f0ba95ec a{color: rgba(74, 74, 74, 1);}#a401fa79efaf195 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a401fa79efaf195  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8139a2287a678f , #a8139a2287a678f a{color: rgba(74, 74, 74, 1);}#a6aacaef20abd2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6aacaef20abd2e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8515a41f4a9a57 , #a8515a41f4a9a57 a{color: rgba(74, 74, 74, 1);}#a6e7dab8f4a5c33 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e7dab8f4a5c33  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae3d1ad014aa25e , #ae3d1ad014aa25e a{color: rgba(74, 74, 74, 1);}#a0652a22ffa1a83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0652a22ffa1a83  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0153a2ffca9f37 , #a0153a2ffca9f37 a{color: rgba(74, 74, 74, 1);}#a6167a33c2a10d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6167a33c2a10d3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80b1a7f3faf76f , #a80b1a7f3faf76f a{color: rgba(74, 74, 74, 1);}#ae644a7fd9a26dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae644a7fd9a26dc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2857a0fc5a239f , #a2857a0fc5a239f a{color: rgba(74, 74, 74, 1);}#a8e05a3c7caebee > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0954a914fad726 , #a0954a914fad726 a{color: rgba(255, 255, 255, 1);}#a2081aea6aa145e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a59d2a0383a45da .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a59d2a0383a45da .marquee-wrap > .str_move {
  cursor: text;
}
#a59d2a0383a45da .marquee-wrap:hover {
  background: #fafafa;
}
#a59d2a0383a45da .marquee-wrap .content {
  position: absolute;
}
#a59d2a0383a45da .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a59d2a0383a45da .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a917da0e54a0164 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adf6faf969a949c , #adf6faf969a949c a{color: rgba(255, 255, 255, 1);}#a820cab89ca2d0e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9b9ea72aea78a0 .uk-navbar-item,
#a9b9ea72aea78a0 .uk-navbar-nav > li > a,
#a9b9ea72aea78a0 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9b9ea72aea78a0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9b9ea72aea78a0 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9b9ea72aea78a0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9b9ea72aea78a0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9b9ea72aea78a0 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9b9ea72aea78a0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9b9ea72aea78a0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9b9ea72aea78a0 .logo {
  display: inline-block;
}
#a9b9ea72aea78a0 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9b9ea72aea78a0 .ap-header-top {
    padding: 15px 10px;
  }
}
#a308dad0dda5060 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1164a5235ad0e0 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6449a3f2aa356a > .ele-wrap {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: 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: none;}#af764a7581ace89 > .ele-wrap {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: 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;}#a3ba3aa378a396a , #a3ba3aa378a396a a{color: rgba(0, 91, 172, 1);}#a0938ad32aae3f5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a11c5a5f5da989d > .ele-wrap {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: 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;}#ab31ead6b8a1b61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab31ead6b8a1b61  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab48ea8835a826a , #ab48ea8835a826a a{color: rgba(74, 74, 74, 1);}#a177ba1f4ca2aee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a177ba1f4ca2aee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6868a2544a4c87 , #a6868a2544a4c87 a{color: rgba(74, 74, 74, 1);}#a5c95a11aaadc82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c95a11aaadc82  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa488a3617a127f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa488a3617a127f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3dcba57a3aff7b , #a3dcba57a3aff7b a{color: rgba(74, 74, 74, 1);}#a0406a21f2af30c , #a0406a21f2af30c a{color: rgba(74, 74, 74, 1);}#aeca7a1a15a2861 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeca7a1a15a2861  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3fa2aff3baf2d6 , #a3fa2aff3baf2d6 a{color: rgba(74, 74, 74, 1);}#af161a4be9a1be1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#abf49a2d73adfd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf49a2d73adfd1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a502da9dfea37ef , #a502da9dfea37ef a{color: rgba(74, 74, 74, 1);}#aa24baaaf6aec71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa24baaaf6aec71  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa6cca222ca320b , #aa6cca222ca320b a{color: rgba(74, 74, 74, 1);}#ac2cca86fbab695 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac2cca86fbab695  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac6b8a1e8ca408a , #ac6b8a1e8ca408a a{color: rgba(74, 74, 74, 1);}#af3e1aa71fa8101 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af3e1aa71fa8101  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6fd6af646abc6d , #a6fd6af646abc6d a{color: rgba(74, 74, 74, 1);}#a9ef3abe9fa7d93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ef3abe9fa7d93  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adf63ac490aef68 , #adf63ac490aef68 a{color: rgba(74, 74, 74, 1);}#af64ea11c1a23ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af64ea11c1a23ac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5985a7b26a48c1 , #a5985a7b26a48c1 a{color: rgba(74, 74, 74, 1);}#a49faaf6b5add26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a49faaf6b5add26  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad6bbad77ea4ff8 , #ad6bbad77ea4ff8 a{color: rgba(74, 74, 74, 1);}#af7aca1687a302e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae046ab8c6a30b7 , #ae046ab8c6a30b7 a{color: rgba(255, 255, 255, 1);}#a4f18a487ea9369 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a67b3a3eefa4da3 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a67b3a3eefa4da3 .marquee-wrap > .str_move {
  cursor: text;
}
#a67b3a3eefa4da3 .marquee-wrap:hover {
  background: #fafafa;
}
#a67b3a3eefa4da3 .marquee-wrap .content {
  position: absolute;
}
#a67b3a3eefa4da3 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a67b3a3eefa4da3 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a151ca0479ad05f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab947a1e88a30b8 , #ab947a1e88a30b8 a{color: rgba(255, 255, 255, 1);}#a42a8ad0afaa92e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a1caea766bada71 .uk-navbar-item,
#a1caea766bada71 .uk-navbar-nav > li > a,
#a1caea766bada71 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1caea766bada71 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1caea766bada71 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1caea766bada71 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1caea766bada71 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a1caea766bada71 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1caea766bada71 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a1caea766bada71 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1caea766bada71 .logo {
  display: inline-block;
}
#a1caea766bada71 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1caea766bada71 .ap-header-top {
    padding: 15px 10px;
  }
}
#a087daa1e6a6afd .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5acaa00f7a1505 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0179accaca22d2 > .ele-wrap {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: 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: none;}#ab95aa6cbfac24e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a1439a0327a9b06 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8db7a218fa3c53 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8100aa3d9a2d84 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aaf80a17b6a1b5e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7e62a4f16aea49 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5299af516a9f85 > .ele-wrap {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: 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;}#a767ea7f5caaa9a , #a767ea7f5caaa9a a{color: rgba(0, 91, 172, 1);}#a4031a1e70a943a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1746a1844ab8a2 > .ele-wrap {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: 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;}#a8faea4952ad5f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8faea4952ad5f7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4113a1690a4288 , #a4113a1690a4288 a{color: rgba(74, 74, 74, 1);}#af65eab0e4a3929 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af65eab0e4a3929  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a58d5a3e8dab107 , #a58d5a3e8dab107 a{color: rgba(74, 74, 74, 1);}#a9a1ea16a7a149d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9a1ea16a7a149d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4175ad868a1b0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4175ad868a1b0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f5baad07aad50 , #a5f5baad07aad50 a{color: rgba(74, 74, 74, 1);}#a173faf139a88b6 , #a173faf139a88b6 a{color: rgba(74, 74, 74, 1);}#aac18aed44a574a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac18aed44a574a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5d68a9fb6af674 , #a5d68a9fb6af674 a{color: rgba(74, 74, 74, 1);}#a8e8aa9db0a131e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0d4fa497ea81fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d4fa497ea81fe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a78aba7e34a4373 , #a78aba7e34a4373 a{color: rgba(74, 74, 74, 1);}#ab60baf024a27ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab60baf024a27ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abcdaae339a91a7 , #abcdaae339a91a7 a{color: rgba(74, 74, 74, 1);}#a21d7a3640a4670 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a21d7a3640a4670  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac662a7a8babc24 , #ac662a7a8babc24 a{color: rgba(74, 74, 74, 1);}#abcd4a345ba119c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abcd4a345ba119c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a417fa8245a85b0 , #a417fa8245a85b0 a{color: rgba(74, 74, 74, 1);}#a582faad22a6915 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a582faad22a6915  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afbbcae8baac350 , #afbbcae8baac350 a{color: rgba(74, 74, 74, 1);}#a1a45a480fa187f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1a45a480fa187f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6312afee3a1b97 , #a6312afee3a1b97 a{color: rgba(74, 74, 74, 1);}#abdbcade9eaba6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abdbcade9eaba6c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8fd9a66c6a7e3a , #a8fd9a66c6a7e3a a{color: rgba(74, 74, 74, 1);}#a7966a8459a2562 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0b3faa380a0cc5 , #a0b3faa380a0cc5 a{color: rgba(255, 255, 255, 1);}#aa015ab279abb67 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a698ba2a72a771f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a698ba2a72a771f .marquee-wrap > .str_move {
  cursor: text;
}
#a698ba2a72a771f .marquee-wrap:hover {
  background: #fafafa;
}
#a698ba2a72a771f .marquee-wrap .content {
  position: absolute;
}
#a698ba2a72a771f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a698ba2a72a771f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa5e5a688ba9da8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a54a3a3015ae5a9 , #a54a3a3015ae5a9 a{color: rgba(255, 255, 255, 1);}#a8efaa79faa70a2 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a7df7a6ac6a27ea .uk-navbar-item,
#a7df7a6ac6a27ea .uk-navbar-nav > li > a,
#a7df7a6ac6a27ea .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7df7a6ac6a27ea .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7df7a6ac6a27ea .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7df7a6ac6a27ea [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7df7a6ac6a27ea .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a7df7a6ac6a27ea .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7df7a6ac6a27ea .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a7df7a6ac6a27ea .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7df7a6ac6a27ea .logo {
  display: inline-block;
}
#a7df7a6ac6a27ea .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7df7a6ac6a27ea .ap-header-top {
    padding: 15px 10px;
  }
}
#af6caa664faaf6c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a0890a72eda1ee6 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2a80a0954a13cb > .ele-wrap {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: 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: none;}#ada3cadbdda5fe6 > .ele-wrap {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: 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;}#ab6d9ad7dea4fc1 , #ab6d9ad7dea4fc1 a{color: rgba(0, 91, 172, 1);}#a5fbfa87fea9ae6 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5398af889accbd > .ele-wrap {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: 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;}#aaa65ab8e2abbca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaa65ab8e2abbca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab40ea77f3ab378 , #ab40ea77f3ab378 a{color: rgba(74, 74, 74, 1);}#af150a0f9ba8965 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af150a0f9ba8965  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4ad3ad269ae982 , #a4ad3ad269ae982 a{color: rgba(74, 74, 74, 1);}#ae7aaa7d2ca4fe3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae7aaa7d2ca4fe3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab889ad0eba1143 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab889ad0eba1143  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a80a1a087baa19b , #a80a1a087baa19b a{color: rgba(74, 74, 74, 1);}#a448fa6649adcd7 , #a448fa6649adcd7 a{color: rgba(74, 74, 74, 1);}#ad333aee9da355c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad333aee9da355c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a04e8ad160a01da , #a04e8ad160a01da a{color: rgba(74, 74, 74, 1);}#af328a6f11ab122 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab187a2fa0afbbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab187a2fa0afbbd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6e68a4e21ac46d , #a6e68a4e21ac46d a{color: rgba(74, 74, 74, 1);}#a48ecaef8aaaee1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a48ecaef8aaaee1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a47b2a625faa32f , #a47b2a625faa32f a{color: rgba(74, 74, 74, 1);}#a7be4add57ac071 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7be4add57ac071  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa0fda89c6abfc9 , #aa0fda89c6abfc9 a{color: rgba(74, 74, 74, 1);}#a1ae3ac827a2bb0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ae3ac827a2bb0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5478aab2baadc3 , #a5478aab2baadc3 a{color: rgba(74, 74, 74, 1);}#a6d07a89bfad4b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d07a89bfad4b5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac56da5b0eabccf , #ac56da5b0eabccf a{color: rgba(74, 74, 74, 1);}#ab978a5311a3409 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab978a5311a3409  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8423ad2d0ac8d3 , #a8423ad2d0ac8d3 a{color: rgba(74, 74, 74, 1);}#a6419a446fa159c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6419a446fa159c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab1f1ac6efa1467 , #ab1f1ac6efa1467 a{color: rgba(74, 74, 74, 1);}#af28ea5072a9ea3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5049af94fa37a6 , #a5049af94fa37a6 a{color: rgba(255, 255, 255, 1);}#afb9ea5398abf71 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab4efaafa1a6184 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab4efaafa1a6184 .marquee-wrap > .str_move {
  cursor: text;
}
#ab4efaafa1a6184 .marquee-wrap:hover {
  background: #fafafa;
}
#ab4efaafa1a6184 .marquee-wrap .content {
  position: absolute;
}
#ab4efaafa1a6184 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab4efaafa1a6184 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8596afdfba753b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af08ea4112ad0a0 , #af08ea4112ad0a0 a{color: rgba(255, 255, 255, 1);}#ab0b0a21e1acd1d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a638baa446a7a48 .uk-navbar-item,
#a638baa446a7a48 .uk-navbar-nav > li > a,
#a638baa446a7a48 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a638baa446a7a48 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a638baa446a7a48 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a638baa446a7a48 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a638baa446a7a48 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a638baa446a7a48 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a638baa446a7a48 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a638baa446a7a48 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a638baa446a7a48 .logo {
  display: inline-block;
}
#a638baa446a7a48 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a638baa446a7a48 .ap-header-top {
    padding: 15px 10px;
  }
}
#acd7bad562afd38 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7ff0a93cda6f43 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7215adba8ae780 > .ele-wrap {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: 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: none;}#aa0aeac6d8af8d5 > .ele-wrap {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: 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;}#afb91a5620a3c1f , #afb91a5620a3c1f a{color: rgba(0, 91, 172, 1);}#adf65a05ffabfbd > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a7176ac9f8ad830 > .ele-wrap {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: 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;}#a85c4a6e07a7fce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a85c4a6e07a7fce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3e46ab742acc7d , #a3e46ab742acc7d a{color: rgba(74, 74, 74, 1);}#a05e6abf63a75fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a05e6abf63a75fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae99ba889ca4893 , #ae99ba889ca4893 a{color: rgba(74, 74, 74, 1);}#a0260a54dea7f46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0260a54dea7f46  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8a6ea4e08a4662 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a6ea4e08a4662  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9e7a07d3aea3a , #ad9e7a07d3aea3a a{color: rgba(74, 74, 74, 1);}#ac627ace12a57a6 , #ac627ace12a57a6 a{color: rgba(74, 74, 74, 1);}#a0900afb90aa97f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0900afb90aa97f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2f94aea01af280 , #a2f94aea01af280 a{color: rgba(74, 74, 74, 1);}#a3631a0471a7bd0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#acbc7a5f43a55d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acbc7a5f43a55d5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af028ab2f2acf93 , #af028ab2f2acf93 a{color: rgba(74, 74, 74, 1);}#abfa5aeb44abd79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abfa5aeb44abd79  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab081a3139abd24 , #ab081a3139abd24 a{color: rgba(74, 74, 74, 1);}#aef79a31baa2f77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aef79a31baa2f77  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3daea8eb0ab760 , #a3daea8eb0ab760 a{color: rgba(74, 74, 74, 1);}#ae637a52d0a73a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae637a52d0a73a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac0b2ab5ecad4a4 , #ac0b2ab5ecad4a4 a{color: rgba(74, 74, 74, 1);}#ae9a7aa128a1216 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae9a7aa128a1216  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a228fa021aad7fb , #a228fa021aad7fb a{color: rgba(74, 74, 74, 1);}#ada0aa0e84a0fa9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ada0aa0e84a0fa9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aabd7ac678a6296 , #aabd7ac678a6296 a{color: rgba(74, 74, 74, 1);}#ad06baea8da6b05 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad06baea8da6b05  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a787aabc5fa884e , #a787aabc5fa884e a{color: rgba(74, 74, 74, 1);}#ad322a9b75a0451 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a880cabdc5a5d51 , #a880cabdc5a5d51 a{color: rgba(255, 255, 255, 1);}#ace86a4f84a0de8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a52a4a8af0a284f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a52a4a8af0a284f .marquee-wrap > .str_move {
  cursor: text;
}
#a52a4a8af0a284f .marquee-wrap:hover {
  background: #fafafa;
}
#a52a4a8af0a284f .marquee-wrap .content {
  position: absolute;
}
#a52a4a8af0a284f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a52a4a8af0a284f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aea75accf2a2978 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0dbcae5b0a39d1 , #a0dbcae5b0a39d1 a{color: rgba(255, 255, 255, 1);}#aba4da4b5facb29 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae541af2b4a2204 .uk-navbar-item,
#ae541af2b4a2204 .uk-navbar-nav > li > a,
#ae541af2b4a2204 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae541af2b4a2204 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae541af2b4a2204 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae541af2b4a2204 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae541af2b4a2204 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae541af2b4a2204 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae541af2b4a2204 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae541af2b4a2204 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae541af2b4a2204 .logo {
  display: inline-block;
}
#ae541af2b4a2204 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae541af2b4a2204 .ap-header-top {
    padding: 15px 10px;
  }
}
#aeaf1a7259a549b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1549a7694a5e17 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9415abc32a98c8 > .ele-wrap {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: 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: none;}#a706da8724ad63c > .ele-wrap {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: 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;}#ac620acd92a4df2 , #ac620acd92a4df2 a{color: rgba(0, 91, 172, 1);}#a69ffad75dae278 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae3ada3602a53e8 > .ele-wrap {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: 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;}#a5373ad5b6ad420 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5373ad5b6ad420  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a98c0af684a64b8 , #a98c0af684a64b8 a{color: rgba(74, 74, 74, 1);}#a774da9ecfae28a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a774da9ecfae28a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4456a8344a6865 , #a4456a8344a6865 a{color: rgba(74, 74, 74, 1);}#a32d3a7296a7e93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a32d3a7296a7e93  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a00cca2580ac1e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a00cca2580ac1e7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a373da8bd6a0588 , #a373da8bd6a0588 a{color: rgba(74, 74, 74, 1);}#a2f41ade56ae7df , #a2f41ade56ae7df a{color: rgba(74, 74, 74, 1);}#a9f70a42b7a7bb1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9f70a42b7a7bb1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3fddaa77ba2a21 , #a3fddaa77ba2a21 a{color: rgba(74, 74, 74, 1);}#ae56fa21dda7289 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a9af8a6be8a9b1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9af8a6be8a9b1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a56e6ab20ca76cd , #a56e6ab20ca76cd a{color: rgba(74, 74, 74, 1);}#af49ca2cb9a79c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af49ca2cb9a79c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a066ea0818a2131 , #a066ea0818a2131 a{color: rgba(74, 74, 74, 1);}#a7d55a03e6a9c7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7d55a03e6a9c7f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5656a01ada0953 , #a5656a01ada0953 a{color: rgba(74, 74, 74, 1);}#addcea810fab796 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#addcea810fab796  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab973aacc6a9234 , #ab973aacc6a9234 a{color: rgba(74, 74, 74, 1);}#a2450a555fa3cce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2450a555fa3cce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1907a69f2a41c9 , #a1907a69f2a41c9 a{color: rgba(74, 74, 74, 1);}#a7487a0b79ab37e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7487a0b79ab37e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1e4da11eea80a8 , #a1e4da11eea80a8 a{color: rgba(74, 74, 74, 1);}#a0c92ad3d9a414b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0c92ad3d9a414b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac776ac7ffa81b2 , #ac776ac7ffa81b2 a{color: rgba(74, 74, 74, 1);}#ab80da5d45ac388 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa1baa35e4a4d56 , #aa1baa35e4a4d56 a{color: rgba(255, 255, 255, 1);}#a6b1da7968a070f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abde0ac8c2a938c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#abde0ac8c2a938c .marquee-wrap > .str_move {
  cursor: text;
}
#abde0ac8c2a938c .marquee-wrap:hover {
  background: #fafafa;
}
#abde0ac8c2a938c .marquee-wrap .content {
  position: absolute;
}
#abde0ac8c2a938c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abde0ac8c2a938c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6454a7d6faa635 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a646da5e1fa320e , #a646da5e1fa320e a{color: rgba(255, 255, 255, 1);}#a1555aa06aa1cec [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3270a5870ad615 .uk-navbar-item,
#a3270a5870ad615 .uk-navbar-nav > li > a,
#a3270a5870ad615 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3270a5870ad615 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3270a5870ad615 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3270a5870ad615 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3270a5870ad615 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3270a5870ad615 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3270a5870ad615 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3270a5870ad615 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3270a5870ad615 .logo {
  display: inline-block;
}
#a3270a5870ad615 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3270a5870ad615 .ap-header-top {
    padding: 15px 10px;
  }
}
#a20e6a1ed8a7e4e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1d50abd4dad179 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6c84a12a2a73b0 > .ele-wrap {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: 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: none;}#a9900af8ada9497 > .ele-wrap {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: 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;}#a7d8ea0442a96e0 , #a7d8ea0442a96e0 a{color: rgba(0, 91, 172, 1);}#a65b7aff71a4df5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3b98ab29ead15b > .ele-wrap {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: 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;}#a52fca6bffa1ac8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a52fca6bffa1ac8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af22da4977a14ac , #af22da4977a14ac a{color: rgba(74, 74, 74, 1);}#a8a05a1564a1409 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a05a1564a1409  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad070ad862a870a , #ad070ad862a870a a{color: rgba(74, 74, 74, 1);}#a6e24ac16ea05cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e24ac16ea05cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2450a9054a9e49 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2450a9054a9e49  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a06acad619acf4d , #a06acad619acf4d a{color: rgba(74, 74, 74, 1);}#a584ead041a910d , #a584ead041a910d a{color: rgba(74, 74, 74, 1);}#abd21a4fdfa6dc6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abd21a4fdfa6dc6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a15c5ac586a400b , #a15c5ac586a400b a{color: rgba(74, 74, 74, 1);}#aa354a5018afec4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aca8eac14fa5700 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca8eac14fa5700  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aceaeaf0cba1444 , #aceaeaf0cba1444 a{color: rgba(74, 74, 74, 1);}#a64c2a55faa251e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a64c2a55faa251e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1580a9e27a2c10 , #a1580a9e27a2c10 a{color: rgba(74, 74, 74, 1);}#a1651a5288ad257 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1651a5288ad257  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae448ae818af66d , #ae448ae818af66d a{color: rgba(74, 74, 74, 1);}#ad9c3a38fda475b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad9c3a38fda475b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0bf3a3e94afe8b , #a0bf3a3e94afe8b a{color: rgba(74, 74, 74, 1);}#a3912a26b2a6938 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3912a26b2a6938  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa318a12e4aabab , #aa318a12e4aabab a{color: rgba(74, 74, 74, 1);}#a0d7daf49ba7fcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d7daf49ba7fcb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acb2ca5b86aa0d0 , #acb2ca5b86aa0d0 a{color: rgba(74, 74, 74, 1);}#afb36a9622a47b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afb36a9622a47b3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a788caa6d4ab96e , #a788caa6d4ab96e a{color: rgba(74, 74, 74, 1);}#a9211a58dbae0b8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6978a360fa60b7 , #a6978a360fa60b7 a{color: rgba(255, 255, 255, 1);}#a0888a889ea5f61 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af456a7b3baf8e5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af456a7b3baf8e5 .marquee-wrap > .str_move {
  cursor: text;
}
#af456a7b3baf8e5 .marquee-wrap:hover {
  background: #fafafa;
}
#af456a7b3baf8e5 .marquee-wrap .content {
  position: absolute;
}
#af456a7b3baf8e5 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af456a7b3baf8e5 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3491a1572ad21a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0129a1d86afb94 , #a0129a1d86afb94 a{color: rgba(255, 255, 255, 1);}#a47b0aac5aaf646 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#adc3ca7785a9b99 .uk-navbar-item,
#adc3ca7785a9b99 .uk-navbar-nav > li > a,
#adc3ca7785a9b99 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#adc3ca7785a9b99 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adc3ca7785a9b99 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#adc3ca7785a9b99 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adc3ca7785a9b99 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#adc3ca7785a9b99 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#adc3ca7785a9b99 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#adc3ca7785a9b99 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#adc3ca7785a9b99 .logo {
  display: inline-block;
}
#adc3ca7785a9b99 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #adc3ca7785a9b99 .ap-header-top {
    padding: 15px 10px;
  }
}
#a59c7aace7a493f .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7d7aa32f8a804a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a12eea3b11a8e74 > .ele-wrap {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: 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: none;}#a7140a8c29a2e78 > .ele-wrap {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: 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;}#a1d2ba4349abc3b , #a1d2ba4349abc3b a{color: rgba(0, 91, 172, 1);}#a4817abdbaa701f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af63fae29aa0c11 > .ele-wrap {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: 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;}#af611a3fa8a740d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af611a3fa8a740d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7720adbdaa73ae , #a7720adbdaa73ae a{color: rgba(74, 74, 74, 1);}#af3f8ad3dfa5d7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af3f8ad3dfa5d7c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad231a229eac853 , #ad231a229eac853 a{color: rgba(74, 74, 74, 1);}#a6121a3552af99c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6121a3552af99c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09caa99b5af014 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a09caa99b5af014  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae4e0aea50af2fc , #ae4e0aea50af2fc a{color: rgba(74, 74, 74, 1);}#a0245a7608a9bdb , #a0245a7608a9bdb a{color: rgba(74, 74, 74, 1);}#a830ba4139aac6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a830ba4139aac6f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a474ca840ea1d2a , #a474ca840ea1d2a a{color: rgba(74, 74, 74, 1);}#a6dfdade1aa891e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa1c0a0743aed47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa1c0a0743aed47  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9ad2a9627ab35c , #a9ad2a9627ab35c a{color: rgba(74, 74, 74, 1);}#a203baa8b3af396 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a203baa8b3af396  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a511ba317fab691 , #a511ba317fab691 a{color: rgba(74, 74, 74, 1);}#afc88a699ba1e93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc88a699ba1e93  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4a68a9f1baabfa , #a4a68a9f1baabfa a{color: rgba(74, 74, 74, 1);}#aaba8aa3d2a2cdd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaba8aa3d2a2cdd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa376a741cad1a8 , #aa376a741cad1a8 a{color: rgba(74, 74, 74, 1);}#a1be4afd2cacc70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1be4afd2cacc70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab56aab199a12a5 , #ab56aab199a12a5 a{color: rgba(74, 74, 74, 1);}#a68c1a9b3aac02e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a68c1a9b3aac02e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a530da657da8648 , #a530da657da8648 a{color: rgba(74, 74, 74, 1);}#a4afcaa249a1e97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4afcaa249a1e97  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae36aaf483abc69 , #ae36aaf483abc69 a{color: rgba(74, 74, 74, 1);}#ace0ea7309afdd6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8d8babb5aa03aa , #a8d8babb5aa03aa a{color: rgba(255, 255, 255, 1);}#a06f0a3f74a4589 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab945ac5faaaa71 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab945ac5faaaa71 .marquee-wrap > .str_move {
  cursor: text;
}
#ab945ac5faaaa71 .marquee-wrap:hover {
  background: #fafafa;
}
#ab945ac5faaaa71 .marquee-wrap .content {
  position: absolute;
}
#ab945ac5faaaa71 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab945ac5faaaa71 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa144ac8a2ab948 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa6eca7c4aa24f7 , #aa6eca7c4aa24f7 a{color: rgba(255, 255, 255, 1);}#a8239ae4cba61d1 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9bcfa242fa2b50 .uk-navbar-item,
#a9bcfa242fa2b50 .uk-navbar-nav > li > a,
#a9bcfa242fa2b50 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9bcfa242fa2b50 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9bcfa242fa2b50 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9bcfa242fa2b50 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9bcfa242fa2b50 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9bcfa242fa2b50 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9bcfa242fa2b50 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9bcfa242fa2b50 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9bcfa242fa2b50 .logo {
  display: inline-block;
}
#a9bcfa242fa2b50 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9bcfa242fa2b50 .ap-header-top {
    padding: 15px 10px;
  }
}
#a85eea7beba1ff6 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4d3a9664acf58 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#adf56a98ebac87d > .ele-wrap {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: 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: none;}#a5b50ae528a9faa > .ele-wrap {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: 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;}#a1e86a14d0a51c4 , #a1e86a14d0a51c4 a{color: rgba(0, 91, 172, 1);}#a651fa3d64a6373 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2759aefa3a4952 > .ele-wrap {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: 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;}#a997bab6a0a4cce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a997bab6a0a4cce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a38bda079fa047b , #a38bda079fa047b a{color: rgba(74, 74, 74, 1);}#a4b92a2936a84a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4b92a2936a84a2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0d30aa69aa32c2 , #a0d30aa69aa32c2 a{color: rgba(74, 74, 74, 1);}#ad1c8aadf9a7fc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad1c8aadf9a7fc7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a19fba0981afa77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a19fba0981afa77  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a394dae90ba327a , #a394dae90ba327a a{color: rgba(74, 74, 74, 1);}#adbafac0aaa17f8 , #adbafac0aaa17f8 a{color: rgba(74, 74, 74, 1);}#a5235ae0dba9d1e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5235ae0dba9d1e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae0bca29d4a6cee , #ae0bca29d4a6cee a{color: rgba(74, 74, 74, 1);}#a4a36a4299a9414 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3080a421aaed78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3080a421aaed78  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a05fca9c63adc94 , #a05fca9c63adc94 a{color: rgba(74, 74, 74, 1);}#ab724af90cabeac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab724af90cabeac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac059a6a4ea4192 , #ac059a6a4ea4192 a{color: rgba(74, 74, 74, 1);}#ac2d4add45ad04e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac2d4add45ad04e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f29a911ea7391 , #a5f29a911ea7391 a{color: rgba(74, 74, 74, 1);}#a8e2faa9c9a6687 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e2faa9c9a6687  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a60a19dfab2d5 , #a3a60a19dfab2d5 a{color: rgba(74, 74, 74, 1);}#a7e4bab015ab576 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e4bab015ab576  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5013a63b6a7f0f , #a5013a63b6a7f0f a{color: rgba(74, 74, 74, 1);}#aae5faf841aceca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aae5faf841aceca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a23caa2317a3294 , #a23caa2317a3294 a{color: rgba(74, 74, 74, 1);}#a28f5a1247a98e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a28f5a1247a98e1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a42b4a42b7a15d3 , #a42b4a42b7a15d3 a{color: rgba(74, 74, 74, 1);}#af363a3a8eadd1d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a84bfa7370a3b05 , #a84bfa7370a3b05 a{color: rgba(255, 255, 255, 1);}#a7bf9ad395aa2ab > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8844aa122a54fe .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a8844aa122a54fe .marquee-wrap > .str_move {
  cursor: text;
}
#a8844aa122a54fe .marquee-wrap:hover {
  background: #fafafa;
}
#a8844aa122a54fe .marquee-wrap .content {
  position: absolute;
}
#a8844aa122a54fe .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8844aa122a54fe .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a310ba9fdeac05e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6e4eaedbca722b , #a6e4eaedbca722b a{color: rgba(255, 255, 255, 1);}#aee6dace19a8c36 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0004a9ff8a154b .uk-navbar-item,
#a0004a9ff8a154b .uk-navbar-nav > li > a,
#a0004a9ff8a154b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0004a9ff8a154b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0004a9ff8a154b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0004a9ff8a154b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0004a9ff8a154b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0004a9ff8a154b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0004a9ff8a154b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0004a9ff8a154b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0004a9ff8a154b .logo {
  display: inline-block;
}
#a0004a9ff8a154b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0004a9ff8a154b .ap-header-top {
    padding: 15px 10px;
  }
}
#aa074ace95aa26e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a9ab5ad5eeae4af .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#adf6da9bffa1a90 > .ele-wrap {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: 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: none;}#ad105a96fcac302 > .ele-wrap {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: 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;}#a622aaf448a6570 , #a622aaf448a6570 a{color: rgba(0, 91, 172, 1);}#a10f4a7322a1b73 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad45cac4ffa93e7 > .ele-wrap {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: 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;}#aa2d9acd94af020 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa2d9acd94af020  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1934a4420a764d , #a1934a4420a764d a{color: rgba(74, 74, 74, 1);}#aaad3a58e6a1489 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaad3a58e6a1489  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8520a25e0a712f , #a8520a25e0a712f a{color: rgba(74, 74, 74, 1);}#a97eaa0b60abcb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a97eaa0b60abcb2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a463eae8b7a0865 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a463eae8b7a0865  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab9f8aec2dac394 , #ab9f8aec2dac394 a{color: rgba(74, 74, 74, 1);}#a2124a7d29a4818 , #a2124a7d29a4818 a{color: rgba(74, 74, 74, 1);}#a927ca76d5adc3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a927ca76d5adc3d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a197eaeaf8a11c4 , #a197eaeaf8a11c4 a{color: rgba(74, 74, 74, 1);}#a3889a4e55a99f5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a58b5aa95da6e23 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58b5aa95da6e23  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab2f6abe48a7df2 , #ab2f6abe48a7df2 a{color: rgba(74, 74, 74, 1);}#ac494aa66bae0c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac494aa66bae0c6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6818a88b4a46c8 , #a6818a88b4a46c8 a{color: rgba(74, 74, 74, 1);}#a7645a9854abda4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7645a9854abda4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7746a6a51a7ac3 , #a7746a6a51a7ac3 a{color: rgba(74, 74, 74, 1);}#ac7e0a9dc6a122c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac7e0a9dc6a122c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a523dad3b8a7423 , #a523dad3b8a7423 a{color: rgba(74, 74, 74, 1);}#aca66a5092a28a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca66a5092a28a0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ed1a55d1aed00 , #a2ed1a55d1aed00 a{color: rgba(74, 74, 74, 1);}#aa1a5a9674ac9cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa1a5a9674ac9cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a25d1a2a96a7583 , #a25d1a2a96a7583 a{color: rgba(74, 74, 74, 1);}#a725eab774a1b15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a725eab774a1b15  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae824a2457a933f , #ae824a2457a933f a{color: rgba(74, 74, 74, 1);}#a037aa5b3aa392f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aecb0a4f2aa3b43 , #aecb0a4f2aa3b43 a{color: rgba(255, 255, 255, 1);}#a78dca062ea2bf5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acb56a4f24abe02 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#acb56a4f24abe02 .marquee-wrap > .str_move {
  cursor: text;
}
#acb56a4f24abe02 .marquee-wrap:hover {
  background: #fafafa;
}
#acb56a4f24abe02 .marquee-wrap .content {
  position: absolute;
}
#acb56a4f24abe02 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#acb56a4f24abe02 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aebe7ae062a372b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3117aef05a2119 , #a3117aef05a2119 a{color: rgba(255, 255, 255, 1);}#a1689a604cac28f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac718a9098ac051 .uk-navbar-item,
#ac718a9098ac051 .uk-navbar-nav > li > a,
#ac718a9098ac051 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac718a9098ac051 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac718a9098ac051 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac718a9098ac051 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac718a9098ac051 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac718a9098ac051 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac718a9098ac051 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac718a9098ac051 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac718a9098ac051 .logo {
  display: inline-block;
}
#ac718a9098ac051 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac718a9098ac051 .ap-header-top {
    padding: 15px 10px;
  }
}
#af2e6aadc4ac230 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1b06a6009a3b7e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa329af9c2a0dd5 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8bcba1529a81d5 > .ele-wrap {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: 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: none;}#a657eaa5b1a8560 > .ele-wrap {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: 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;}#ade37a54d8a6ee9 , #ade37a54d8a6ee9 a{color: rgba(0, 91, 172, 1);}#a6076aaeeba339e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a58c2a0bdea20eb > .ele-wrap {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: 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;}#a4195af128af719 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4195af128af719  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9106aa701ace25 , #a9106aa701ace25 a{color: rgba(74, 74, 74, 1);}#ae41fa57f9a0d7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae41fa57f9a0d7e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae20fa1f2cafcd5 , #ae20fa1f2cafcd5 a{color: rgba(74, 74, 74, 1);}#aa393a2002aa8f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa393a2002aa8f9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a447ba4cbfa11f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a447ba4cbfa11f7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab650a1d05af321 , #ab650a1d05af321 a{color: rgba(74, 74, 74, 1);}#a7a61a6fefa85b6 , #a7a61a6fefa85b6 a{color: rgba(74, 74, 74, 1);}#a0af7a4a26a195a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0af7a4a26a195a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a24dca53a8ada1d , #a24dca53a8ada1d a{color: rgba(74, 74, 74, 1);}#a8f39a9087a6dae > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#acf22a931ba8964 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acf22a931ba8964  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a041ba8123ab6bd , #a041ba8123ab6bd a{color: rgba(74, 74, 74, 1);}#aade8ac866a65b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aade8ac866a65b8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4bc0ae853a0e24 , #a4bc0ae853a0e24 a{color: rgba(74, 74, 74, 1);}#a8599a4769a1310 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8599a4769a1310  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab08aa6b06a64b3 , #ab08aa6b06a64b3 a{color: rgba(74, 74, 74, 1);}#af382a8ae4afc39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af382a8ae4afc39  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4633a7ba8a7432 , #a4633a7ba8a7432 a{color: rgba(74, 74, 74, 1);}#a4d9fa517babc3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4d9fa517babc3c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a88a1a83c3a5e35 , #a88a1a83c3a5e35 a{color: rgba(74, 74, 74, 1);}#a5892ae883a2fb8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5892ae883a2fb8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a570fa72e4a5eec , #a570fa72e4a5eec a{color: rgba(74, 74, 74, 1);}#a4e61a297da7d21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4e61a297da7d21  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1b50ad5baa8f01 , #a1b50ad5baa8f01 a{color: rgba(74, 74, 74, 1);}#a2fe5a9a25a4bc1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8520a462daba67 , #a8520a462daba67 a{color: rgba(255, 255, 255, 1);}#a7fcfac870ab1a4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6e77ab2e6a581c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6e77ab2e6a581c .marquee-wrap > .str_move {
  cursor: text;
}
#a6e77ab2e6a581c .marquee-wrap:hover {
  background: #fafafa;
}
#a6e77ab2e6a581c .marquee-wrap .content {
  position: absolute;
}
#a6e77ab2e6a581c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6e77ab2e6a581c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6196aa9a1a14a9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8d2ea3472afc75 , #a8d2ea3472afc75 a{color: rgba(255, 255, 255, 1);}#ae7e5a22d1a36c7 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9e2aa2d0ca6d17 .uk-navbar-item,
#a9e2aa2d0ca6d17 .uk-navbar-nav > li > a,
#a9e2aa2d0ca6d17 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9e2aa2d0ca6d17 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9e2aa2d0ca6d17 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9e2aa2d0ca6d17 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9e2aa2d0ca6d17 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9e2aa2d0ca6d17 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9e2aa2d0ca6d17 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9e2aa2d0ca6d17 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9e2aa2d0ca6d17 .logo {
  display: inline-block;
}
#a9e2aa2d0ca6d17 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9e2aa2d0ca6d17 .ap-header-top {
    padding: 15px 10px;
  }
}
#aad11a3b2eaeabf .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ad540ab7f9ad71c .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a41baa9024aaaf2 > .ele-wrap {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: 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: none;}#a7234a8c34a5662 > .ele-wrap {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: 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;}#a8a34aec95a8972 , #a8a34aec95a8972 a{color: rgba(0, 91, 172, 1);}#a8d50a56dba5270 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1b1fa818ba9cdf > .ele-wrap {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: 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;}#ab032afe43a4c0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab032afe43a4c0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af76ca2773a293d , #af76ca2773a293d a{color: rgba(74, 74, 74, 1);}#a8ff0a3979ac531 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8ff0a3979ac531  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1b82aa226a1221 , #a1b82aa226a1221 a{color: rgba(74, 74, 74, 1);}#a5246ae627abc7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5246ae627abc7e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a69a2a1cc4a22a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a69a2a1cc4a22a0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7bf5a451baacc6 , #a7bf5a451baacc6 a{color: rgba(74, 74, 74, 1);}#ac2c6a1a41aa8e2 , #ac2c6a1a41aa8e2 a{color: rgba(74, 74, 74, 1);}#a9691a10d6a78c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9691a10d6a78c3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa816a2d41a650e , #aa816a2d41a650e a{color: rgba(74, 74, 74, 1);}#a2c47a48c5ac15f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3e1ba09f6a7e50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e1ba09f6a7e50  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aec34a26e0aee01 , #aec34a26e0aee01 a{color: rgba(74, 74, 74, 1);}#a6a35a9631aef0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6a35a9631aef0b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1a64a5a52a88d4 , #a1a64a5a52a88d4 a{color: rgba(74, 74, 74, 1);}#a92f9a2b8fa7128 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a92f9a2b8fa7128  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a20eba223cac66a , #a20eba223cac66a a{color: rgba(74, 74, 74, 1);}#adf2ca3283a1acb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf2ca3283a1acb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad116a7452a559e , #ad116a7452a559e a{color: rgba(74, 74, 74, 1);}#a0a14a8061a8690 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0a14a8061a8690  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad079a05d3a1dfb , #ad079a05d3a1dfb a{color: rgba(74, 74, 74, 1);}#ad75da8665a8118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad75da8665a8118  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8cdbaf3eba6435 , #a8cdbaf3eba6435 a{color: rgba(74, 74, 74, 1);}#ac28ca99c1a129f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac28ca99c1a129f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1209a548ba271f , #a1209a548ba271f a{color: rgba(74, 74, 74, 1);}#a4a68a10baa7c29 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a19a5a74a8a5533 , #a19a5a74a8a5533 a{color: rgba(255, 255, 255, 1);}#ac14ba04d3a81e5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aede6a7345a48d8 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aede6a7345a48d8 .marquee-wrap > .str_move {
  cursor: text;
}
#aede6a7345a48d8 .marquee-wrap:hover {
  background: #fafafa;
}
#aede6a7345a48d8 .marquee-wrap .content {
  position: absolute;
}
#aede6a7345a48d8 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aede6a7345a48d8 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a90c9a88dbad046 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4ce2a8339af67a , #a4ce2a8339af67a a{color: rgba(255, 255, 255, 1);}#a3324a79dba5a1e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac5f4a3b5eab37e .uk-navbar-item,
#ac5f4a3b5eab37e .uk-navbar-nav > li > a,
#ac5f4a3b5eab37e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac5f4a3b5eab37e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac5f4a3b5eab37e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac5f4a3b5eab37e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac5f4a3b5eab37e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac5f4a3b5eab37e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac5f4a3b5eab37e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac5f4a3b5eab37e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac5f4a3b5eab37e .logo {
  display: inline-block;
}
#ac5f4a3b5eab37e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac5f4a3b5eab37e .ap-header-top {
    padding: 15px 10px;
  }
}
#a1619ad250a57fc .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4131a7fa6ab0ec .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a66a1af3b3af824 > .ele-wrap {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: 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: none;}#a3f80a45d3a88f1 > .ele-wrap {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: 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;}#a386bac9a7a1d6f , #a386bac9a7a1d6f a{color: rgba(0, 91, 172, 1);}#a4734ae544a237c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aecc9a413aa0901 > .ele-wrap {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: 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;}#ab440aedaeac664 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab440aedaeac664  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad8a5abb90a7153 , #ad8a5abb90a7153 a{color: rgba(74, 74, 74, 1);}#aba80a07a1ab453 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aba80a07a1ab453  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeb66a6eadaefaf , #aeb66a6eadaefaf a{color: rgba(74, 74, 74, 1);}#a19d8a18c4a8bb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a19d8a18c4a8bb3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7bbfa74d4a5206 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7bbfa74d4a5206  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8372a91eaa208d , #a8372a91eaa208d a{color: rgba(74, 74, 74, 1);}#a37d5ad93dac7f2 , #a37d5ad93dac7f2 a{color: rgba(74, 74, 74, 1);}#add9fa2dedaff50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add9fa2dedaff50  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4cbcaa810ae4c7 , #a4cbcaa810ae4c7 a{color: rgba(74, 74, 74, 1);}#a1d72a5d70a0ca7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3782a2648ad9ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3782a2648ad9ec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab1c6ad2cea80d3 , #ab1c6ad2cea80d3 a{color: rgba(74, 74, 74, 1);}#a59bea3478a6605 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a59bea3478a6605  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7c3da5498ad7d3 , #a7c3da5498ad7d3 a{color: rgba(74, 74, 74, 1);}#a765aaa822acb8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a765aaa822acb8a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a696caa6d8a6242 , #a696caa6d8a6242 a{color: rgba(74, 74, 74, 1);}#a10daa6623a1fb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a10daa6623a1fb9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a36d3a20b9aa908 , #a36d3a20b9aa908 a{color: rgba(74, 74, 74, 1);}#a3feeafc9da61cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3feeafc9da61cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0b95ad095a592a , #a0b95ad095a592a a{color: rgba(74, 74, 74, 1);}#ae415aca28ae6f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae415aca28ae6f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a15e0aa901acb40 , #a15e0aa901acb40 a{color: rgba(74, 74, 74, 1);}#a7ec2adb5aa2e57 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7ec2adb5aa2e57  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a931da0750aba57 , #a931da0750aba57 a{color: rgba(74, 74, 74, 1);}#a37aeabf7eab0b7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adb24affdfaf4ff , #adb24affdfaf4ff a{color: rgba(255, 255, 255, 1);}#a8cfba3e23adfee > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a83a7a5b81aa7a8 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a83a7a5b81aa7a8 .marquee-wrap > .str_move {
  cursor: text;
}
#a83a7a5b81aa7a8 .marquee-wrap:hover {
  background: #fafafa;
}
#a83a7a5b81aa7a8 .marquee-wrap .content {
  position: absolute;
}
#a83a7a5b81aa7a8 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a83a7a5b81aa7a8 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae0a2a4b94ac368 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a65a8a035ba58a3 , #a65a8a035ba58a3 a{color: rgba(255, 255, 255, 1);}#a512ea42e8a647f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a7d9dae3c5a089f .uk-navbar-item,
#a7d9dae3c5a089f .uk-navbar-nav > li > a,
#a7d9dae3c5a089f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7d9dae3c5a089f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7d9dae3c5a089f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7d9dae3c5a089f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7d9dae3c5a089f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a7d9dae3c5a089f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7d9dae3c5a089f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a7d9dae3c5a089f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7d9dae3c5a089f .logo {
  display: inline-block;
}
#a7d9dae3c5a089f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7d9dae3c5a089f .ap-header-top {
    padding: 15px 10px;
  }
}
#a9f24a3d3bab9f0 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ad6efa016fa2972 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3478a6f22a89f9 > .ele-wrap {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: 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: none;}#aeae0ae758a4016 > .ele-wrap {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: 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;}#a3ac3a006ca0e7a , #a3ac3a006ca0e7a a{color: rgba(0, 91, 172, 1);}#aa040a98d0a62d6 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aceeba902ba5383 > .ele-wrap {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: 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;}#ac4c7aae1ca8a73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac4c7aae1ca8a73  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adc30ace6ca757c , #adc30ace6ca757c a{color: rgba(74, 74, 74, 1);}#a2180a2a3ba2251 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2180a2a3ba2251  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9be3a7e1aa5888 , #a9be3a7e1aa5888 a{color: rgba(74, 74, 74, 1);}#a9846adf07a9013 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9846adf07a9013  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8bdba82c9aaa79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8bdba82c9aaa79  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae27faf9b2a851a , #ae27faf9b2a851a a{color: rgba(74, 74, 74, 1);}#ae1f4a4651a6b1d , #ae1f4a4651a6b1d a{color: rgba(74, 74, 74, 1);}#a9907a396ea4f35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9907a396ea4f35  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa43faf0cda3740 , #aa43faf0cda3740 a{color: rgba(74, 74, 74, 1);}#ad6f4a19cfa0ef9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0ff5aca75a5980 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0ff5aca75a5980  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a961daf529a96b2 , #a961daf529a96b2 a{color: rgba(74, 74, 74, 1);}#aece9a14d4a1873 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aece9a14d4a1873  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a15c2a542caf919 , #a15c2a542caf919 a{color: rgba(74, 74, 74, 1);}#a0feda6f75a4ca8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0feda6f75a4ca8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad5b2aeffba5f09 , #ad5b2aeffba5f09 a{color: rgba(74, 74, 74, 1);}#a3a77a5c65ab2f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3a77a5c65ab2f6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3d4ea3062a6cdc , #a3d4ea3062a6cdc a{color: rgba(74, 74, 74, 1);}#ada33a09a7ae059 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ada33a09a7ae059  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a07e0a4748a817c , #a07e0a4748a817c a{color: rgba(74, 74, 74, 1);}#a69eba00c6a5063 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a69eba00c6a5063  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a533ba3cdea423b , #a533ba3cdea423b a{color: rgba(74, 74, 74, 1);}#a912bab245ac7e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a912bab245ac7e1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa308a2b2cafd8e , #aa308a2b2cafd8e a{color: rgba(74, 74, 74, 1);}#a3d5fa9d26a23cd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1aa0a8c5fa70a4 , #a1aa0a8c5fa70a4 a{color: rgba(255, 255, 255, 1);}#aa004a6d80aa73d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a20d9a4d52a2e4c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a20d9a4d52a2e4c .marquee-wrap > .str_move {
  cursor: text;
}
#a20d9a4d52a2e4c .marquee-wrap:hover {
  background: #fafafa;
}
#a20d9a4d52a2e4c .marquee-wrap .content {
  position: absolute;
}
#a20d9a4d52a2e4c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a20d9a4d52a2e4c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#adb45a82b5a256a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad4eaab143a9ff2 , #ad4eaab143a9ff2 a{color: rgba(255, 255, 255, 1);}#aadbdab30ea0da8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9bd0a9ec5aca25 .uk-navbar-item,
#a9bd0a9ec5aca25 .uk-navbar-nav > li > a,
#a9bd0a9ec5aca25 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9bd0a9ec5aca25 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9bd0a9ec5aca25 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9bd0a9ec5aca25 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9bd0a9ec5aca25 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9bd0a9ec5aca25 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9bd0a9ec5aca25 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9bd0a9ec5aca25 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9bd0a9ec5aca25 .logo {
  display: inline-block;
}
#a9bd0a9ec5aca25 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9bd0a9ec5aca25 .ap-header-top {
    padding: 15px 10px;
  }
}
#aa53da6675a7972 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aff1ea3076a6bd8 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a36ffa5b56a202e > .ele-wrap {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: 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: none;}#a5ffba16d7a8216 > .ele-wrap {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: 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;}#ada2aa6365a8534 , #ada2aa6365a8534 a{color: rgba(0, 91, 172, 1);}#acd40a2122a1f9f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4b0fa721fa3aeb > .ele-wrap {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: 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;}#a59bcae941a0e79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a59bcae941a0e79  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5da4a8344a4efb , #a5da4a8344a4efb a{color: rgba(74, 74, 74, 1);}#a3b51af5dda9201 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b51af5dda9201  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7f1eac43dad558 , #a7f1eac43dad558 a{color: rgba(74, 74, 74, 1);}#aca83a4d76acc3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca83a4d76acc3c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1ae3ae8bcac8e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ae3ae8bcac8e2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae315a123aaad4f , #ae315a123aaad4f a{color: rgba(74, 74, 74, 1);}#a3496aa790aaf15 , #a3496aa790aaf15 a{color: rgba(74, 74, 74, 1);}#a227ea8115aea95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a227ea8115aea95  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a27eaad1bfad92d , #a27eaad1bfad92d a{color: rgba(74, 74, 74, 1);}#aff53aef36aec52 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad42bad95eaf66a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad42bad95eaf66a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a71afaff3daf62c , #a71afaff3daf62c a{color: rgba(74, 74, 74, 1);}#a547ead4abaffeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a547ead4abaffeb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b78a8b4aa612a , #a5b78a8b4aa612a a{color: rgba(74, 74, 74, 1);}#ae581ae212ac7c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae581ae212ac7c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a49e4a8c7fa8613 , #a49e4a8c7fa8613 a{color: rgba(74, 74, 74, 1);}#a5298aa3c4a45be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5298aa3c4a45be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab5bda6178a2449 , #ab5bda6178a2449 a{color: rgba(74, 74, 74, 1);}#a100ca03dda3249 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a100ca03dda3249  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1762ae09fa01e5 , #a1762ae09fa01e5 a{color: rgba(74, 74, 74, 1);}#a441aa8243afe17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a441aa8243afe17  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad3a4a2a0fab458 , #ad3a4a2a0fab458 a{color: rgba(74, 74, 74, 1);}#af4bba2a78a3f4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af4bba2a78a3f4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9872aedf9a1ff6 , #a9872aedf9a1ff6 a{color: rgba(74, 74, 74, 1);}#acbb6a1eaea900e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a586bae72eaaebe , #a586bae72eaaebe a{color: rgba(255, 255, 255, 1);}#ab242a0d99a0a30 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4e99ab798a2efe .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4e99ab798a2efe .marquee-wrap > .str_move {
  cursor: text;
}
#a4e99ab798a2efe .marquee-wrap:hover {
  background: #fafafa;
}
#a4e99ab798a2efe .marquee-wrap .content {
  position: absolute;
}
#a4e99ab798a2efe .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4e99ab798a2efe .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab98ca8be7ad413 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa6a4ae4cda4bad , #aa6a4ae4cda4bad a{color: rgba(255, 255, 255, 1);}#aea6aa7e1ca8327 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a4457af1bcaa16d .uk-navbar-item,
#a4457af1bcaa16d .uk-navbar-nav > li > a,
#a4457af1bcaa16d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4457af1bcaa16d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4457af1bcaa16d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4457af1bcaa16d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4457af1bcaa16d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a4457af1bcaa16d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4457af1bcaa16d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a4457af1bcaa16d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4457af1bcaa16d .logo {
  display: inline-block;
}
#a4457af1bcaa16d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4457af1bcaa16d .ap-header-top {
    padding: 15px 10px;
  }
}
#ab6b6aa016a0552 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a33c7a395ca3c1f .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a42dbab464aa6c8 > .ele-wrap {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: 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: none;}#a3b29a4558a83af > .ele-wrap {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: 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;}#a4dd7ae902a9da0 , #a4dd7ae902a9da0 a{color: rgba(0, 91, 172, 1);}#a5fb0a76a5a8367 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6f88aa3d3a0459 > .ele-wrap {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: 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;}#a3f4aa4e68a3841 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3f4aa4e68a3841  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7994a4f5bac69e , #a7994a4f5bac69e a{color: rgba(74, 74, 74, 1);}#a1d0cae04eaf341 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1d0cae04eaf341  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afc66adb2aaaad3 , #afc66adb2aaaad3 a{color: rgba(74, 74, 74, 1);}#ab58eae41ea975b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab58eae41ea975b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac733ae9ebaaec7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac733ae9ebaaec7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a60b4a3cdaa27e5 , #a60b4a3cdaa27e5 a{color: rgba(74, 74, 74, 1);}#a2f4ba4385a3b50 , #a2f4ba4385a3b50 a{color: rgba(74, 74, 74, 1);}#aba8ba1e21acc59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aba8ba1e21acc59  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3e09aa204aee33 , #a3e09aa204aee33 a{color: rgba(74, 74, 74, 1);}#a69dfa216ca1d81 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3706a12dca628b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3706a12dca628b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad911a95aea5571 , #ad911a95aea5571 a{color: rgba(74, 74, 74, 1);}#a23c4afa93ae0cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a23c4afa93ae0cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ace5ca5757a1025 , #ace5ca5757a1025 a{color: rgba(74, 74, 74, 1);}#ac03ba0d7ca14a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac03ba0d7ca14a6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abc53ae87da2f81 , #abc53ae87da2f81 a{color: rgba(74, 74, 74, 1);}#abf88a936faf527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf88a936faf527  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a39a3975ad274 , #a5a39a3975ad274 a{color: rgba(74, 74, 74, 1);}#a40acab436a02a2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a40acab436a02a2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a754fad6e2a4f9f , #a754fad6e2a4f9f a{color: rgba(74, 74, 74, 1);}#a181dad3c9af8fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a181dad3c9af8fa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab074aa742a1179 , #ab074aa742a1179 a{color: rgba(74, 74, 74, 1);}#aaafbad5fca0931 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaafbad5fca0931  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2d31a9c84ab02b , #a2d31a9c84ab02b a{color: rgba(74, 74, 74, 1);}#a7c81a27b2ac269 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9ffaa7ec8a15e2 , #a9ffaa7ec8a15e2 a{color: rgba(255, 255, 255, 1);}#ad88ea2b50a17c0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8084a14f8a17e7 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a8084a14f8a17e7 .marquee-wrap > .str_move {
  cursor: text;
}
#a8084a14f8a17e7 .marquee-wrap:hover {
  background: #fafafa;
}
#a8084a14f8a17e7 .marquee-wrap .content {
  position: absolute;
}
#a8084a14f8a17e7 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8084a14f8a17e7 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a78e3ab210a61c3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aff18ad9a5a4dc7 , #aff18ad9a5a4dc7 a{color: rgba(255, 255, 255, 1);}#a037ba52c0a6a6c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9459a6266a997d .uk-navbar-item,
#a9459a6266a997d .uk-navbar-nav > li > a,
#a9459a6266a997d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9459a6266a997d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9459a6266a997d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9459a6266a997d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9459a6266a997d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9459a6266a997d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9459a6266a997d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9459a6266a997d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9459a6266a997d .logo {
  display: inline-block;
}
#a9459a6266a997d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9459a6266a997d .ap-header-top {
    padding: 15px 10px;
  }
}
#ad780abc08a8e7d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a86d6a0e7eae547 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa73fab1f8ae118 > .ele-wrap {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: 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: none;}#a16d4ae5b5a2418 > .ele-wrap {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: 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;}#a5b19a893fa8dbb , #a5b19a893fa8dbb a{color: rgba(0, 91, 172, 1);}#a9256afbdba2aa4 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a8bf0a2337a75ce > .ele-wrap {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: 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;}#af80ea3fb5a87ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af80ea3fb5a87ac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a46d1a3872ab90a , #a46d1a3872ab90a a{color: rgba(74, 74, 74, 1);}#a8bd5a9c33a4eef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8bd5a9c33a4eef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab126a31c7acb87 , #ab126a31c7acb87 a{color: rgba(74, 74, 74, 1);}#accafa7c31ae4c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#accafa7c31ae4c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9217a9a0aa7607 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9217a9a0aa7607  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aabc9abda0a9333 , #aabc9abda0a9333 a{color: rgba(74, 74, 74, 1);}#a4b44ad90ea7293 , #a4b44ad90ea7293 a{color: rgba(74, 74, 74, 1);}#a08b3a99e4a17e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a08b3a99e4a17e4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a69eaa81c0ab19b , #a69eaa81c0ab19b a{color: rgba(74, 74, 74, 1);}#ad13aa5cb6a9c78 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2999a1ab5a8e5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2999a1ab5a8e5e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a591da338dadbbb , #a591da338dadbbb a{color: rgba(74, 74, 74, 1);}#a8309ae492af427 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8309ae492af427  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30b5a5a83a5fcf , #a30b5a5a83a5fcf a{color: rgba(74, 74, 74, 1);}#a2736a5de3ac60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2736a5de3ac60e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aad15ae6b9a36e9 , #aad15ae6b9a36e9 a{color: rgba(74, 74, 74, 1);}#afd8aad000a0644 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afd8aad000a0644  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aab28a776aa8c10 , #aab28a776aa8c10 a{color: rgba(74, 74, 74, 1);}#aa926a6a31a25c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa926a6a31a25c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aca52af6c1ad6b9 , #aca52af6c1ad6b9 a{color: rgba(74, 74, 74, 1);}#a47adaa45ca1d9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a47adaa45ca1d9b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14acadc9ba06c2 , #a14acadc9ba06c2 a{color: rgba(74, 74, 74, 1);}#acd65a25b5a5573 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acd65a25b5a5573  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acb5da1960a4f11 , #acb5da1960a4f11 a{color: rgba(74, 74, 74, 1);}#a1890a3a57adff3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a50e0a9593adf35 , #a50e0a9593adf35 a{color: rgba(255, 255, 255, 1);}#aeba4a9b87a596b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4444a3e43a1b92 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4444a3e43a1b92 .marquee-wrap > .str_move {
  cursor: text;
}
#a4444a3e43a1b92 .marquee-wrap:hover {
  background: #fafafa;
}
#a4444a3e43a1b92 .marquee-wrap .content {
  position: absolute;
}
#a4444a3e43a1b92 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4444a3e43a1b92 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa9b0a092fa324c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7de3a132faedaa , #a7de3a132faedaa a{color: rgba(255, 255, 255, 1);}#a5963a60e8a2415 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3341aca02af465 .uk-navbar-item,
#a3341aca02af465 .uk-navbar-nav > li > a,
#a3341aca02af465 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3341aca02af465 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3341aca02af465 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3341aca02af465 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3341aca02af465 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3341aca02af465 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3341aca02af465 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3341aca02af465 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3341aca02af465 .logo {
  display: inline-block;
}
#a3341aca02af465 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3341aca02af465 .ap-header-top {
    padding: 15px 10px;
  }
}
#a5714a9615ad839 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab3baadc74a3416 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2f98a0a48a7b80 > .ele-wrap {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: 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: none;}#aadeea4a0da4b36 > .ele-wrap {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: 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;}#acd2aa00d0a681b , #acd2aa00d0a681b a{color: rgba(0, 91, 172, 1);}#ac66aaf293a9c97 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab418a1828a0467 > .ele-wrap {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: 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;}#a5812a2bdaa5790 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5812a2bdaa5790  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3cada0a0aa3baf , #a3cada0a0aa3baf a{color: rgba(74, 74, 74, 1);}#a0631aff8aabb17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0631aff8aabb17  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abc14aff14a1de6 , #abc14aff14a1de6 a{color: rgba(74, 74, 74, 1);}#ab6dcaa7f0a31b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab6dcaa7f0a31b0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a016cae7b9a1bbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a016cae7b9a1bbd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1390a3ecfab60c , #a1390a3ecfab60c a{color: rgba(74, 74, 74, 1);}#a6fd5a96b4a8093 , #a6fd5a96b4a8093 a{color: rgba(74, 74, 74, 1);}#afbe2a8d52ace78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afbe2a8d52ace78  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a89a0aea0aa5f5e , #a89a0aea0aa5f5e a{color: rgba(74, 74, 74, 1);}#acc43af3b5a6c3a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a7208a23f1a2f53 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7208a23f1a2f53  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b56a3616a5681 , #a8b56a3616a5681 a{color: rgba(74, 74, 74, 1);}#a809caca5bac077 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a809caca5bac077  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa184af88ba8b29 , #aa184af88ba8b29 a{color: rgba(74, 74, 74, 1);}#abf81af4d4a50fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf81af4d4a50fd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abd75a5180ae941 , #abd75a5180ae941 a{color: rgba(74, 74, 74, 1);}#aec6ea5cd0a34c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aec6ea5cd0a34c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac64ca2e15a56c9 , #ac64ca2e15a56c9 a{color: rgba(74, 74, 74, 1);}#a9ad3a2d73ac0ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ad3a2d73ac0ab  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a33f6a024eaf556 , #a33f6a024eaf556 a{color: rgba(74, 74, 74, 1);}#a49eda7970af124 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a49eda7970af124  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a899eaef7fac2ba , #a899eaef7fac2ba a{color: rgba(74, 74, 74, 1);}#a0c99a028da4494 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0c99a028da4494  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa971a6479a6fe4 , #aa971a6479a6fe4 a{color: rgba(74, 74, 74, 1);}#a586aa8d45a0308 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1993a2360a671c , #a1993a2360a671c a{color: rgba(255, 255, 255, 1);}#a2f99aaa09ae44a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4c25a4599a33a5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4c25a4599a33a5 .marquee-wrap > .str_move {
  cursor: text;
}
#a4c25a4599a33a5 .marquee-wrap:hover {
  background: #fafafa;
}
#a4c25a4599a33a5 .marquee-wrap .content {
  position: absolute;
}
#a4c25a4599a33a5 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4c25a4599a33a5 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4a6fae7f8a89b7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0516a866ca0bb6 , #a0516a866ca0bb6 a{color: rgba(255, 255, 255, 1);}#a8ec2a8e18a2c50 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0737a56c0a527e .uk-navbar-item,
#a0737a56c0a527e .uk-navbar-nav > li > a,
#a0737a56c0a527e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0737a56c0a527e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0737a56c0a527e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0737a56c0a527e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0737a56c0a527e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0737a56c0a527e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0737a56c0a527e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0737a56c0a527e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0737a56c0a527e .logo {
  display: inline-block;
}
#a0737a56c0a527e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0737a56c0a527e .ap-header-top {
    padding: 15px 10px;
  }
}
#af998adce2a5295 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aee70a2ff8a881e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2f40a1acba8fe7 > .ele-wrap {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: 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: none;}#adc3dafe1ba8fef > .ele-wrap {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: 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;}#a7391a7f4faead4 , #a7391a7f4faead4 a{color: rgba(0, 91, 172, 1);}#acb14ad2fea8b7a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a91cfa8a4aaef37 > .ele-wrap {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: 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;}#a8802aa233a2466 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8802aa233a2466  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa37caa0a3a7505 , #aa37caa0a3a7505 a{color: rgba(74, 74, 74, 1);}#abc0aa603ea21a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abc0aa603ea21a8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afed1a09d8af2d9 , #afed1a09d8af2d9 a{color: rgba(74, 74, 74, 1);}#a909da80d6ac181 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a909da80d6ac181  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e5ea2109a19a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e5ea2109a19a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3b33a9642afd8f , #a3b33a9642afd8f a{color: rgba(74, 74, 74, 1);}#abdbaab494adee9 , #abdbaab494adee9 a{color: rgba(74, 74, 74, 1);}#af53ba28dcaf9e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af53ba28dcaf9e1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a56e0a7369a198f , #a56e0a7369a198f a{color: rgba(74, 74, 74, 1);}#a6d22a3670a0abd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4291a5a0cac10d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4291a5a0cac10d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa436a2271a529a , #aa436a2271a529a a{color: rgba(74, 74, 74, 1);}#ab289aad08a4035 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab289aad08a4035  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e3ea88b3a0ffd , #a0e3ea88b3a0ffd a{color: rgba(74, 74, 74, 1);}#a749aa334da9d75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a749aa334da9d75  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a011eab2b7a3e46 , #a011eab2b7a3e46 a{color: rgba(74, 74, 74, 1);}#aaf82a8e50a17e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaf82a8e50a17e0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3bb6ace11a2a24 , #a3bb6ace11a2a24 a{color: rgba(74, 74, 74, 1);}#ab0b8aa18cae71d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab0b8aa18cae71d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a772fa78dfa6a4d , #a772fa78dfa6a4d a{color: rgba(74, 74, 74, 1);}#acd18a7ecfaf843 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acd18a7ecfaf843  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adc8cabb3ca715d , #adc8cabb3ca715d a{color: rgba(74, 74, 74, 1);}#a9889aadeca8cec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9889aadeca8cec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a81b8a4b90a73db , #a81b8a4b90a73db a{color: rgba(74, 74, 74, 1);}#aaadeae19ea6ee8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a684aa3e18abd32 , #a684aa3e18abd32 a{color: rgba(255, 255, 255, 1);}#afa8cab8a2a251b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af760acdfba7fbd .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af760acdfba7fbd .marquee-wrap > .str_move {
  cursor: text;
}
#af760acdfba7fbd .marquee-wrap:hover {
  background: #fafafa;
}
#af760acdfba7fbd .marquee-wrap .content {
  position: absolute;
}
#af760acdfba7fbd .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af760acdfba7fbd .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abd47a621aa026f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3e4cab56ba262d , #a3e4cab56ba262d a{color: rgba(255, 255, 255, 1);}#abd17a1bb4a1bb5 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aaf1fa1752ad8bc .uk-navbar-item,
#aaf1fa1752ad8bc .uk-navbar-nav > li > a,
#aaf1fa1752ad8bc .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aaf1fa1752ad8bc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaf1fa1752ad8bc .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aaf1fa1752ad8bc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aaf1fa1752ad8bc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aaf1fa1752ad8bc .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aaf1fa1752ad8bc .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aaf1fa1752ad8bc .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aaf1fa1752ad8bc .logo {
  display: inline-block;
}
#aaf1fa1752ad8bc .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aaf1fa1752ad8bc .ap-header-top {
    padding: 15px 10px;
  }
}
#a8fd3a651da3118 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab970a6888aafee .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a33a1ae988ab271 > .ele-wrap {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: 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: none;}#a4d82a8dfda6738 > .ele-wrap {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: 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;}#a64e1ac83ba155a , #a64e1ac83ba155a a{color: rgba(0, 91, 172, 1);}#ad458a1b12aa465 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac892af498ab9ad > .ele-wrap {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: 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;}#a27ffa42e5a70e4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a27ffa42e5a70e4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2a9fab417a2809 , #a2a9fab417a2809 a{color: rgba(74, 74, 74, 1);}#a8ed2a355fa430b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8ed2a355fa430b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa22cad95fa65c1 , #aa22cad95fa65c1 a{color: rgba(74, 74, 74, 1);}#a7a57a86f9a743e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7a57a86f9a743e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0445aa628ae005 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0445aa628ae005  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a121ba1ab9ad7d9 , #a121ba1ab9ad7d9 a{color: rgba(74, 74, 74, 1);}#aa506ade74a4fde , #aa506ade74a4fde a{color: rgba(74, 74, 74, 1);}#a6e25a17d0a60ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e25a17d0a60ea  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0467a0acea1038 , #a0467a0acea1038 a{color: rgba(74, 74, 74, 1);}#a24eca4429a8eef > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a987ea4d42a4012 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a987ea4d42a4012  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5768ab0c3a03b6 , #a5768ab0c3a03b6 a{color: rgba(74, 74, 74, 1);}#aed2ca4213a16a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed2ca4213a16a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa0b3a31b2ab264 , #aa0b3a31b2ab264 a{color: rgba(74, 74, 74, 1);}#a05f3a097fad3b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a05f3a097fad3b0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2c3caececabd0a , #a2c3caececabd0a a{color: rgba(74, 74, 74, 1);}#a47d7ad153ac44d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a47d7ad153ac44d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa4e6a7c90aafef , #aa4e6a7c90aafef a{color: rgba(74, 74, 74, 1);}#ad3dba4989aaa26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad3dba4989aaa26  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae827a8503a283a , #ae827a8503a283a a{color: rgba(74, 74, 74, 1);}#a4ec6ac1c4a8cca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ec6ac1c4a8cca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09fda0f72aa112 , #a09fda0f72aa112 a{color: rgba(74, 74, 74, 1);}#ab72cad2d6ae079 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab72cad2d6ae079  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3918af2afa6a42 , #a3918af2afa6a42 a{color: rgba(74, 74, 74, 1);}#aca31ae835a2d94 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2f65a999dae25d , #a2f65a999dae25d a{color: rgba(255, 255, 255, 1);}#af78ba19e6a1548 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4b21ab745af04d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4b21ab745af04d .marquee-wrap > .str_move {
  cursor: text;
}
#a4b21ab745af04d .marquee-wrap:hover {
  background: #fafafa;
}
#a4b21ab745af04d .marquee-wrap .content {
  position: absolute;
}
#a4b21ab745af04d .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4b21ab745af04d .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a910aa20fba5110 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aad6da9145a7b95 , #aad6da9145a7b95 a{color: rgba(255, 255, 255, 1);}#af530aafb1afa1a [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a97e9a863ba0253 .uk-navbar-item,
#a97e9a863ba0253 .uk-navbar-nav > li > a,
#a97e9a863ba0253 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a97e9a863ba0253 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a97e9a863ba0253 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a97e9a863ba0253 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a97e9a863ba0253 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a97e9a863ba0253 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a97e9a863ba0253 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a97e9a863ba0253 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a97e9a863ba0253 .logo {
  display: inline-block;
}
#a97e9a863ba0253 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a97e9a863ba0253 .ap-header-top {
    padding: 15px 10px;
  }
}
#ac9a8a1d69a742e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af207a2232a45ba .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7c1caadf3aea44 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a1ac9a9d42a1feb > .ele-wrap {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: 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: none;}#a63b9af63fa34de > .ele-wrap {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: 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;}#a8adaa8eada5907 , #a8adaa8eada5907 a{color: rgba(0, 91, 172, 1);}#a817aaaf55a47d7 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#afc5cad8a4a2423 > .ele-wrap {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: 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;}#aa0a3af709a86c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa0a3af709a86c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af7f8aea9fa760f , #af7f8aea9fa760f a{color: rgba(74, 74, 74, 1);}#a2108a583fa135b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2108a583fa135b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a15e5a1308a874d , #a15e5a1308a874d a{color: rgba(74, 74, 74, 1);}#a345daef61adaa0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a345daef61adaa0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4bf2a40b7a7df7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4bf2a40b7a7df7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2237aa047a5814 , #a2237aa047a5814 a{color: rgba(74, 74, 74, 1);}#afb9ca15abae2e8 , #afb9ca15abae2e8 a{color: rgba(74, 74, 74, 1);}#a3306a2363ad62c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3306a2363ad62c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ade08ac299aeb6a , #ade08ac299aeb6a a{color: rgba(74, 74, 74, 1);}#ad5b7ad5c6a4af5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a62d7acb60a8555 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a62d7acb60a8555  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0501a47b4a8624 , #a0501a47b4a8624 a{color: rgba(74, 74, 74, 1);}#a0e0fadb28aaca2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e0fadb28aaca2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a77d5ad856aae0d , #a77d5ad856aae0d a{color: rgba(74, 74, 74, 1);}#ae594a2a07ac527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae594a2a07ac527  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae1c1a1dfeaa4ac , #ae1c1a1dfeaa4ac a{color: rgba(74, 74, 74, 1);}#aa602a6060ac202 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa602a6060ac202  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae246ac8a8aaaa2 , #ae246ac8a8aaaa2 a{color: rgba(74, 74, 74, 1);}#a7e84a2e62a7661 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e84a2e62a7661  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a78e2ad95eae1e1 , #a78e2ad95eae1e1 a{color: rgba(74, 74, 74, 1);}#a0277ae9d5a7346 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0277ae9d5a7346  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add85a9e45a4440 , #add85a9e45a4440 a{color: rgba(74, 74, 74, 1);}#ab8feae607a1ea7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8feae607a1ea7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a94a615faab34 , #a0a94a615faab34 a{color: rgba(74, 74, 74, 1);}#ad7f2a0374a4efd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a337baeda7a9d89 , #a337baeda7a9d89 a{color: rgba(255, 255, 255, 1);}#a816aa56b7a445d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa5f7a39f7ad113 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa5f7a39f7ad113 .marquee-wrap > .str_move {
  cursor: text;
}
#aa5f7a39f7ad113 .marquee-wrap:hover {
  background: #fafafa;
}
#aa5f7a39f7ad113 .marquee-wrap .content {
  position: absolute;
}
#aa5f7a39f7ad113 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa5f7a39f7ad113 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac870a08c9abbf6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0b90a5497a24bb , #a0b90a5497a24bb a{color: rgba(255, 255, 255, 1);}#ae2a6aa5e0ae8bc [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a07eea4629a9da0 .uk-navbar-item,
#a07eea4629a9da0 .uk-navbar-nav > li > a,
#a07eea4629a9da0 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a07eea4629a9da0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a07eea4629a9da0 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a07eea4629a9da0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a07eea4629a9da0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a07eea4629a9da0 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a07eea4629a9da0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a07eea4629a9da0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a07eea4629a9da0 .logo {
  display: inline-block;
}
#a07eea4629a9da0 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a07eea4629a9da0 .ap-header-top {
    padding: 15px 10px;
  }
}
#a5b39a00aaa4603 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a795ca45bdaae59 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aefbfa1adaa9a39 > .ele-wrap {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: 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: none;}#a8179a6c90a33de > .ele-wrap {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: 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;}#a830ea892aab4ba , #a830ea892aab4ba a{color: rgba(0, 91, 172, 1);}#a1cf8ab08eabbc3 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a895da2a89a05ff > .ele-wrap {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: 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;}#abbfca5796a5193 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abbfca5796a5193  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa4b0a69e7a89b0 , #aa4b0a69e7a89b0 a{color: rgba(74, 74, 74, 1);}#a5ea6a0611ab6be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ea6a0611ab6be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6ddfa1ff2a9a86 , #a6ddfa1ff2a9a86 a{color: rgba(74, 74, 74, 1);}#a8770a3f65adc13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8770a3f65adc13  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac9dca0429afd70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac9dca0429afd70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e51ae31caa09b , #a7e51ae31caa09b a{color: rgba(74, 74, 74, 1);}#a90f1ae15bad2a3 , #a90f1ae15bad2a3 a{color: rgba(74, 74, 74, 1);}#a713ea79fea68dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a713ea79fea68dc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6825aff07ac179 , #a6825aff07ac179 a{color: rgba(74, 74, 74, 1);}#a1feca9b4ca0c85 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1f4da110aa28fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f4da110aa28fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5808aa813a41ef , #a5808aa813a41ef a{color: rgba(74, 74, 74, 1);}#a7318a4be8a5c9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7318a4be8a5c9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a82e6aa082ae311 , #a82e6aa082ae311 a{color: rgba(74, 74, 74, 1);}#ab2c3ad272a000e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab2c3ad272a000e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af213a35c6a4065 , #af213a35c6a4065 a{color: rgba(74, 74, 74, 1);}#a7c8ca2646a5171 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7c8ca2646a5171  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1456afc48af3d1 , #a1456afc48af3d1 a{color: rgba(74, 74, 74, 1);}#a5729ac4e0ae89e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5729ac4e0ae89e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4a2dae8faa96d6 , #a4a2dae8faa96d6 a{color: rgba(74, 74, 74, 1);}#ae6fba09e7aa518 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae6fba09e7aa518  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a26ccadd2aa6fe9 , #a26ccadd2aa6fe9 a{color: rgba(74, 74, 74, 1);}#ad0a4add6da0a38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad0a4add6da0a38  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa9e7aecaaab81f , #aa9e7aecaaab81f a{color: rgba(74, 74, 74, 1);}#a9038a8156aecd7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8616a842ea0bfb , #a8616a842ea0bfb a{color: rgba(255, 255, 255, 1);}#ac2d8abff2a1d1a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9a50aee07af63f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9a50aee07af63f .marquee-wrap > .str_move {
  cursor: text;
}
#a9a50aee07af63f .marquee-wrap:hover {
  background: #fafafa;
}
#a9a50aee07af63f .marquee-wrap .content {
  position: absolute;
}
#a9a50aee07af63f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9a50aee07af63f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa6c1a472ca69a8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab0b4ab887a6996 , #ab0b4ab887a6996 a{color: rgba(255, 255, 255, 1);}#acf24a915ca155b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a020ba7ecca92b2 .uk-navbar-item,
#a020ba7ecca92b2 .uk-navbar-nav > li > a,
#a020ba7ecca92b2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a020ba7ecca92b2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a020ba7ecca92b2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a020ba7ecca92b2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a020ba7ecca92b2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a020ba7ecca92b2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a020ba7ecca92b2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a020ba7ecca92b2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a020ba7ecca92b2 .logo {
  display: inline-block;
}
#a020ba7ecca92b2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a020ba7ecca92b2 .ap-header-top {
    padding: 15px 10px;
  }
}
#a22a4a8d3aa1e9c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1a87adfb5a4920 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9523a958baa37a > .ele-wrap {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: 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: none;}#ae679a7a71a62b7 > .ele-wrap {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: 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;}#ac5c8a28fdade4c , #ac5c8a28fdade4c a{color: rgba(0, 91, 172, 1);}#ab6fca4083ae077 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab077a43f1a561b > .ele-wrap {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: 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;}#a083da0d61a7b4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a083da0d61a7b4f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab29fa16f9a21e3 , #ab29fa16f9a21e3 a{color: rgba(74, 74, 74, 1);}#ae32da4c3ea788d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae32da4c3ea788d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8f3bac2aaa9787 , #a8f3bac2aaa9787 a{color: rgba(74, 74, 74, 1);}#a1837a98eaa3896 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1837a98eaa3896  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac645aaa5ea16a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac645aaa5ea16a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c43a3814a173f , #a5c43a3814a173f a{color: rgba(74, 74, 74, 1);}#a8689a07a4ac2dd , #a8689a07a4ac2dd a{color: rgba(74, 74, 74, 1);}#afb3ea2794a2b20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afb3ea2794a2b20  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5d3aa4d4fa2c58 , #a5d3aa4d4fa2c58 a{color: rgba(74, 74, 74, 1);}#aae1ba59c2a08a1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a36a4a6691a6d5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a36a4a6691a6d5a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8ba4abd90a5fd3 , #a8ba4abd90a5fd3 a{color: rgba(74, 74, 74, 1);}#a1fc3af28fac4f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1fc3af28fac4f1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7a02afd00aa708 , #a7a02afd00aa708 a{color: rgba(74, 74, 74, 1);}#a5ef9a4730aef20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ef9a4730aef20  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8914ad60dae177 , #a8914ad60dae177 a{color: rgba(74, 74, 74, 1);}#a0a68a2b7fa1c45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0a68a2b7fa1c45  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac478a2cb9a8e57 , #ac478a2cb9a8e57 a{color: rgba(74, 74, 74, 1);}#ab6f1a7770a0a03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab6f1a7770a0a03  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1637a1ef1a9164 , #a1637a1ef1a9164 a{color: rgba(74, 74, 74, 1);}#aed81aae7babcbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed81aae7babcbf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a713ea386ba0449 , #a713ea386ba0449 a{color: rgba(74, 74, 74, 1);}#abe7ba04b0a2a35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abe7ba04b0a2a35  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7c24a3160a2fd6 , #a7c24a3160a2fd6 a{color: rgba(74, 74, 74, 1);}#a3cc0a36fda2236 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a802aa364baf480 , #a802aa364baf480 a{color: rgba(255, 255, 255, 1);}#ae428a2401a5fba > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a281da20b1a3b4b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a281da20b1a3b4b .marquee-wrap > .str_move {
  cursor: text;
}
#a281da20b1a3b4b .marquee-wrap:hover {
  background: #fafafa;
}
#a281da20b1a3b4b .marquee-wrap .content {
  position: absolute;
}
#a281da20b1a3b4b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a281da20b1a3b4b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a258da9730a7bab > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a90a4abb55ab06c , #a90a4abb55ab06c a{color: rgba(255, 255, 255, 1);}#a5bcaaf9cfac82f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac84bac45ba07d4 .uk-navbar-item,
#ac84bac45ba07d4 .uk-navbar-nav > li > a,
#ac84bac45ba07d4 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac84bac45ba07d4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac84bac45ba07d4 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac84bac45ba07d4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac84bac45ba07d4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac84bac45ba07d4 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac84bac45ba07d4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac84bac45ba07d4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac84bac45ba07d4 .logo {
  display: inline-block;
}
#ac84bac45ba07d4 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac84bac45ba07d4 .ap-header-top {
    padding: 15px 10px;
  }
}
#a1370adcaba0aed .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a99d1a1554a07b9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aebffa4d08aa069 > .ele-wrap {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: 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: none;}#a86bca046babef6 > .ele-wrap {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: 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;}#a6076ad667a1bfc , #a6076ad667a1bfc a{color: rgba(0, 91, 172, 1);}#a6f87a8827a6d4a > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0895a104ba8bf0 > .ele-wrap {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: 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;}#a7910a38d0a7f9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7910a38d0a7f9a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0378a4bcda0e40 , #a0378a4bcda0e40 a{color: rgba(74, 74, 74, 1);}#a6550a1dd1aba99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6550a1dd1aba99  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7ddfa2eabae2bd , #a7ddfa2eabae2bd a{color: rgba(74, 74, 74, 1);}#aa0dba8625a277b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa0dba8625a277b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a46aaa8133a1653 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a46aaa8133a1653  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ace1fa1d53ae608 , #ace1fa1d53ae608 a{color: rgba(74, 74, 74, 1);}#a89cea3259ab59c , #a89cea3259ab59c a{color: rgba(74, 74, 74, 1);}#aad70a3e84a7b76 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad70a3e84a7b76  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac79ca6002a8183 , #ac79ca6002a8183 a{color: rgba(74, 74, 74, 1);}#accdda2d5fa805e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa27faea90a3175 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa27faea90a3175  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3929a327baf17e , #a3929a327baf17e a{color: rgba(74, 74, 74, 1);}#a19dca25a5a1740 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a19dca25a5a1740  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad956a801ba1dce , #ad956a801ba1dce a{color: rgba(74, 74, 74, 1);}#a5855acf56a5392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5855acf56a5392  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7641acc94a9932 , #a7641acc94a9932 a{color: rgba(74, 74, 74, 1);}#adeb1ab883ae6c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adeb1ab883ae6c6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa2e7a2bfea83a1 , #aa2e7a2bfea83a1 a{color: rgba(74, 74, 74, 1);}#a4600adeb3a5820 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4600adeb3a5820  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab4aaab66ea1d20 , #ab4aaab66ea1d20 a{color: rgba(74, 74, 74, 1);}#abcefa674dad115 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abcefa674dad115  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae9aea0528a92ea , #ae9aea0528a92ea a{color: rgba(74, 74, 74, 1);}#a0ca9a164da5d63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0ca9a164da5d63  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeb4ea13fda6e1c , #aeb4ea13fda6e1c a{color: rgba(74, 74, 74, 1);}#a62e0a709ca5cb1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6b54a5e18acfb0 , #a6b54a5e18acfb0 a{color: rgba(255, 255, 255, 1);}#a4979abaa1aa01e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9b14aecc8a9f04 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9b14aecc8a9f04 .marquee-wrap > .str_move {
  cursor: text;
}
#a9b14aecc8a9f04 .marquee-wrap:hover {
  background: #fafafa;
}
#a9b14aecc8a9f04 .marquee-wrap .content {
  position: absolute;
}
#a9b14aecc8a9f04 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9b14aecc8a9f04 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae605a3711a7f85 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5e42a767faf198 , #a5e42a767faf198 a{color: rgba(255, 255, 255, 1);}#abb9fa0e1facddf [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9f39afdccae815 .uk-navbar-item,
#a9f39afdccae815 .uk-navbar-nav > li > a,
#a9f39afdccae815 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9f39afdccae815 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9f39afdccae815 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9f39afdccae815 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9f39afdccae815 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9f39afdccae815 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9f39afdccae815 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9f39afdccae815 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9f39afdccae815 .logo {
  display: inline-block;
}
#a9f39afdccae815 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9f39afdccae815 .ap-header-top {
    padding: 15px 10px;
  }
}
#a1cd9a5abda6b14 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#adb34a8690af244 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#afdf0a51d8ad5b5 > .ele-wrap {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: 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: none;}#a511bad238ade6d > .ele-wrap {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: 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;}#af8ecae8a8af1fe , #af8ecae8a8af1fe a{color: rgba(0, 91, 172, 1);}#ab5c8a1e88ac270 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a43a7a4eb0a6068 > .ele-wrap {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: 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;}#addaca919aafd11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#addaca919aafd11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a42eca292fabc65 , #a42eca292fabc65 a{color: rgba(74, 74, 74, 1);}#aadefaee11a6f72 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aadefaee11a6f72  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a822ea453fab85b , #a822ea453fab85b a{color: rgba(74, 74, 74, 1);}#aafc9a48c4ae3be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aafc9a48c4ae3be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55b4a4dcaa7c94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55b4a4dcaa7c94  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aee4fa6a9aaf784 , #aee4fa6a9aaf784 a{color: rgba(74, 74, 74, 1);}#ae6feab092a245b , #ae6feab092a245b a{color: rgba(74, 74, 74, 1);}#a44a8a32dfa4ace > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a44a8a32dfa4ace  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3076a96d5a234f , #a3076a96d5a234f a{color: rgba(74, 74, 74, 1);}#a3cbcabdceaa549 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0beaa3ba1ad2ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0beaa3ba1ad2ca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0105a5dfaa0e87 , #a0105a5dfaa0e87 a{color: rgba(74, 74, 74, 1);}#a3795a026ba6134 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3795a026ba6134  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ace56add29a04f3 , #ace56add29a04f3 a{color: rgba(74, 74, 74, 1);}#acc7aac1a4af41e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acc7aac1a4af41e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a823caa4d9a0a29 , #a823caa4d9a0a29 a{color: rgba(74, 74, 74, 1);}#a1013ab68da4307 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1013ab68da4307  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa0d3a13a5a3e4a , #aa0d3a13a5a3e4a a{color: rgba(74, 74, 74, 1);}#a3db2abf05ae7a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3db2abf05ae7a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a52abaee5ea1e70 , #a52abaee5ea1e70 a{color: rgba(74, 74, 74, 1);}#a5a1ca1934abd01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5a1ca1934abd01  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9bbaadd60aeafe , #a9bbaadd60aeafe a{color: rgba(74, 74, 74, 1);}#a1f17ad0a2ab402 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f17ad0a2ab402  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a82c4a707ba2598 , #a82c4a707ba2598 a{color: rgba(74, 74, 74, 1);}#a408ca5a29abb9c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afdecaa075aed2d , #afdecaa075aed2d a{color: rgba(255, 255, 255, 1);}#a1edea7514a1f31 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a66a4a0b2ea9708 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a66a4a0b2ea9708 .marquee-wrap > .str_move {
  cursor: text;
}
#a66a4a0b2ea9708 .marquee-wrap:hover {
  background: #fafafa;
}
#a66a4a0b2ea9708 .marquee-wrap .content {
  position: absolute;
}
#a66a4a0b2ea9708 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a66a4a0b2ea9708 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3902ae3a9a982f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6e7ba7685a1857 , #a6e7ba7685a1857 a{color: rgba(255, 255, 255, 1);}#a254eacfd4a6c56 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5e15a71fca1f7f .uk-navbar-item,
#a5e15a71fca1f7f .uk-navbar-nav > li > a,
#a5e15a71fca1f7f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5e15a71fca1f7f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5e15a71fca1f7f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5e15a71fca1f7f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5e15a71fca1f7f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5e15a71fca1f7f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5e15a71fca1f7f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5e15a71fca1f7f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5e15a71fca1f7f .logo {
  display: inline-block;
}
#a5e15a71fca1f7f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5e15a71fca1f7f .ap-header-top {
    padding: 15px 10px;
  }
}
#a607fac6feae843 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aba6fa2a99aeaa1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae449a790dabdbe > .ele-wrap {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: 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: none;}#a8805ab8c6a7afb > .ele-wrap {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: 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;}#a3513aa921a0a85 , #a3513aa921a0a85 a{color: rgba(0, 91, 172, 1);}#a6c53a67d3a5650 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6657a68dca02eb > .ele-wrap {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: 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;}#abd5aa233ca2dd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abd5aa233ca2dd5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad32eaefbea3e64 , #ad32eaefbea3e64 a{color: rgba(74, 74, 74, 1);}#a0446a7d47aea04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0446a7d47aea04  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a392fa4f30a91d6 , #a392fa4f30a91d6 a{color: rgba(74, 74, 74, 1);}#a2507ac9aca3743 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2507ac9aca3743  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aed1ea40b4a0888 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed1ea40b4a0888  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a241fa3912a11c6 , #a241fa3912a11c6 a{color: rgba(74, 74, 74, 1);}#a561ea13dda633b , #a561ea13dda633b a{color: rgba(74, 74, 74, 1);}#a737baebc8a0e48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a737baebc8a0e48  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1cb8a1814a0b73 , #a1cb8a1814a0b73 a{color: rgba(74, 74, 74, 1);}#abdf6a6876aaa9b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4e0caa5a7ac6ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4e0caa5a7ac6ea  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeb0ea86d2abbd8 , #aeb0ea86d2abbd8 a{color: rgba(74, 74, 74, 1);}#a03d2adc08a395e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a03d2adc08a395e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a70bca3bc0a13f4 , #a70bca3bc0a13f4 a{color: rgba(74, 74, 74, 1);}#a87cca6371ab5be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a87cca6371ab5be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8347ad215aa805 , #a8347ad215aa805 a{color: rgba(74, 74, 74, 1);}#adb52a6081aa0ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adb52a6081aa0ac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad311a211fadbff , #ad311a211fadbff a{color: rgba(74, 74, 74, 1);}#a4fe6a6c47ab60f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4fe6a6c47ab60f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9dfaaa66facdb8 , #a9dfaaa66facdb8 a{color: rgba(74, 74, 74, 1);}#ae86ea1ae5a6587 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae86ea1ae5a6587  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9e4add38a2abe , #ad9e4add38a2abe a{color: rgba(74, 74, 74, 1);}#a8381a64b9a17d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8381a64b9a17d3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4c8dab5eaa0ce6 , #a4c8dab5eaa0ce6 a{color: rgba(74, 74, 74, 1);}#ae84dad466a3548 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab5e1a85e2a014b , #ab5e1a85e2a014b a{color: rgba(255, 255, 255, 1);}#a8187a4319aba39 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a96ecafa1aadaae .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a96ecafa1aadaae .marquee-wrap > .str_move {
  cursor: text;
}
#a96ecafa1aadaae .marquee-wrap:hover {
  background: #fafafa;
}
#a96ecafa1aadaae .marquee-wrap .content {
  position: absolute;
}
#a96ecafa1aadaae .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a96ecafa1aadaae .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af46ba6e85a7295 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a012aac742a190d , #a012aac742a190d a{color: rgba(255, 255, 255, 1);}#aeddbaa2edada45 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a820da61deaad5c .uk-navbar-item,
#a820da61deaad5c .uk-navbar-nav > li > a,
#a820da61deaad5c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a820da61deaad5c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a820da61deaad5c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a820da61deaad5c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a820da61deaad5c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a820da61deaad5c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a820da61deaad5c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a820da61deaad5c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a820da61deaad5c .logo {
  display: inline-block;
}
#a820da61deaad5c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a820da61deaad5c .ap-header-top {
    padding: 15px 10px;
  }
}
#a7a14a6fe3af439 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a492cae4e8a3e84 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a1cfca4e47ab1a1 > .ele-wrap {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: 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: none;}#a878aae0eea082a > .ele-wrap {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: 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;}#a806aae7c2a85a6 , #a806aae7c2a85a6 a{color: rgba(0, 91, 172, 1);}#a0097a8780a8e30 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a32a6acac7a0d4e > .ele-wrap {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: 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;}#a9242a2779a5a7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9242a2779a5a7f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a564baa33ba4b0b , #a564baa33ba4b0b a{color: rgba(74, 74, 74, 1);}#a8e76a4b0da3826 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e76a4b0da3826  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abfc7a66f2a8c6e , #abfc7a66f2a8c6e a{color: rgba(74, 74, 74, 1);}#ae87badfbda55b7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae87badfbda55b7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6adaa7866aa531 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6adaa7866aa531  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add9ea9f51a8586 , #add9ea9f51a8586 a{color: rgba(74, 74, 74, 1);}#af3f4ac34ea04d1 , #af3f4ac34ea04d1 a{color: rgba(74, 74, 74, 1);}#ad2e6af675a3d80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad2e6af675a3d80  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a00d5a470eab3ff , #a00d5a470eab3ff a{color: rgba(74, 74, 74, 1);}#aceeba4dfaa063f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2ef9a3f3fa435a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2ef9a3f3fa435a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa993a8864a0e7d , #aa993a8864a0e7d a{color: rgba(74, 74, 74, 1);}#a17fba0f7aa6a14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a17fba0f7aa6a14  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa12aa5ea2ab0ee , #aa12aa5ea2ab0ee a{color: rgba(74, 74, 74, 1);}#a966aa883da9dd8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a966aa883da9dd8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afecfa632ba2314 , #afecfa632ba2314 a{color: rgba(74, 74, 74, 1);}#a318ba4346a9cb8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a318ba4346a9cb8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af242a004eae1fe , #af242a004eae1fe a{color: rgba(74, 74, 74, 1);}#aabfcac1f8a823e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aabfcac1f8a823e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5bd9a1d79af973 , #a5bd9a1d79af973 a{color: rgba(74, 74, 74, 1);}#a7c87a96cea4b23 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7c87a96cea4b23  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac0fea2be9a8bcd , #ac0fea2be9a8bcd a{color: rgba(74, 74, 74, 1);}#a8415ab99ea16cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8415ab99ea16cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8163adbf1ad2c2 , #a8163adbf1ad2c2 a{color: rgba(74, 74, 74, 1);}#ac6bca320da1b53 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac6d1a157ba468d , #ac6d1a157ba468d a{color: rgba(255, 255, 255, 1);}#a73c3aaa86abcc5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aeb51a144aaf6b1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aeb51a144aaf6b1 .marquee-wrap > .str_move {
  cursor: text;
}
#aeb51a144aaf6b1 .marquee-wrap:hover {
  background: #fafafa;
}
#aeb51a144aaf6b1 .marquee-wrap .content {
  position: absolute;
}
#aeb51a144aaf6b1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aeb51a144aaf6b1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a552dae048a64e3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6624afa01a16f1 , #a6624afa01a16f1 a{color: rgba(255, 255, 255, 1);}#a434ea1e34a267b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aa744aeedfab08f .uk-navbar-item,
#aa744aeedfab08f .uk-navbar-nav > li > a,
#aa744aeedfab08f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aa744aeedfab08f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aa744aeedfab08f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aa744aeedfab08f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aa744aeedfab08f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aa744aeedfab08f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aa744aeedfab08f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aa744aeedfab08f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aa744aeedfab08f .logo {
  display: inline-block;
}
#aa744aeedfab08f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aa744aeedfab08f .ap-header-top {
    padding: 15px 10px;
  }
}
#ae1f9ae164a06a3 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5c75ad0b0a44b2 > .ele-wrap {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: 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;}#a0e6ea5da7ac905 , #a0e6ea5da7ac905 a{color: rgba(0, 91, 172, 1);}#aae41a866ca272f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a315ca16b7a1b8e > .ele-wrap {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: 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;}#a525da2d12ae58d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a525da2d12ae58d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8ffeafd6cadb14 , #a8ffeafd6cadb14 a{color: rgba(74, 74, 74, 1);}#a178fa3c7aae67e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a178fa3c7aae67e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeec3a8b78a75f2 , #aeec3a8b78a75f2 a{color: rgba(74, 74, 74, 1);}#ac362ad27baada0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac362ad27baada0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af5b6af7fead6ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af5b6af7fead6ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0ec8a86efa34b4 , #a0ec8a86efa34b4 a{color: rgba(74, 74, 74, 1);}#ae90aa902ca012c , #ae90aa902ca012c a{color: rgba(74, 74, 74, 1);}#ab0fcafbfba8489 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab0fcafbfba8489  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8df4ad640acd6d , #a8df4ad640acd6d a{color: rgba(74, 74, 74, 1);}#afc80a9230a0911 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a8e2eae1c7a2955 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e2eae1c7a2955  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a90a3d0aa77eb , #a3a90a3d0aa77eb a{color: rgba(74, 74, 74, 1);}#afc19adbc0a2fed > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc19adbc0a2fed  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aceb7af42dad7af , #aceb7af42dad7af a{color: rgba(74, 74, 74, 1);}#aa148a71d8af225 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa148a71d8af225  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad1f5a33d8a3473 , #ad1f5a33d8a3473 a{color: rgba(74, 74, 74, 1);}#a7919ab9c8a94d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7919ab9c8a94d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d93a4a3baeab2 , #a4d93a4a3baeab2 a{color: rgba(74, 74, 74, 1);}#a83ffa6117a5299 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a83ffa6117a5299  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a689ea8abea783f , #a689ea8abea783f a{color: rgba(74, 74, 74, 1);}#aa93ca4d00ae4cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa93ca4d00ae4cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac091a0ac4a5eef , #ac091a0ac4a5eef a{color: rgba(74, 74, 74, 1);}#adbc0a4ce5a7c5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adbc0a4ce5a7c5f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af133af0b9a7bed , #af133af0b9a7bed a{color: rgba(74, 74, 74, 1);}#a2570a05fda7cd3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7baba3a23acf64 , #a7baba3a23acf64 a{color: rgba(255, 255, 255, 1);}#a2631a8c9ba1390 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7f46a58a5a08fa .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a7f46a58a5a08fa .marquee-wrap > .str_move {
  cursor: text;
}
#a7f46a58a5a08fa .marquee-wrap:hover {
  background: #fafafa;
}
#a7f46a58a5a08fa .marquee-wrap .content {
  position: absolute;
}
#a7f46a58a5a08fa .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7f46a58a5a08fa .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6bd1a5269ae7c0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab3aeaa696ab7a9 , #ab3aeaa696ab7a9 a{color: rgba(255, 255, 255, 1);}#a5d89a630ea3876 > .ele-wrap {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: 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;}#a3daaab4c6a425e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a94f8a3a06a3e6c .uk-navbar-item,
#a94f8a3a06a3e6c .uk-navbar-nav > li > a,
#a94f8a3a06a3e6c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a94f8a3a06a3e6c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a94f8a3a06a3e6c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a94f8a3a06a3e6c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a94f8a3a06a3e6c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a94f8a3a06a3e6c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a94f8a3a06a3e6c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a94f8a3a06a3e6c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a94f8a3a06a3e6c .logo {
  display: inline-block;
}
#a94f8a3a06a3e6c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a94f8a3a06a3e6c .ap-header-top {
    padding: 15px 10px;
  }
}
#a0b9da481aad23e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a8075aa778af824 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2b3aac404ade83 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#af414ae094ab769 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0869ab0d9a6305 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a43cda81eea002d > .ele-wrap {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: 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: none;}#aaad8a7434a8dfc > .ele-wrap {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: 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;}#a573ea67d8a02dd , #a573ea67d8a02dd a{color: rgba(0, 91, 172, 1);}#a1f0bac0dca4bf7 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4762a8000a15ee > .ele-wrap {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: 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;}#a2251a2c25a58e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2251a2c25a58e8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6d7ba47f5a0e0c , #a6d7ba47f5a0e0c a{color: rgba(74, 74, 74, 1);}#a2cbbab8aca8cb8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2cbbab8aca8cb8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1cc5a2d7aa89cd , #a1cc5a2d7aa89cd a{color: rgba(74, 74, 74, 1);}#a3e6aa3a1aaaf11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e6aa3a1aaaf11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac534a22dca292e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac534a22dca292e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a292ca4a44ad836 , #a292ca4a44ad836 a{color: rgba(74, 74, 74, 1);}#af8a5ae598a8dc1 , #af8a5ae598a8dc1 a{color: rgba(74, 74, 74, 1);}#a2e49a76ffa7dc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2e49a76ffa7dc4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0fb8a40faacdf7 , #a0fb8a40faacdf7 a{color: rgba(74, 74, 74, 1);}#adc94a16eda236b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a1c82a5adaaf314 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c82a5adaaf314  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9788a65c4a57d1 , #a9788a65c4a57d1 a{color: rgba(74, 74, 74, 1);}#a4fd6a8b51ac672 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4fd6a8b51ac672  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad6cfabd1ca8705 , #ad6cfabd1ca8705 a{color: rgba(74, 74, 74, 1);}#a30e0a52b7a5a1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30e0a52b7a5a1a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#affada91caa5ba3 , #affada91caa5ba3 a{color: rgba(74, 74, 74, 1);}#a5655a6d79ac9e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5655a6d79ac9e8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaa3baac3da84c6 , #aaa3baac3da84c6 a{color: rgba(74, 74, 74, 1);}#aa16ea0c99ab14e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa16ea0c99ab14e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7a99a6b4faaf25 , #a7a99a6b4faaf25 a{color: rgba(74, 74, 74, 1);}#adcb2a549ca8afb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adcb2a549ca8afb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afac8addffa87f7 , #afac8addffa87f7 a{color: rgba(74, 74, 74, 1);}#a1843a6ba3aa613 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1843a6ba3aa613  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2498ac1d9ac5ec , #a2498ac1d9ac5ec a{color: rgba(74, 74, 74, 1);}#a90c2aab8faeebf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0074a1625aa423 , #a0074a1625aa423 a{color: rgba(255, 255, 255, 1);}#a2aaea3934acf31 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0db8ae76cacaf9 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0db8ae76cacaf9 .marquee-wrap > .str_move {
  cursor: text;
}
#a0db8ae76cacaf9 .marquee-wrap:hover {
  background: #fafafa;
}
#a0db8ae76cacaf9 .marquee-wrap .content {
  position: absolute;
}
#a0db8ae76cacaf9 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0db8ae76cacaf9 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2ce5a71e5acb8a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a09c9a79b1a5d1a , #a09c9a79b1a5d1a a{color: rgba(255, 255, 255, 1);}#aafdea4e8ea3961 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0e87a1287a9165 .uk-navbar-item,
#a0e87a1287a9165 .uk-navbar-nav > li > a,
#a0e87a1287a9165 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0e87a1287a9165 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0e87a1287a9165 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0e87a1287a9165 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0e87a1287a9165 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0e87a1287a9165 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0e87a1287a9165 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0e87a1287a9165 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0e87a1287a9165 .logo {
  display: inline-block;
}
#a0e87a1287a9165 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0e87a1287a9165 .ap-header-top {
    padding: 15px 10px;
  }
}
#a4e64a4d18a7c96 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aa998af262ac12e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac301a6a2ca1df2 > .ele-wrap {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: 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: none;}#a68bea73d5ac7c2 > .ele-wrap {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: 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;}#aba01a4b45aa5f0 , #aba01a4b45aa5f0 a{color: rgba(0, 91, 172, 1);}#a9b00a6298af570 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad330a6162ac397 > .ele-wrap {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: 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;}#a3616aa39fa38c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3616aa39fa38c7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa082afeddaf8fe , #aa082afeddaf8fe a{color: rgba(74, 74, 74, 1);}#a1f47aeeb6a5b49 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f47aeeb6a5b49  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af3bcacd72a1ae0 , #af3bcacd72a1ae0 a{color: rgba(74, 74, 74, 1);}#aa7bdabf51af0b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa7bdabf51af0b3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac6d5a85dda0fec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac6d5a85dda0fec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae73ba2557acc88 , #ae73ba2557acc88 a{color: rgba(74, 74, 74, 1);}#a6988a499da2377 , #a6988a499da2377 a{color: rgba(74, 74, 74, 1);}#a0547a6d95a1ccb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0547a6d95a1ccb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaddbac56facc83 , #aaddbac56facc83 a{color: rgba(74, 74, 74, 1);}#a7a40a502fa4956 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2dcea2faba7d12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2dcea2faba7d12  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5d6aa7a63a947d , #a5d6aa7a63a947d a{color: rgba(74, 74, 74, 1);}#a6817ae159ab336 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6817ae159ab336  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa7f5a59afad6e2 , #aa7f5a59afad6e2 a{color: rgba(74, 74, 74, 1);}#ad997a0a87ae69e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad997a0a87ae69e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aac9ea7c88a1199 , #aac9ea7c88a1199 a{color: rgba(74, 74, 74, 1);}#ab217aed67a98c1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab217aed67a98c1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afcfdab706a0843 , #afcfdab706a0843 a{color: rgba(74, 74, 74, 1);}#a594eae18fa32a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a594eae18fa32a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af38aa394ba157d , #af38aa394ba157d a{color: rgba(74, 74, 74, 1);}#a158dad835a83c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a158dad835a83c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae257ac5b5a86e7 , #ae257ac5b5a86e7 a{color: rgba(74, 74, 74, 1);}#a75bba53c8a91ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a75bba53c8a91ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a24dba9d7ba3b3f , #a24dba9d7ba3b3f a{color: rgba(74, 74, 74, 1);}#a25d3ae4f6a0163 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a99d7af635ae9c6 , #a99d7af635ae9c6 a{color: rgba(255, 255, 255, 1);}#a3607a420ca9c09 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac999a49f9a0b58 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac999a49f9a0b58 .marquee-wrap > .str_move {
  cursor: text;
}
#ac999a49f9a0b58 .marquee-wrap:hover {
  background: #fafafa;
}
#ac999a49f9a0b58 .marquee-wrap .content {
  position: absolute;
}
#ac999a49f9a0b58 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac999a49f9a0b58 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af737ab104ad15f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adb4ba72a3a03ce , #adb4ba72a3a03ce a{color: rgba(255, 255, 255, 1);}#a8ba6a44fcade21 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a33f9abd2aa562e .uk-navbar-item,
#a33f9abd2aa562e .uk-navbar-nav > li > a,
#a33f9abd2aa562e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a33f9abd2aa562e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a33f9abd2aa562e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a33f9abd2aa562e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a33f9abd2aa562e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a33f9abd2aa562e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a33f9abd2aa562e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a33f9abd2aa562e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a33f9abd2aa562e .logo {
  display: inline-block;
}
#a33f9abd2aa562e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a33f9abd2aa562e .ap-header-top {
    padding: 15px 10px;
  }
}
#ab3b6a34d8a602b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a6162aa6a7a9607 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8892adb32ad22e > .ele-wrap {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: 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: none;}#abfa5a1c42ad25c > .ele-wrap {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: 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;}#a6545abd0aae168 , #a6545abd0aae168 a{color: rgba(0, 91, 172, 1);}#a6459a3d78a5b17 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a8237a977fadede > .ele-wrap {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: 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;}#a974ea69fdae392 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a974ea69fdae392  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a60e6a37caaa172 , #a60e6a37caaa172 a{color: rgba(74, 74, 74, 1);}#aa622a27aba1ead > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa622a27aba1ead  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a342ca41eea7ba8 , #a342ca41eea7ba8 a{color: rgba(74, 74, 74, 1);}#a75c1a8f70a7f84 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a75c1a8f70a7f84  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a615ba8844a477c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a615ba8844a477c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaefeafe66abeac , #aaefeafe66abeac a{color: rgba(74, 74, 74, 1);}#a1a3ca2c29adc05 , #a1a3ca2c29adc05 a{color: rgba(74, 74, 74, 1);}#ae24baaeada3df7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae24baaeada3df7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab62baeb94a06f7 , #ab62baeb94a06f7 a{color: rgba(74, 74, 74, 1);}#a7a0ca8337ac7ee > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad5c0a90e6a4614 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad5c0a90e6a4614  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1e3ead591ae9d4 , #a1e3ead591ae9d4 a{color: rgba(74, 74, 74, 1);}#a747fad841ac625 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a747fad841ac625  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8006a220fa59fa , #a8006a220fa59fa a{color: rgba(74, 74, 74, 1);}#a824eaa012a40dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a824eaa012a40dc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa21cae368ab980 , #aa21cae368ab980 a{color: rgba(74, 74, 74, 1);}#a41a2a7746a7235 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a41a2a7746a7235  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab379a4ef6a2642 , #ab379a4ef6a2642 a{color: rgba(74, 74, 74, 1);}#ad0eaa3b3ca89dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad0eaa3b3ca89dd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aad83aeb93a05a7 , #aad83aeb93a05a7 a{color: rgba(74, 74, 74, 1);}#ab42ba5c15a9f71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab42ba5c15a9f71  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af80ca922baaadc , #af80ca922baaadc a{color: rgba(74, 74, 74, 1);}#ac032ae595a9780 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac032ae595a9780  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b03acc6fa0632 , #a5b03acc6fa0632 a{color: rgba(74, 74, 74, 1);}#ad637a2a61aed0b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af262ad495ac35b , #af262ad495ac35b a{color: rgba(255, 255, 255, 1);}#a98d6abe20ad0a6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a16d9ab8aba6596 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a16d9ab8aba6596 .marquee-wrap > .str_move {
  cursor: text;
}
#a16d9ab8aba6596 .marquee-wrap:hover {
  background: #fafafa;
}
#a16d9ab8aba6596 .marquee-wrap .content {
  position: absolute;
}
#a16d9ab8aba6596 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a16d9ab8aba6596 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9fb4a64bda72d7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac0eeabb77a8408 , #ac0eeabb77a8408 a{color: rgba(255, 255, 255, 1);}#aa053a264fa2197 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac385a5791a5e86 .uk-navbar-item,
#ac385a5791a5e86 .uk-navbar-nav > li > a,
#ac385a5791a5e86 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac385a5791a5e86 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac385a5791a5e86 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac385a5791a5e86 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac385a5791a5e86 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac385a5791a5e86 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac385a5791a5e86 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac385a5791a5e86 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac385a5791a5e86 .logo {
  display: inline-block;
}
#ac385a5791a5e86 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac385a5791a5e86 .ap-header-top {
    padding: 15px 10px;
  }
}
#aace0ab0e4a785b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab602a60c8ac43e .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a4f4fab987ae633 > .ele-wrap {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: 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: none;}#a8d07aa759a5213 > .ele-wrap {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: 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;}#a43f4aeeb8a7c03 , #a43f4aeeb8a7c03 a{color: rgba(0, 91, 172, 1);}#ab7c4a6704a70f5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af92fa409aa6e42 > .ele-wrap {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: 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;}#ab3c4a0eeea4092 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab3c4a0eeea4092  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a216eac5f3a4139 , #a216eac5f3a4139 a{color: rgba(74, 74, 74, 1);}#a0a32ab8a6af0ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0a32ab8a6af0ce  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae5c9a034da8795 , #ae5c9a034da8795 a{color: rgba(74, 74, 74, 1);}#aa3f4ab358a5a6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa3f4ab358a5a6f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1a8cacfd3a5f9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1a8cacfd3a5f9d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6181a3afda8920 , #a6181a3afda8920 a{color: rgba(74, 74, 74, 1);}#a87ecad6a2a6515 , #a87ecad6a2a6515 a{color: rgba(74, 74, 74, 1);}#ac135a3e06af6d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac135a3e06af6d9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9052a9426aa333 , #a9052a9426aa333 a{color: rgba(74, 74, 74, 1);}#a419ba6694a4eb2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a62eea08ecaf4f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a62eea08ecaf4f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af3f3a354eaf5ff , #af3f3a354eaf5ff a{color: rgba(74, 74, 74, 1);}#a1e7aaa92cac795 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1e7aaa92cac795  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9d7aaf50fab687 , #a9d7aaf50fab687 a{color: rgba(74, 74, 74, 1);}#ac40faf889a1814 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac40faf889a1814  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9229af68eae213 , #a9229af68eae213 a{color: rgba(74, 74, 74, 1);}#a95b3a00a8a0470 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a95b3a00a8a0470  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ade3ea9cf8a8440 , #ade3ea9cf8a8440 a{color: rgba(74, 74, 74, 1);}#aa793a15ddac34e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa793a15ddac34e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4370a1c5da6833 , #a4370a1c5da6833 a{color: rgba(74, 74, 74, 1);}#a3826ae30da26ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3826ae30da26ae  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7c2cae748a0e94 , #a7c2cae748a0e94 a{color: rgba(74, 74, 74, 1);}#a32a0aa736aef14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a32a0aa736aef14  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a366da3a2aa2f5a , #a366da3a2aa2f5a a{color: rgba(74, 74, 74, 1);}#a95f3a6ff9a1e45 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af203a79d3aa067 , #af203a79d3aa067 a{color: rgba(255, 255, 255, 1);}#ac191a80f3ad1bf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9841af440ac7c2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9841af440ac7c2 .marquee-wrap > .str_move {
  cursor: text;
}
#a9841af440ac7c2 .marquee-wrap:hover {
  background: #fafafa;
}
#a9841af440ac7c2 .marquee-wrap .content {
  position: absolute;
}
#a9841af440ac7c2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9841af440ac7c2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aaf68a2b96a66fd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aaed0abf29a9b2b , #aaed0abf29a9b2b a{color: rgba(255, 255, 255, 1);}#aa647affecae952 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a1702ae022ac812 .uk-navbar-item,
#a1702ae022ac812 .uk-navbar-nav > li > a,
#a1702ae022ac812 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a1702ae022ac812 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1702ae022ac812 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a1702ae022ac812 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a1702ae022ac812 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a1702ae022ac812 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a1702ae022ac812 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a1702ae022ac812 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a1702ae022ac812 .logo {
  display: inline-block;
}
#a1702ae022ac812 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a1702ae022ac812 .ap-header-top {
    padding: 15px 10px;
  }
}
#a422aa065fa6285 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ae5cea2634a77e1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a666ba62e3ab9a4 > .ele-wrap {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: 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: none;}#a1746af328a2664 > .ele-wrap {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: 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;}#a0c45a2985a5734 , #a0c45a2985a5734 a{color: rgba(0, 91, 172, 1);}#ab5eaa980ba0f65 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2282a5207a11c3 > .ele-wrap {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: 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;}#a60c1a063ea2930 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a60c1a063ea2930  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a95a3a509aaa2da , #a95a3a509aaa2da a{color: rgba(74, 74, 74, 1);}#a3acca20c7a30ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3acca20c7a30ba  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adb90a10ada6757 , #adb90a10ada6757 a{color: rgba(74, 74, 74, 1);}#a4ed0ae5bda698b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ed0ae5bda698b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8a8aab721a3be7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a8aab721a3be7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab428abadea7f5e , #ab428abadea7f5e a{color: rgba(74, 74, 74, 1);}#a1ecaa4f68ac14e , #a1ecaa4f68ac14e a{color: rgba(74, 74, 74, 1);}#a1c60a3a5ea9fdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c60a3a5ea9fdc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad5b2ac640a1cc8 , #ad5b2ac640a1cc8 a{color: rgba(74, 74, 74, 1);}#a1029a2525a7746 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0befa1234ae0a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0befa1234ae0a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1292ae451a669f , #a1292ae451a669f a{color: rgba(74, 74, 74, 1);}#af8c4a5827a41d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af8c4a5827a41d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a06d7a8fa6abede , #a06d7a8fa6abede a{color: rgba(74, 74, 74, 1);}#a4dd0a34f2ad940 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4dd0a34f2ad940  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b33a5157a560b , #a5b33a5157a560b a{color: rgba(74, 74, 74, 1);}#a466aafa00aca4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a466aafa00aca4f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a474bae877a372d , #a474bae877a372d a{color: rgba(74, 74, 74, 1);}#a925ba9cfdac407 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a925ba9cfdac407  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2993a9d3fa9b83 , #a2993a9d3fa9b83 a{color: rgba(74, 74, 74, 1);}#aeb43a0773a9d00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aeb43a0773a9d00  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8aaaa3b60a6a8c , #a8aaaa3b60a6a8c a{color: rgba(74, 74, 74, 1);}#a55c2af08fa2468 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55c2af08fa2468  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a177ba9fe6ac3f8 , #a177ba9fe6ac3f8 a{color: rgba(74, 74, 74, 1);}#a817da3938a4e5b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#affa3a4c45a6ef3 , #affa3a4c45a6ef3 a{color: rgba(255, 255, 255, 1);}#ae2eca9cacaddb1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a63aba802aa3424 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a63aba802aa3424 .marquee-wrap > .str_move {
  cursor: text;
}
#a63aba802aa3424 .marquee-wrap:hover {
  background: #fafafa;
}
#a63aba802aa3424 .marquee-wrap .content {
  position: absolute;
}
#a63aba802aa3424 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a63aba802aa3424 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4735a88a5ad2f4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0febaa887a0d74 , #a0febaa887a0d74 a{color: rgba(255, 255, 255, 1);}#adbeda4505a7978 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a052ea144aab3dc .uk-navbar-item,
#a052ea144aab3dc .uk-navbar-nav > li > a,
#a052ea144aab3dc .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a052ea144aab3dc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a052ea144aab3dc .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a052ea144aab3dc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a052ea144aab3dc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a052ea144aab3dc .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a052ea144aab3dc .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a052ea144aab3dc .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a052ea144aab3dc .logo {
  display: inline-block;
}
#a052ea144aab3dc .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a052ea144aab3dc .ap-header-top {
    padding: 15px 10px;
  }
}
#ae4fdaa405a7b25 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a218fa2bf4a03e1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a150ea9f05acb4a > .ele-wrap {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: 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: none;}#ae094a32f7a890b > .ele-wrap {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: 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;}#acb25afe7ba293c , #acb25afe7ba293c a{color: rgba(0, 91, 172, 1);}#a0d75a8020abf69 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a81e4a2607a9b25 > .ele-wrap {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: 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;}#ae09ba37b9acae9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae09ba37b9acae9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3d26ae410ac56c , #a3d26ae410ac56c a{color: rgba(74, 74, 74, 1);}#aac80ad4abac104 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac80ad4abac104  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6396ae0a8a3ec3 , #a6396ae0a8a3ec3 a{color: rgba(74, 74, 74, 1);}#ac558ab057a6655 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac558ab057a6655  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1758afefca59e9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1758afefca59e9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1596a753eaa06c , #a1596a753eaa06c a{color: rgba(74, 74, 74, 1);}#ad405a676ca8101 , #ad405a676ca8101 a{color: rgba(74, 74, 74, 1);}#a286ea6015afd54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a286ea6015afd54  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae3fba6e18ae321 , #ae3fba6e18ae321 a{color: rgba(74, 74, 74, 1);}#aca9ba0fd5a92c0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad148a181ea3aa6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad148a181ea3aa6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a326aa8acda395d , #a326aa8acda395d a{color: rgba(74, 74, 74, 1);}#a52d6a63f1a83f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a52d6a63f1a83f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3bf4a29c8a5139 , #a3bf4a29c8a5139 a{color: rgba(74, 74, 74, 1);}#a7f10a43e4ab867 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7f10a43e4ab867  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a79c6a53baae9cc , #a79c6a53baae9cc a{color: rgba(74, 74, 74, 1);}#a1c35a0b6da3300 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1c35a0b6da3300  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a26b6a2737a257b , #a26b6a2737a257b a{color: rgba(74, 74, 74, 1);}#a591aa5113ad56f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a591aa5113ad56f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb66a9378a6781 , #afb66a9378a6781 a{color: rgba(74, 74, 74, 1);}#ad335aab9ea43cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad335aab9ea43cc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac5e4ab3e0a6e20 , #ac5e4ab3e0a6e20 a{color: rgba(74, 74, 74, 1);}#aea4eaa01eaf511 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea4eaa01eaf511  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a42b3ab40cacdc1 , #a42b3ab40cacdc1 a{color: rgba(74, 74, 74, 1);}#a7aedac56ea74d5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a23f8ab616a856a , #a23f8ab616a856a a{color: rgba(255, 255, 255, 1);}#ad714a8592a8ed3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a812ea4ee6a35d2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a812ea4ee6a35d2 .marquee-wrap > .str_move {
  cursor: text;
}
#a812ea4ee6a35d2 .marquee-wrap:hover {
  background: #fafafa;
}
#a812ea4ee6a35d2 .marquee-wrap .content {
  position: absolute;
}
#a812ea4ee6a35d2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a812ea4ee6a35d2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad2c4a75c9a68eb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad5d6aac93abc2c , #ad5d6aac93abc2c a{color: rgba(255, 255, 255, 1);}#a5582ac799a13a4 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a7e10acdb8a92ac .uk-navbar-item,
#a7e10acdb8a92ac .uk-navbar-nav > li > a,
#a7e10acdb8a92ac .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7e10acdb8a92ac .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7e10acdb8a92ac .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7e10acdb8a92ac [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7e10acdb8a92ac .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a7e10acdb8a92ac .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7e10acdb8a92ac .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a7e10acdb8a92ac .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7e10acdb8a92ac .logo {
  display: inline-block;
}
#a7e10acdb8a92ac .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7e10acdb8a92ac .ap-header-top {
    padding: 15px 10px;
  }
}
#a2736a5139af98e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1a99abb1eab5b0 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a38c5a04b4a1e79 > .ele-wrap {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: 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: none;}#abe85af2b8a861c > .ele-wrap {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: 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;}#ad85ca8408abd7f , #ad85ca8408abd7f a{color: rgba(0, 91, 172, 1);}#a78d8ae3d4aa480 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac444afc9aa2597 > .ele-wrap {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: 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;}#ac503afee5afcee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac503afee5afcee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2859a860fa7009 , #a2859a860fa7009 a{color: rgba(74, 74, 74, 1);}#a38fca946eaa254 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a38fca946eaa254  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9aaa0f9eadac1 , #ad9aaa0f9eadac1 a{color: rgba(74, 74, 74, 1);}#a176fa9fbea75f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a176fa9fbea75f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afcf3ae44aa2e8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afcf3ae44aa2e8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a70abafc31a4f86 , #a70abafc31a4f86 a{color: rgba(74, 74, 74, 1);}#ad4b9a4b57ad769 , #ad4b9a4b57ad769 a{color: rgba(74, 74, 74, 1);}#a8fcea366fab11d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8fcea366fab11d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a57a9a09c7a9f12 , #a57a9a09c7a9f12 a{color: rgba(74, 74, 74, 1);}#a8689ae6d5a1e37 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a32feac812a8461 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a32feac812a8461  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2b1ba101aada41 , #a2b1ba101aada41 a{color: rgba(74, 74, 74, 1);}#aadaea9088aa84a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aadaea9088aa84a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa9e3a952bab064 , #aa9e3a952bab064 a{color: rgba(74, 74, 74, 1);}#afef1a35f0a8e8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afef1a35f0a8e8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2291a282da2912 , #a2291a282da2912 a{color: rgba(74, 74, 74, 1);}#a0d2ca58bda4fd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d2ca58bda4fd6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aed44a395eab8b4 , #aed44a395eab8b4 a{color: rgba(74, 74, 74, 1);}#ae0c6a680ca9e97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae0c6a680ca9e97  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae370adf7aa6350 , #ae370adf7aa6350 a{color: rgba(74, 74, 74, 1);}#aea2faf246ae69b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea2faf246ae69b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2758a5398a8c49 , #a2758a5398a8c49 a{color: rgba(74, 74, 74, 1);}#a2017a6988a0e1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2017a6988a0e1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad18fadd14ac3de , #ad18fadd14ac3de a{color: rgba(74, 74, 74, 1);}#ae614ac6c6a896a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac28faa801af276 , #ac28faa801af276 a{color: rgba(255, 255, 255, 1);}#a139ca58fdaa042 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af0f8adc53a2236 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af0f8adc53a2236 .marquee-wrap > .str_move {
  cursor: text;
}
#af0f8adc53a2236 .marquee-wrap:hover {
  background: #fafafa;
}
#af0f8adc53a2236 .marquee-wrap .content {
  position: absolute;
}
#af0f8adc53a2236 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af0f8adc53a2236 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a82e8aae75acfb4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abf9caf3c6a7d19 , #abf9caf3c6a7d19 a{color: rgba(255, 255, 255, 1);}#a02e6a19eea2131 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abbcea52a3a22b3 .uk-navbar-item,
#abbcea52a3a22b3 .uk-navbar-nav > li > a,
#abbcea52a3a22b3 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abbcea52a3a22b3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abbcea52a3a22b3 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abbcea52a3a22b3 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abbcea52a3a22b3 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abbcea52a3a22b3 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abbcea52a3a22b3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abbcea52a3a22b3 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abbcea52a3a22b3 .logo {
  display: inline-block;
}
#abbcea52a3a22b3 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abbcea52a3a22b3 .ap-header-top {
    padding: 15px 10px;
  }
}
#a78e1a0f2ea27c4 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abb89aa269af03a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a4de2a7945af5e5 > .ele-wrap {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: 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: none;}#a1e53a98efafb3c > .ele-wrap {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: 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;}#a116ea8c71aa718 , #a116ea8c71aa718 a{color: rgba(0, 91, 172, 1);}#a501aa2348ae1de > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a8469a90baa5225 > .ele-wrap {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: 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;}#aac0ba5f01a238f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac0ba5f01a238f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1555a18faa3659 , #a1555a18faa3659 a{color: rgba(74, 74, 74, 1);}#adcf5a8e55aea13 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adcf5a8e55aea13  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1145a0161a5da6 , #a1145a0161a5da6 a{color: rgba(74, 74, 74, 1);}#ad230ab3fdae68d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad230ab3fdae68d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1ca6ac71aaf7d8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ca6ac71aaf7d8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2112afdd5ae8f2 , #a2112afdd5ae8f2 a{color: rgba(74, 74, 74, 1);}#ad9c3a35bea2d3d , #ad9c3a35bea2d3d a{color: rgba(74, 74, 74, 1);}#ae2f2a3ed3a2ccd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae2f2a3ed3a2ccd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a36ada77dba9145 , #a36ada77dba9145 a{color: rgba(74, 74, 74, 1);}#aa81ea34d7a5ec3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2ae4ab877ae038 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2ae4ab877ae038  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f54ada75ac5c3 , #a5f54ada75ac5c3 a{color: rgba(74, 74, 74, 1);}#af89ca012ba5bb5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af89ca012ba5bb5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1524ad0e1a4fa8 , #a1524ad0e1a4fa8 a{color: rgba(74, 74, 74, 1);}#acfd6a2fd9a31b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acfd6a2fd9a31b5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1cb9a0a18a4678 , #a1cb9a0a18a4678 a{color: rgba(74, 74, 74, 1);}#a2610a45e7a4107 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2610a45e7a4107  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7c8aa4db8a0ebb , #a7c8aa4db8a0ebb a{color: rgba(74, 74, 74, 1);}#a9ae2af4a3a58a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ae2af4a3a58a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0d2fac29baf52f , #a0d2fac29baf52f a{color: rgba(74, 74, 74, 1);}#a2d2daa8afa18f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2d2daa8afa18f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af4abac812a7b0d , #af4abac812a7b0d a{color: rgba(74, 74, 74, 1);}#ab062a9485a9676 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab062a9485a9676  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0af4ad363adfb6 , #a0af4ad363adfb6 a{color: rgba(74, 74, 74, 1);}#a2951ab7b1ae67c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0beaa8bf0a94df , #a0beaa8bf0a94df a{color: rgba(255, 255, 255, 1);}#af840ac54fa8691 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1689a69f5ab028 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1689a69f5ab028 .marquee-wrap > .str_move {
  cursor: text;
}
#a1689a69f5ab028 .marquee-wrap:hover {
  background: #fafafa;
}
#a1689a69f5ab028 .marquee-wrap .content {
  position: absolute;
}
#a1689a69f5ab028 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1689a69f5ab028 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7591a55c9a579d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a344eaa069ab616 , #a344eaa069ab616 a{color: rgba(255, 255, 255, 1);}#ae159a30f9a2f92 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac13fa8ad3a6a4a .uk-navbar-item,
#ac13fa8ad3a6a4a .uk-navbar-nav > li > a,
#ac13fa8ad3a6a4a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac13fa8ad3a6a4a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac13fa8ad3a6a4a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac13fa8ad3a6a4a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac13fa8ad3a6a4a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac13fa8ad3a6a4a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac13fa8ad3a6a4a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac13fa8ad3a6a4a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac13fa8ad3a6a4a .logo {
  display: inline-block;
}
#ac13fa8ad3a6a4a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac13fa8ad3a6a4a .ap-header-top {
    padding: 15px 10px;
  }
}
#a0b94a74ada305c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aaa4da8777a79ff .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac49ca8b74a5938 > .ele-wrap {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: 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: none;}#abd1fa84a6a5316 > .ele-wrap {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: 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;}#a01bea1a71af6de , #a01bea1a71af6de a{color: rgba(0, 91, 172, 1);}#a83d8a55a6adec4 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#afd78ac164a0a75 > .ele-wrap {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: 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;}#af00ea20d6a99c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af00ea20d6a99c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af9d0a4fc7abcfa , #af9d0a4fc7abcfa a{color: rgba(74, 74, 74, 1);}#a103fa4273a4d50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a103fa4273a4d50  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4417ab2e5aef29 , #a4417ab2e5aef29 a{color: rgba(74, 74, 74, 1);}#abdfda6c1da91c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abdfda6c1da91c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae370aced3aaec3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae370aced3aaec3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e02a49c0aa0aa , #a0e02a49c0aa0aa a{color: rgba(74, 74, 74, 1);}#a61cea402ea44d9 , #a61cea402ea44d9 a{color: rgba(74, 74, 74, 1);}#ad94da3455a9b45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad94da3455a9b45  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a82a1affe7aa494 , #a82a1affe7aa494 a{color: rgba(74, 74, 74, 1);}#a5c14a7fe4a9f3b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a31d2ab5cca1dac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a31d2ab5cca1dac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab31daa1e9a268b , #ab31daa1e9a268b a{color: rgba(74, 74, 74, 1);}#a830da0f8da96a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a830da0f8da96a3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a13cda6730a10db , #a13cda6730a10db a{color: rgba(74, 74, 74, 1);}#aa7a2a9fd3a2a71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa7a2a9fd3a2a71  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9c16a67c2ade89 , #a9c16a67c2ade89 a{color: rgba(74, 74, 74, 1);}#a9f27a1512aa1d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9f27a1512aa1d7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abb26abcdba82d0 , #abb26abcdba82d0 a{color: rgba(74, 74, 74, 1);}#abbf7a143cad8c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abbf7a143cad8c2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abadaab0dcaf923 , #abadaab0dcaf923 a{color: rgba(74, 74, 74, 1);}#a6079a5062ad22d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6079a5062ad22d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f56a5a21a9f6d , #a9f56a5a21a9f6d a{color: rgba(74, 74, 74, 1);}#a2b45abd08ab8af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2b45abd08ab8af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a08e8afea1ababb , #a08e8afea1ababb a{color: rgba(74, 74, 74, 1);}#a6fc2a268aae8ba > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac9b2ac8e9a8b6d , #ac9b2ac8e9a8b6d a{color: rgba(255, 255, 255, 1);}#a7e68aca3fa8672 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a756fa479ba420a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a756fa479ba420a .marquee-wrap > .str_move {
  cursor: text;
}
#a756fa479ba420a .marquee-wrap:hover {
  background: #fafafa;
}
#a756fa479ba420a .marquee-wrap .content {
  position: absolute;
}
#a756fa479ba420a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a756fa479ba420a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8259af83fa5fd1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6c70ad16caa53c , #a6c70ad16caa53c a{color: rgba(255, 255, 255, 1);}#aad18a96e1a40ac [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a7af3a3ca3a3432 .uk-navbar-item,
#a7af3a3ca3a3432 .uk-navbar-nav > li > a,
#a7af3a3ca3a3432 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7af3a3ca3a3432 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7af3a3ca3a3432 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7af3a3ca3a3432 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7af3a3ca3a3432 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a7af3a3ca3a3432 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7af3a3ca3a3432 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a7af3a3ca3a3432 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7af3a3ca3a3432 .logo {
  display: inline-block;
}
#a7af3a3ca3a3432 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7af3a3ca3a3432 .ap-header-top {
    padding: 15px 10px;
  }
}
#ac968af6f6a8567 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a15a0a0f18a49fc .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#abfc0a44e3a7d98 > .ele-wrap {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: 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: none;}#ae01daf886a24ff > .ele-wrap {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: 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;}#a6ca5a4348a25f9 , #a6ca5a4348a25f9 a{color: rgba(0, 91, 172, 1);}#a10f8a256ba57bb > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a36e4a5398ae72a > .ele-wrap {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: 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;}#a08f7a8962a1e87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a08f7a8962a1e87  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8b8bae506afd1d , #a8b8bae506afd1d a{color: rgba(74, 74, 74, 1);}#a7d4ea8aeca1ee9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7d4ea8aeca1ee9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abea4af5dea0aa1 , #abea4af5dea0aa1 a{color: rgba(74, 74, 74, 1);}#af810a19c1a9c4e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af810a19c1a9c4e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a969ea2bc9aa4a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a969ea2bc9aa4a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0215ae541afc52 , #a0215ae541afc52 a{color: rgba(74, 74, 74, 1);}#a09a1a831ea8b82 , #a09a1a831ea8b82 a{color: rgba(74, 74, 74, 1);}#a71bead6e4a76b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a71bead6e4a76b8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f1ea7a9caffdf , #a9f1ea7a9caffdf a{color: rgba(74, 74, 74, 1);}#a29b8a2092a1fed > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a71baab498a16b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a71baab498a16b3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5deca5c63a2378 , #a5deca5c63a2378 a{color: rgba(74, 74, 74, 1);}#ac0c5a40eda3d86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac0c5a40eda3d86  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acb70aba6eac56f , #acb70aba6eac56f a{color: rgba(74, 74, 74, 1);}#a827aa14f2a4c1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a827aa14f2a4c1a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7400a8b26a7252 , #a7400a8b26a7252 a{color: rgba(74, 74, 74, 1);}#a7289a17c2aecbe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7289a17c2aecbe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6932a21a8a2ea2 , #a6932a21a8a2ea2 a{color: rgba(74, 74, 74, 1);}#a574ea116aafd4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a574ea116aafd4a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4737a0dfea1485 , #a4737a0dfea1485 a{color: rgba(74, 74, 74, 1);}#a410caa942a44b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a410caa942a44b2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa873aa435a3f80 , #aa873aa435a3f80 a{color: rgba(74, 74, 74, 1);}#a4c68ace32a8ad2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4c68ace32a8ad2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab84ca07f5af54c , #ab84ca07f5af54c a{color: rgba(74, 74, 74, 1);}#a9773a577caabad > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3050a3d6ba0e5f , #a3050a3d6ba0e5f a{color: rgba(255, 255, 255, 1);}#a2052a45c2ab9fa > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2d7aae1dba0712 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a2d7aae1dba0712 .marquee-wrap > .str_move {
  cursor: text;
}
#a2d7aae1dba0712 .marquee-wrap:hover {
  background: #fafafa;
}
#a2d7aae1dba0712 .marquee-wrap .content {
  position: absolute;
}
#a2d7aae1dba0712 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2d7aae1dba0712 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a06b1ae2a5a2362 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa899afbdfabf4a , #aa899afbdfabf4a a{color: rgba(255, 255, 255, 1);}#a577fab94aa79e1 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad1e5af27aa2380 .uk-navbar-item,
#ad1e5af27aa2380 .uk-navbar-nav > li > a,
#ad1e5af27aa2380 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad1e5af27aa2380 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad1e5af27aa2380 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad1e5af27aa2380 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad1e5af27aa2380 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad1e5af27aa2380 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad1e5af27aa2380 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad1e5af27aa2380 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad1e5af27aa2380 .logo {
  display: inline-block;
}
#ad1e5af27aa2380 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad1e5af27aa2380 .ap-header-top {
    padding: 15px 10px;
  }
}
#a9cb9a2735a5e0c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3973abca3a9e63 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a255fa1dc8a2d98 > .ele-wrap {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: 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: none;}#aa240ab2c2a4405 > .ele-wrap {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: 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;}#a6f1faa594a923a , #a6f1faa594a923a a{color: rgba(0, 91, 172, 1);}#affd7af93eac29e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a6461a566da5d75 > .ele-wrap {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: 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;}#a3e48a4d56a407c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e48a4d56a407c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a85f5af112a8b90 , #a85f5af112a8b90 a{color: rgba(74, 74, 74, 1);}#a99b2aa3a7a5e0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a99b2aa3a7a5e0d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9bdba6c3ea02af , #a9bdba6c3ea02af a{color: rgba(74, 74, 74, 1);}#af492ac9e2a30a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af492ac9e2a30a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e0aa2a06ab956 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e0aa2a06ab956  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7517a8dcdac15f , #a7517a8dcdac15f a{color: rgba(74, 74, 74, 1);}#a68b8a5af0ab3a4 , #a68b8a5af0ab3a4 a{color: rgba(74, 74, 74, 1);}#a2d7ca8c83ae32a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2d7ca8c83ae32a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af3bda4e6ca271d , #af3bda4e6ca271d a{color: rgba(74, 74, 74, 1);}#afaa7ac2a5a7275 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a546dacf19a123a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a546dacf19a123a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a808ba100fa8a93 , #a808ba100fa8a93 a{color: rgba(74, 74, 74, 1);}#ad363aa8a4aafee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad363aa8a4aafee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1589a550dafc6d , #a1589a550dafc6d a{color: rgba(74, 74, 74, 1);}#ac6c8a7508a686f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac6c8a7508a686f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abe87a079ba18f6 , #abe87a079ba18f6 a{color: rgba(74, 74, 74, 1);}#a3af3a14cfac840 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3af3a14cfac840  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1d8daad93a8b0b , #a1d8daad93a8b0b a{color: rgba(74, 74, 74, 1);}#ae01ea40bca3b12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae01ea40bca3b12  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad992a06c9a8e9e , #ad992a06c9a8e9e a{color: rgba(74, 74, 74, 1);}#a6d80a84fca38f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d80a84fca38f9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4162a0cb7a0f2a , #a4162a0cb7a0f2a a{color: rgba(74, 74, 74, 1);}#a3e79a8a6baca98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e79a8a6baca98  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aad84a6e4cacebc , #aad84a6e4cacebc a{color: rgba(74, 74, 74, 1);}#ac592a95a5a277f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad4d7a61fbabb99 , #ad4d7a61fbabb99 a{color: rgba(255, 255, 255, 1);}#a93bfa381dafe90 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aced5a8f71aa6d2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aced5a8f71aa6d2 .marquee-wrap > .str_move {
  cursor: text;
}
#aced5a8f71aa6d2 .marquee-wrap:hover {
  background: #fafafa;
}
#aced5a8f71aa6d2 .marquee-wrap .content {
  position: absolute;
}
#aced5a8f71aa6d2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aced5a8f71aa6d2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac7a6a2082a68fe > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4cf9a6e08a71b2 , #a4cf9a6e08a71b2 a{color: rgba(255, 255, 255, 1);}#ab2f2ac451af764 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a2955a9ecea192c .uk-navbar-item,
#a2955a9ecea192c .uk-navbar-nav > li > a,
#a2955a9ecea192c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a2955a9ecea192c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2955a9ecea192c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a2955a9ecea192c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2955a9ecea192c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a2955a9ecea192c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a2955a9ecea192c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a2955a9ecea192c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a2955a9ecea192c .logo {
  display: inline-block;
}
#a2955a9ecea192c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a2955a9ecea192c .ap-header-top {
    padding: 15px 10px;
  }
}
#a94e4a01a6aeb1e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#afdfba47a0a5aae .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a47bfacd81a1c99 > .ele-wrap {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: 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: none;}#aa1fea6924a7b33 > .ele-wrap {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: 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;}#aebd4aff25ada6c , #aebd4aff25ada6c a{color: rgba(0, 91, 172, 1);}#a7d56aca2bae83c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad8efa0cc1a254c > .ele-wrap {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: 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;}#a9986a5d78a61c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9986a5d78a61c6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a677bae8d3acd67 , #a677bae8d3acd67 a{color: rgba(74, 74, 74, 1);}#aff65a3f3ea0bdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aff65a3f3ea0bdf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaecdaf8b7a4c2c , #aaecdaf8b7a4c2c a{color: rgba(74, 74, 74, 1);}#ae609afa4aa9b58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae609afa4aa9b58  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9e54a8a27abfca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e54a8a27abfca  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa03ea9fb8a1dd7 , #aa03ea9fb8a1dd7 a{color: rgba(74, 74, 74, 1);}#adf03aa7b6a49b1 , #adf03aa7b6a49b1 a{color: rgba(74, 74, 74, 1);}#a6794aa48ea3c7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6794aa48ea3c7f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a58baabdf2a8de6 , #a58baabdf2a8de6 a{color: rgba(74, 74, 74, 1);}#a21f4a08d2a4f1c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0b67adbfca3ebe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b67adbfca3ebe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac72babbc2ad9c1 , #ac72babbc2ad9c1 a{color: rgba(74, 74, 74, 1);}#a88fcad205ae2c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a88fcad205ae2c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3d4daeb71ac16e , #a3d4daeb71ac16e a{color: rgba(74, 74, 74, 1);}#a56eba7106a782c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a56eba7106a782c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9b8ea4b7ca35ea , #a9b8ea4b7ca35ea a{color: rgba(74, 74, 74, 1);}#add99a6726ae572 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add99a6726ae572  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8915a498da62fc , #a8915a498da62fc a{color: rgba(74, 74, 74, 1);}#a7d3ca59c1ac5f2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7d3ca59c1ac5f2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afa3da0d6aa41c3 , #afa3da0d6aa41c3 a{color: rgba(74, 74, 74, 1);}#ad52fa9b7ca38f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad52fa9b7ca38f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa8b4ad154a584c , #aa8b4ad154a584c a{color: rgba(74, 74, 74, 1);}#a6e8fa4507a12a8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e8fa4507a12a8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a56bea3dcba23c0 , #a56bea3dcba23c0 a{color: rgba(74, 74, 74, 1);}#a210baa5f6a80a1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a93e1afac8a7231 , #a93e1afac8a7231 a{color: rgba(255, 255, 255, 1);}#a270da0d73acae8 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa94fa2e6faf35c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa94fa2e6faf35c .marquee-wrap > .str_move {
  cursor: text;
}
#aa94fa2e6faf35c .marquee-wrap:hover {
  background: #fafafa;
}
#aa94fa2e6faf35c .marquee-wrap .content {
  position: absolute;
}
#aa94fa2e6faf35c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa94fa2e6faf35c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a35b5a16a1a1f70 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9a8ea322aa9f9d , #a9a8ea322aa9f9d a{color: rgba(255, 255, 255, 1);}#a22d0ab1e5ab428 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aebb1a7df4a1abc .uk-navbar-item,
#aebb1a7df4a1abc .uk-navbar-nav > li > a,
#aebb1a7df4a1abc .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aebb1a7df4a1abc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aebb1a7df4a1abc .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aebb1a7df4a1abc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aebb1a7df4a1abc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aebb1a7df4a1abc .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aebb1a7df4a1abc .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aebb1a7df4a1abc .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aebb1a7df4a1abc .logo {
  display: inline-block;
}
#aebb1a7df4a1abc .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aebb1a7df4a1abc .ap-header-top {
    padding: 15px 10px;
  }
}
#a08d9a84c2a8f89 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ad456a781bae048 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5a9cad4eda73d5 > .ele-wrap {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: 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: none;}#af535acd4ea5425 > .ele-wrap {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: 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;}#a4c9ea2efcab42b , #a4c9ea2efcab42b a{color: rgba(0, 91, 172, 1);}#af2ecae044a5e2f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac184ace5fa9475 > .ele-wrap {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: 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;}#a4ae5a6eb9a7241 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4ae5a6eb9a7241  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4028a25d5a8e16 , #a4028a25d5a8e16 a{color: rgba(74, 74, 74, 1);}#a97daaba30a8ccf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a97daaba30a8ccf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8fb4aa529ac419 , #a8fb4aa529ac419 a{color: rgba(74, 74, 74, 1);}#a7e25af8b4ab6c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e25af8b4ab6c0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a552da3900aae8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a552da3900aae8e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a01b5af394ac76e , #a01b5af394ac76e a{color: rgba(74, 74, 74, 1);}#aace6a63efad479 , #aace6a63efad479 a{color: rgba(74, 74, 74, 1);}#a1f84a0ff2ac934 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f84a0ff2ac934  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af220a3329a867a , #af220a3329a867a a{color: rgba(74, 74, 74, 1);}#a938eaab82a0b3d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3126a7376a4405 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3126a7376a4405  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a27b9a86aea8acc , #a27b9a86aea8acc a{color: rgba(74, 74, 74, 1);}#a9e0aa04b5ac9d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e0aa04b5ac9d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a99bdad1a1a97d0 , #a99bdad1a1a97d0 a{color: rgba(74, 74, 74, 1);}#af59aade0fabb5a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af59aade0fabb5a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae635af2a9afb7e , #ae635af2a9afb7e a{color: rgba(74, 74, 74, 1);}#ad2dfa9476aea66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad2dfa9476aea66  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acf00adacfa11e3 , #acf00adacfa11e3 a{color: rgba(74, 74, 74, 1);}#a3d1da9253a7f88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3d1da9253a7f88  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad979add03ad84a , #ad979add03ad84a a{color: rgba(74, 74, 74, 1);}#a56fea6a3aa3e7a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a56fea6a3aa3e7a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a96bca33e9afc21 , #a96bca33e9afc21 a{color: rgba(74, 74, 74, 1);}#a9477a4b56a0ef4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9477a4b56a0ef4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa078aca42a23a0 , #aa078aca42a23a0 a{color: rgba(74, 74, 74, 1);}#a990aae1c5abee7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a696ca8a31a90f8 , #a696ca8a31a90f8 a{color: rgba(255, 255, 255, 1);}#afe1fa7cc3a92df > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa050afcc9a10e1 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aa050afcc9a10e1 .marquee-wrap > .str_move {
  cursor: text;
}
#aa050afcc9a10e1 .marquee-wrap:hover {
  background: #fafafa;
}
#aa050afcc9a10e1 .marquee-wrap .content {
  position: absolute;
}
#aa050afcc9a10e1 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa050afcc9a10e1 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2c19a8596af06e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7bdeabdb6a9bbb , #a7bdeabdb6a9bbb a{color: rgba(255, 255, 255, 1);}#a92d8a6442aa619 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0ebcab900a2c5c .uk-navbar-item,
#a0ebcab900a2c5c .uk-navbar-nav > li > a,
#a0ebcab900a2c5c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0ebcab900a2c5c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0ebcab900a2c5c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0ebcab900a2c5c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0ebcab900a2c5c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0ebcab900a2c5c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0ebcab900a2c5c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0ebcab900a2c5c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0ebcab900a2c5c .logo {
  display: inline-block;
}
#a0ebcab900a2c5c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0ebcab900a2c5c .ap-header-top {
    padding: 15px 10px;
  }
}
#a6ef2a9633aa2aa .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af599a19ccac81a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a2509af0daa28da > .ele-wrap {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: 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: none;}#a7d90a65f9a4155 > .ele-wrap {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: 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;}#a5c23a2925ac838 , #a5c23a2925ac838 a{color: rgba(0, 91, 172, 1);}#ab4faa6a86afe5c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2613a629da5f85 > .ele-wrap {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: 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;}#a1cafa5ca5a610b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1cafa5ca5a610b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8c4aac20aaf58a , #a8c4aac20aaf58a a{color: rgba(74, 74, 74, 1);}#a96c4a477aa2d5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a96c4a477aa2d5f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9290a3489a2cc2 , #a9290a3489a2cc2 a{color: rgba(74, 74, 74, 1);}#a8539a6954ae6c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8539a6954ae6c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa59babcaaa2097 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa59babcaaa2097  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab792addadab944 , #ab792addadab944 a{color: rgba(74, 74, 74, 1);}#a1e89a4624aabed , #a1e89a4624aabed a{color: rgba(74, 74, 74, 1);}#a11cea30faac0e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a11cea30faac0e1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abfa2abd28a25d2 , #abfa2abd28a25d2 a{color: rgba(74, 74, 74, 1);}#afdb8a90cca6c14 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aaec1a601eab6c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaec1a601eab6c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afec5a1117a9de3 , #afec5a1117a9de3 a{color: rgba(74, 74, 74, 1);}#a680ca326ca2f52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a680ca326ca2f52  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6deda740cabc66 , #a6deda740cabc66 a{color: rgba(74, 74, 74, 1);}#a9865acea2ab104 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9865acea2ab104  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad09aaaaeba45f5 , #ad09aaaaeba45f5 a{color: rgba(74, 74, 74, 1);}#aafcaa62b7a332f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aafcaa62b7a332f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad0c5afae9a3871 , #ad0c5afae9a3871 a{color: rgba(74, 74, 74, 1);}#acceea5b51a6798 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acceea5b51a6798  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac7a9a500da278d , #ac7a9a500da278d a{color: rgba(74, 74, 74, 1);}#a077aaae84ac77f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a077aaae84ac77f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa1adaec16a2e79 , #aa1adaec16a2e79 a{color: rgba(74, 74, 74, 1);}#a54b9a5901a6502 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a54b9a5901a6502  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaf66a5d43a891b , #aaf66a5d43a891b a{color: rgba(74, 74, 74, 1);}#ad8f6ad7d2aa76b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af0e4a9c54a5a25 , #af0e4a9c54a5a25 a{color: rgba(255, 255, 255, 1);}#a9712a7b84a38c6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a25f0a0c0eaac08 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a25f0a0c0eaac08 .marquee-wrap > .str_move {
  cursor: text;
}
#a25f0a0c0eaac08 .marquee-wrap:hover {
  background: #fafafa;
}
#a25f0a0c0eaac08 .marquee-wrap .content {
  position: absolute;
}
#a25f0a0c0eaac08 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a25f0a0c0eaac08 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aec5aa7b63a5ad1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9c0fa45bfa9d2d , #a9c0fa45bfa9d2d a{color: rgba(255, 255, 255, 1);}#a6829ac7d2ae11e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a042aaf4d8a397e .uk-navbar-item,
#a042aaf4d8a397e .uk-navbar-nav > li > a,
#a042aaf4d8a397e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a042aaf4d8a397e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a042aaf4d8a397e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a042aaf4d8a397e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a042aaf4d8a397e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a042aaf4d8a397e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a042aaf4d8a397e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a042aaf4d8a397e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a042aaf4d8a397e .logo {
  display: inline-block;
}
#a042aaf4d8a397e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a042aaf4d8a397e .ap-header-top {
    padding: 15px 10px;
  }
}
#a76eba45daad16f .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a23c5ac791a4502 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ae38faee9ba063b .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#afd9ea87eea733c .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a4cd2a8626a133c > .ele-wrap {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: 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: none;}#a9deda0281a6e72 > .ele-wrap {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: 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;}#a545aa5073a5f32 , #a545aa5073a5f32 a{color: rgba(0, 91, 172, 1);}#aadb6ad2dca101f > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a8707a8098a84d8 > .ele-wrap {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: 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;}#a4759acd66aee09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4759acd66aee09  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a924aaf5bba589c , #a924aaf5bba589c a{color: rgba(74, 74, 74, 1);}#a3082ad868a8df0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3082ad868a8df0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1780a5af4ad01d , #a1780a5af4ad01d a{color: rgba(74, 74, 74, 1);}#a75faa68afa969a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a75faa68afa969a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6384a9397ac3f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6384a9397ac3f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a735aaf4daa2e1b , #a735aaf4daa2e1b a{color: rgba(74, 74, 74, 1);}#a165ea9e10a4bb3 , #a165ea9e10a4bb3 a{color: rgba(74, 74, 74, 1);}#acd37ac7fca7b26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acd37ac7fca7b26  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae47da4ea9a192a , #ae47da4ea9a192a a{color: rgba(74, 74, 74, 1);}#aafb6a0e14a3476 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0129a138aafb46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0129a138aafb46  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6df5a1a88aca5d , #a6df5a1a88aca5d a{color: rgba(74, 74, 74, 1);}#ae56fad361a670b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae56fad361a670b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2bbcae9cbad8c0 , #a2bbcae9cbad8c0 a{color: rgba(74, 74, 74, 1);}#a6d32ac805a89c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d32ac805a89c5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac06aa3fb4acd6f , #ac06aa3fb4acd6f a{color: rgba(74, 74, 74, 1);}#ac11ba244ca983a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac11ba244ca983a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a86d7a3300a0d31 , #a86d7a3300a0d31 a{color: rgba(74, 74, 74, 1);}#afa7ea16f0a5093 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afa7ea16f0a5093  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7fe7a093daba06 , #a7fe7a093daba06 a{color: rgba(74, 74, 74, 1);}#a68d2a0c15a7391 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a68d2a0c15a7391  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a137eac2d5aa8f7 , #a137eac2d5aa8f7 a{color: rgba(74, 74, 74, 1);}#a6b4da9733a5e2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6b4da9733a5e2f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4ca4a3b5aae574 , #a4ca4a3b5aae574 a{color: rgba(74, 74, 74, 1);}#a0908a7993a9ae2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a97f6ae7b3a23cb , #a97f6ae7b3a23cb a{color: rgba(255, 255, 255, 1);}#ae944aa79eabbbb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af0f3a05dda56be .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af0f3a05dda56be .marquee-wrap > .str_move {
  cursor: text;
}
#af0f3a05dda56be .marquee-wrap:hover {
  background: #fafafa;
}
#af0f3a05dda56be .marquee-wrap .content {
  position: absolute;
}
#af0f3a05dda56be .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af0f3a05dda56be .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad604ac9eda2a6c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aac75ad190a9596 , #aac75ad190a9596 a{color: rgba(255, 255, 255, 1);}#af36da76dcad0bf [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad346a8a2ea6a05 .uk-navbar-item,
#ad346a8a2ea6a05 .uk-navbar-nav > li > a,
#ad346a8a2ea6a05 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad346a8a2ea6a05 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad346a8a2ea6a05 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad346a8a2ea6a05 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad346a8a2ea6a05 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad346a8a2ea6a05 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad346a8a2ea6a05 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad346a8a2ea6a05 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad346a8a2ea6a05 .logo {
  display: inline-block;
}
#ad346a8a2ea6a05 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad346a8a2ea6a05 .ap-header-top {
    padding: 15px 10px;
  }
}
#a1f66a1c7aa7153 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3a14a1201a7cde .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5d88acfefa4090 > .ele-wrap {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: 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: none;}#a3882a931aaa5f9 > .ele-wrap {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: 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;}#a4ec3a89ada5072 , #a4ec3a89ada5072 a{color: rgba(0, 91, 172, 1);}#a6571a5eaea6643 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a86e4ac394a29f8 > .ele-wrap {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: 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;}#a0589afcb1a38ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0589afcb1a38ac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a047daca77a5dc0 , #a047daca77a5dc0 a{color: rgba(74, 74, 74, 1);}#a6956a3cc7a4fc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6956a3cc7a4fc4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2bafa6320a73c7 , #a2bafa6320a73c7 a{color: rgba(74, 74, 74, 1);}#af4aead2e2ae1c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af4aead2e2ae1c3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aadf0a33f0a6e81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aadf0a33f0a6e81  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7ea7ab370a9b41 , #a7ea7ab370a9b41 a{color: rgba(74, 74, 74, 1);}#a7077a00afa2c20 , #a7077a00afa2c20 a{color: rgba(74, 74, 74, 1);}#aede3a6d5daf727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aede3a6d5daf727  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af253ae19ba3aa2 , #af253ae19ba3aa2 a{color: rgba(74, 74, 74, 1);}#a1f62a7d73add6a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ae589a8ea9a363a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae589a8ea9a363a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2308a05fcab9aa , #a2308a05fcab9aa a{color: rgba(74, 74, 74, 1);}#a870dae293aa759 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a870dae293aa759  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9beba3ffaad282 , #a9beba3ffaad282 a{color: rgba(74, 74, 74, 1);}#a47a2abf52a0f12 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a47a2abf52a0f12  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2389a1a36a1b34 , #a2389a1a36a1b34 a{color: rgba(74, 74, 74, 1);}#a7e06a4bdfaef0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e06a4bdfaef0b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abdc3a5a66a5a8c , #abdc3a5a66a5a8c a{color: rgba(74, 74, 74, 1);}#a2767abd79ad7a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2767abd79ad7a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30c4aea61aee6c , #a30c4aea61aee6c a{color: rgba(74, 74, 74, 1);}#a4e42adc22afdcc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4e42adc22afdcc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae667a61b3a2147 , #ae667a61b3a2147 a{color: rgba(74, 74, 74, 1);}#a99b8a6402a3a8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a99b8a6402a3a8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adc8faa38ca75c1 , #adc8faa38ca75c1 a{color: rgba(74, 74, 74, 1);}#a83a8a675ea6dd3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adc65a312fa8af4 , #adc65a312fa8af4 a{color: rgba(255, 255, 255, 1);}#a01e0af053ac487 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9e1ea9bcda8b1f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9e1ea9bcda8b1f .marquee-wrap > .str_move {
  cursor: text;
}
#a9e1ea9bcda8b1f .marquee-wrap:hover {
  background: #fafafa;
}
#a9e1ea9bcda8b1f .marquee-wrap .content {
  position: absolute;
}
#a9e1ea9bcda8b1f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9e1ea9bcda8b1f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6c5cae89bac427 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8984afc5ca0afd , #a8984afc5ca0afd a{color: rgba(255, 255, 255, 1);}#a6186a4c13a86d7 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ab3ffabc3bae3d2 .uk-navbar-item,
#ab3ffabc3bae3d2 .uk-navbar-nav > li > a,
#ab3ffabc3bae3d2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ab3ffabc3bae3d2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab3ffabc3bae3d2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ab3ffabc3bae3d2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab3ffabc3bae3d2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ab3ffabc3bae3d2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ab3ffabc3bae3d2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ab3ffabc3bae3d2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ab3ffabc3bae3d2 .logo {
  display: inline-block;
}
#ab3ffabc3bae3d2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ab3ffabc3bae3d2 .ap-header-top {
    padding: 15px 10px;
  }
}
#a7198a6211a9864 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab14aa1887a07b1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a892ca63c8a090b > .ele-wrap {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: 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: none;}#af5c9a2339a9cf6 > .ele-wrap {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: 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;}#ae0b8aabfba6ff4 , #ae0b8aabfba6ff4 a{color: rgba(0, 91, 172, 1);}#a5a92ad88da25f4 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a86fbafb16a4ed6 > .ele-wrap {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: 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;}#af2f6af796ab2df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af2f6af796ab2df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0b61a56e2aa175 , #a0b61a56e2aa175 a{color: rgba(74, 74, 74, 1);}#a210ea1d7dabbc7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a210ea1d7dabbc7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4553a5019ab085 , #a4553a5019ab085 a{color: rgba(74, 74, 74, 1);}#aad24a2f7ba524a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad24a2f7ba524a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a23cfa8aa6a0e15 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a23cfa8aa6a0e15  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a81ceaf82ca10d5 , #a81ceaf82ca10d5 a{color: rgba(74, 74, 74, 1);}#af0bcab313a4575 , #af0bcab313a4575 a{color: rgba(74, 74, 74, 1);}#a50fea5ab8a5688 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a50fea5ab8a5688  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aba2aa92dfa9402 , #aba2aa92dfa9402 a{color: rgba(74, 74, 74, 1);}#a5696a6411aac4c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0e09a21e0ab28a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e09a21e0ab28a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a87abafc35ae8f8 , #a87abafc35ae8f8 a{color: rgba(74, 74, 74, 1);}#af7efa667ca3f7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af7efa667ca3f7e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6325ad5a5a2744 , #a6325ad5a5a2744 a{color: rgba(74, 74, 74, 1);}#ac10ba6cbaa1c03 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac10ba6cbaa1c03  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8213a5831a68f7 , #a8213a5831a68f7 a{color: rgba(74, 74, 74, 1);}#a0acca10bca0b2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0acca10bca0b2f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a138fa0448a94a7 , #a138fa0448a94a7 a{color: rgba(74, 74, 74, 1);}#ae664aba7ba9098 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae664aba7ba9098  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acc13a57d2ad7b6 , #acc13a57d2ad7b6 a{color: rgba(74, 74, 74, 1);}#af920ace78a4b53 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af920ace78a4b53  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0635a7885a9daf , #a0635a7885a9daf a{color: rgba(74, 74, 74, 1);}#af488a75efa5ab7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af488a75efa5ab7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af840ad2dcaa506 , #af840ad2dcaa506 a{color: rgba(74, 74, 74, 1);}#af1d9aa70baf80b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5e71ac2baaa6e9 , #a5e71ac2baaa6e9 a{color: rgba(255, 255, 255, 1);}#ae8bbabf4fa666e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8981a04b0a6a0c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a8981a04b0a6a0c .marquee-wrap > .str_move {
  cursor: text;
}
#a8981a04b0a6a0c .marquee-wrap:hover {
  background: #fafafa;
}
#a8981a04b0a6a0c .marquee-wrap .content {
  position: absolute;
}
#a8981a04b0a6a0c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8981a04b0a6a0c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a53eea9771ae6e0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af0c0a7815ab462 , #af0c0a7815ab462 a{color: rgba(255, 255, 255, 1);}#a1552acae9a6901 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af3d7ad32fa6721 .uk-navbar-item,
#af3d7ad32fa6721 .uk-navbar-nav > li > a,
#af3d7ad32fa6721 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af3d7ad32fa6721 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af3d7ad32fa6721 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af3d7ad32fa6721 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af3d7ad32fa6721 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af3d7ad32fa6721 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af3d7ad32fa6721 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af3d7ad32fa6721 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af3d7ad32fa6721 .logo {
  display: inline-block;
}
#af3d7ad32fa6721 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af3d7ad32fa6721 .ap-header-top {
    padding: 15px 10px;
  }
}
#ad0cea9ba3a38d6 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1b4ba98daabd7b .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a3f7baf4cda89e8 > .ele-wrap {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: 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: none;}#a2cbaad253acfbb > .ele-wrap {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: 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;}#a1cd9a2026a925b , #a1cd9a2026a925b a{color: rgba(0, 91, 172, 1);}#ae285a6662a2764 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a69e8abb9fa890f > .ele-wrap {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: 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;}#a09c8a97f4abc0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a09c8a97f4abc0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a63d4a6e62abe0a , #a63d4a6e62abe0a a{color: rgba(74, 74, 74, 1);}#a1b54ac05dadca4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1b54ac05dadca4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1581a435ca1ebd , #a1581a435ca1ebd a{color: rgba(74, 74, 74, 1);}#af7cca076bab2f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af7cca076bab2f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b0ea15f5abc44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7b0ea15f5abc44  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abcd2aeb29ae6b2 , #abcd2aeb29ae6b2 a{color: rgba(74, 74, 74, 1);}#a9904ae061a532f , #a9904ae061a532f a{color: rgba(74, 74, 74, 1);}#a8b30a21dda490e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b30a21dda490e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afa4aa571da1c46 , #afa4aa571da1c46 a{color: rgba(74, 74, 74, 1);}#a6cb5a5b9ca18f6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a84c6aff7aad903 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a84c6aff7aad903  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a45e3a7618a6023 , #a45e3a7618a6023 a{color: rgba(74, 74, 74, 1);}#a926eaa0e9ac123 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a926eaa0e9ac123  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a76f2a8976a6815 , #a76f2a8976a6815 a{color: rgba(74, 74, 74, 1);}#a5ddba2c33ab207 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5ddba2c33ab207  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3cc8a8586ae432 , #a3cc8a8586ae432 a{color: rgba(74, 74, 74, 1);}#a4228af507acf41 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4228af507acf41  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a237facfc5a5d6a , #a237facfc5a5d6a a{color: rgba(74, 74, 74, 1);}#a545fa1fa4a231a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a545fa1fa4a231a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abaa4a8753a4725 , #abaa4a8753a4725 a{color: rgba(74, 74, 74, 1);}#af9d8a747ea4203 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af9d8a747ea4203  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad359acce1a93b1 , #ad359acce1a93b1 a{color: rgba(74, 74, 74, 1);}#aed9fa5211a3eb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed9fa5211a3eb7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3234a3fa2af9fe , #a3234a3fa2af9fe a{color: rgba(74, 74, 74, 1);}#a4f58a7b45a3b5b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa5eeaabffacab2 , #aa5eeaabffacab2 a{color: rgba(255, 255, 255, 1);}#a9563a0f2eaa5d0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae8d1a3e87a0744 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae8d1a3e87a0744 .marquee-wrap > .str_move {
  cursor: text;
}
#ae8d1a3e87a0744 .marquee-wrap:hover {
  background: #fafafa;
}
#ae8d1a3e87a0744 .marquee-wrap .content {
  position: absolute;
}
#ae8d1a3e87a0744 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae8d1a3e87a0744 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1ca9a4482ad535 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aee96a6b07a78a8 , #aee96a6b07a78a8 a{color: rgba(255, 255, 255, 1);}#a30b7a1818a14c1 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5767a3133a28a4 .uk-navbar-item,
#a5767a3133a28a4 .uk-navbar-nav > li > a,
#a5767a3133a28a4 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5767a3133a28a4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5767a3133a28a4 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5767a3133a28a4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5767a3133a28a4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5767a3133a28a4 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5767a3133a28a4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5767a3133a28a4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5767a3133a28a4 .logo {
  display: inline-block;
}
#a5767a3133a28a4 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5767a3133a28a4 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae6f6a3d2ba683e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a82e2a5300accd9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8f8baad2ca9633 > .ele-wrap {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: 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: none;}#aaf2aa61bda5301 > .ele-wrap {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: 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;}#aedada3d17a78df , #aedada3d17a78df a{color: rgba(0, 91, 172, 1);}#a3ddaa777ead3d7 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ada4ea44dbaadd6 > .ele-wrap {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: 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;}#ac17aa2049aeb4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac17aa2049aeb4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a237cac18ba1b98 , #a237cac18ba1b98 a{color: rgba(74, 74, 74, 1);}#abe81a5677acad6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abe81a5677acad6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9602a5ca8a6541 , #a9602a5ca8a6541 a{color: rgba(74, 74, 74, 1);}#a398bacf51a0057 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a398bacf51a0057  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7e43a9453acd14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e43a9453acd14  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a39b5a9317ac149 , #a39b5a9317ac149 a{color: rgba(74, 74, 74, 1);}#a1411ac989a57f4 , #a1411ac989a57f4 a{color: rgba(74, 74, 74, 1);}#a01caa8084aecd5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a01caa8084aecd5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af960a80c1a14e2 , #af960a80c1a14e2 a{color: rgba(74, 74, 74, 1);}#ad933a2b96a83c1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3930afd36a0a77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3930afd36a0a77  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a58f0ac25aabcb1 , #a58f0ac25aabcb1 a{color: rgba(74, 74, 74, 1);}#abc8aacefcaaa4d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abc8aacefcaaa4d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afac2a6854a0145 , #afac2a6854a0145 a{color: rgba(74, 74, 74, 1);}#a0401a0f92afedf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0401a0f92afedf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afeb6a63c1a095c , #afeb6a63c1a095c a{color: rgba(74, 74, 74, 1);}#a46d4aefa9a0153 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a46d4aefa9a0153  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f24a3a88a082f , #a5f24a3a88a082f a{color: rgba(74, 74, 74, 1);}#a0d3aa4fdbab52a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d3aa4fdbab52a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#addc5a5a2da632f , #addc5a5a2da632f a{color: rgba(74, 74, 74, 1);}#aa880a94e7ac57e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa880a94e7ac57e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad786a9bedaccb1 , #ad786a9bedaccb1 a{color: rgba(74, 74, 74, 1);}#a10aaacf1aab2f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a10aaacf1aab2f1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1e51a3805a5f20 , #a1e51a3805a5f20 a{color: rgba(74, 74, 74, 1);}#a6730a09b3ab396 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8d05acde6a8c72 , #a8d05acde6a8c72 a{color: rgba(255, 255, 255, 1);}#a0552a91eeacd70 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a51bca4757aa0dc .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a51bca4757aa0dc .marquee-wrap > .str_move {
  cursor: text;
}
#a51bca4757aa0dc .marquee-wrap:hover {
  background: #fafafa;
}
#a51bca4757aa0dc .marquee-wrap .content {
  position: absolute;
}
#a51bca4757aa0dc .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a51bca4757aa0dc .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a449cafdd7a0e20 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a19ada25a0a98ae , #a19ada25a0a98ae a{color: rgba(255, 255, 255, 1);}#ac9eea627ea3b9d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aceefa5a0faa823 .uk-navbar-item,
#aceefa5a0faa823 .uk-navbar-nav > li > a,
#aceefa5a0faa823 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aceefa5a0faa823 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aceefa5a0faa823 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aceefa5a0faa823 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aceefa5a0faa823 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aceefa5a0faa823 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aceefa5a0faa823 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aceefa5a0faa823 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aceefa5a0faa823 .logo {
  display: inline-block;
}
#aceefa5a0faa823 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aceefa5a0faa823 .ap-header-top {
    padding: 15px 10px;
  }
}
#a8268ae1eaa7574 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab364aad6fa74df .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6699a17ffa0834 > .ele-wrap {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: 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: none;}#a05eea688baade7 > .ele-wrap {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: 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;}#ad852a04d6aa560 , #ad852a04d6aa560 a{color: rgba(0, 91, 172, 1);}#a3f79a47a0abb1e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ac63dabb39a9692 > .ele-wrap {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: 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;}#a7701a1cb5a6cec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7701a1cb5a6cec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aacf5af3e4ac691 , #aacf5af3e4ac691 a{color: rgba(74, 74, 74, 1);}#ad703a5f2ba9f17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad703a5f2ba9f17  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a84c1ade8ea91aa , #a84c1ade8ea91aa a{color: rgba(74, 74, 74, 1);}#adae8a402dad2d9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adae8a402dad2d9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a231bad226a448c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a231bad226a448c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaee6a8bd9a9b85 , #aaee6a8bd9a9b85 a{color: rgba(74, 74, 74, 1);}#aeb4fa6b1fa28f1 , #aeb4fa6b1fa28f1 a{color: rgba(74, 74, 74, 1);}#a7852ab1abab845 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7852ab1abab845  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8701a2a56a8a23 , #a8701a2a56a8a23 a{color: rgba(74, 74, 74, 1);}#ae408aa08ea5b41 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aa8ecaba60aa1fb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa8ecaba60aa1fb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abb46a649da9f3e , #abb46a649da9f3e a{color: rgba(74, 74, 74, 1);}#a715eaabb2ab3f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a715eaabb2ab3f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad71ca3ec5a5a82 , #ad71ca3ec5a5a82 a{color: rgba(74, 74, 74, 1);}#ad62ead3eea8690 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad62ead3eea8690  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7dc4a9f98a8f4f , #a7dc4a9f98a8f4f a{color: rgba(74, 74, 74, 1);}#ac75ea8758a2235 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac75ea8758a2235  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a43d2ad43ead32b , #a43d2ad43ead32b a{color: rgba(74, 74, 74, 1);}#ad847aa8a2aa45a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad847aa8a2aa45a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8338a9b96a088f , #a8338a9b96a088f a{color: rgba(74, 74, 74, 1);}#a0972a5f44a0e8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0972a5f44a0e8a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a42f0abccbafaa9 , #a42f0abccbafaa9 a{color: rgba(74, 74, 74, 1);}#a84c9a40bbac8e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a84c9a40bbac8e0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab789a5842a8bb5 , #ab789a5842a8bb5 a{color: rgba(74, 74, 74, 1);}#ad761aac44a7e47 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afc7aab4e1a407e , #afc7aab4e1a407e a{color: rgba(255, 255, 255, 1);}#a835da997fa1460 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ada22a1a06acf9d .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ada22a1a06acf9d .marquee-wrap > .str_move {
  cursor: text;
}
#ada22a1a06acf9d .marquee-wrap:hover {
  background: #fafafa;
}
#ada22a1a06acf9d .marquee-wrap .content {
  position: absolute;
}
#ada22a1a06acf9d .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ada22a1a06acf9d .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4c69a5317a0739 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8d22ab46eae7e2 , #a8d22ab46eae7e2 a{color: rgba(255, 255, 255, 1);}#a030ba8c12ac118 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae1e0a965caab16 .uk-navbar-item,
#ae1e0a965caab16 .uk-navbar-nav > li > a,
#ae1e0a965caab16 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae1e0a965caab16 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae1e0a965caab16 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae1e0a965caab16 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae1e0a965caab16 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae1e0a965caab16 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae1e0a965caab16 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae1e0a965caab16 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae1e0a965caab16 .logo {
  display: inline-block;
}
#ae1e0a965caab16 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae1e0a965caab16 .ap-header-top {
    padding: 15px 10px;
  }
}
#a951ea4d7ca9623 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a6af3a609aa4767 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9477a2eaea5cdb > .ele-wrap {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: 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: none;}#ac313a8623a1cd0 > .ele-wrap {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: 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;}#ac41daa947aefb1 , #ac41daa947aefb1 a{color: rgba(0, 91, 172, 1);}#a4bc0a5f98a8697 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#acfe9a285fa2108 > .ele-wrap {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: 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;}#aa61aac679a72d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa61aac679a72d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6a9da8ce6a6d1f , #a6a9da8ce6a6d1f a{color: rgba(74, 74, 74, 1);}#a9af1a880dae22e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9af1a880dae22e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3f65ae6b3aecaf , #a3f65ae6b3aecaf a{color: rgba(74, 74, 74, 1);}#a6179aa6d1a4954 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6179aa6d1a4954  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac729aa2dda54d1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac729aa2dda54d1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6fe9a7950ac041 , #a6fe9a7950ac041 a{color: rgba(74, 74, 74, 1);}#addb7a558ba8a33 , #addb7a558ba8a33 a{color: rgba(74, 74, 74, 1);}#a8e85abf0facf64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8e85abf0facf64  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af4a0afdbbadfa0 , #af4a0afdbbadfa0 a{color: rgba(74, 74, 74, 1);}#a9ce5af0c5ac871 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0814aa472a3c5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0814aa472a3c5c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a94c4a6eb4a7352 , #a94c4a6eb4a7352 a{color: rgba(74, 74, 74, 1);}#a283ea0397ad463 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a283ea0397ad463  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aab18a3371a04c1 , #aab18a3371a04c1 a{color: rgba(74, 74, 74, 1);}#aa51bafa59a83b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa51bafa59a83b9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aee7fa3bd6a32be , #aee7fa3bd6a32be a{color: rgba(74, 74, 74, 1);}#a955face10a99aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a955face10a99aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af1eda88bdabfd6 , #af1eda88bdabfd6 a{color: rgba(74, 74, 74, 1);}#afc9ba7791a767d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afc9ba7791a767d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f46a4d04a659a , #a5f46a4d04a659a a{color: rgba(74, 74, 74, 1);}#afa80add61aeda8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afa80add61aeda8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af2bda9eb9aedfd , #af2bda9eb9aedfd a{color: rgba(74, 74, 74, 1);}#a30eea85dcabe8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30eea85dcabe8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afdc3a76e6aeeff , #afdc3a76e6aeeff a{color: rgba(74, 74, 74, 1);}#ab9b5a64d4aa99e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acc83ac3a2af546 , #acc83ac3a2af546 a{color: rgba(255, 255, 255, 1);}#aa6b3ab15ba26c1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a24c6aec4da27b3 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a24c6aec4da27b3 .marquee-wrap > .str_move {
  cursor: text;
}
#a24c6aec4da27b3 .marquee-wrap:hover {
  background: #fafafa;
}
#a24c6aec4da27b3 .marquee-wrap .content {
  position: absolute;
}
#a24c6aec4da27b3 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a24c6aec4da27b3 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac38cabcd2ae20d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aef72a7b18a9d39 , #aef72a7b18a9d39 a{color: rgba(255, 255, 255, 1);}#afbf5a4323ad446 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae1f8a79eea5b5e .uk-navbar-item,
#ae1f8a79eea5b5e .uk-navbar-nav > li > a,
#ae1f8a79eea5b5e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae1f8a79eea5b5e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae1f8a79eea5b5e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae1f8a79eea5b5e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae1f8a79eea5b5e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae1f8a79eea5b5e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae1f8a79eea5b5e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae1f8a79eea5b5e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae1f8a79eea5b5e .logo {
  display: inline-block;
}
#ae1f8a79eea5b5e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae1f8a79eea5b5e .ap-header-top {
    padding: 15px 10px;
  }
}
#a4d54adeaca267e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a24b1a8e1daeb90 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad4a3a0fdea8436 > .ele-wrap {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: 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: none;}#a7692a3570ad8f2 > .ele-wrap {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: 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;}#a09efad498a3593 , #a09efad498a3593 a{color: rgba(0, 91, 172, 1);}#ab49aa45f9a8244 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a423ea393aaf194 > .ele-wrap {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: 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;}#af8eaafa68a5f73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af8eaafa68a5f73  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a76aea7b75a1c04 , #a76aea7b75a1c04 a{color: rgba(74, 74, 74, 1);}#a2687a13e5a06d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2687a13e5a06d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac249a43cfa7b79 , #ac249a43cfa7b79 a{color: rgba(74, 74, 74, 1);}#a62e6aef78a41aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a62e6aef78a41aa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa1fca51b2a42f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa1fca51b2a42f9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a32d6a2c9aa30cd , #a32d6a2c9aa30cd a{color: rgba(74, 74, 74, 1);}#af750a0151ab9e6 , #af750a0151ab9e6 a{color: rgba(74, 74, 74, 1);}#a419dab05eacecf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a419dab05eacecf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5942ace63a50ef , #a5942ace63a50ef a{color: rgba(74, 74, 74, 1);}#a46e3acb48aa6c9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a2608a4c0da67eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2608a4c0da67eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a188aa4e00a56f7 , #a188aa4e00a56f7 a{color: rgba(74, 74, 74, 1);}#a116ba7f39a1c60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a116ba7f39a1c60  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae36cac6afa5c65 , #ae36cac6afa5c65 a{color: rgba(74, 74, 74, 1);}#afdd1a1675a7109 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afdd1a1675a7109  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5eacab477a128a , #a5eacab477a128a a{color: rgba(74, 74, 74, 1);}#aca56a6c3ba5f21 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca56a6c3ba5f21  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aecd5acb35ad84a , #aecd5acb35ad84a a{color: rgba(74, 74, 74, 1);}#ac98aaf89eafc3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac98aaf89eafc3e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a401eac656ade47 , #a401eac656ade47 a{color: rgba(74, 74, 74, 1);}#ad961a8060a23a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad961a8060a23a9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8770a9f85a1d6a , #a8770a9f85a1d6a a{color: rgba(74, 74, 74, 1);}#a31aba0c30ada81 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a31aba0c30ada81  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30a6ac8d9ae465 , #a30a6ac8d9ae465 a{color: rgba(74, 74, 74, 1);}#a418ca0553aa834 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#abd9ca9a0da284c , #abd9ca9a0da284c a{color: rgba(255, 255, 255, 1);}#a41b1a3947a521c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab0f3a7cf6a1b12 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab0f3a7cf6a1b12 .marquee-wrap > .str_move {
  cursor: text;
}
#ab0f3a7cf6a1b12 .marquee-wrap:hover {
  background: #fafafa;
}
#ab0f3a7cf6a1b12 .marquee-wrap .content {
  position: absolute;
}
#ab0f3a7cf6a1b12 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab0f3a7cf6a1b12 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#acd30a0e76a7994 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a94d3a3bd8a6485 , #a94d3a3bd8a6485 a{color: rgba(255, 255, 255, 1);}#a5329a2976a04e8 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9162ab7e9a4ab9 .uk-navbar-item,
#a9162ab7e9a4ab9 .uk-navbar-nav > li > a,
#a9162ab7e9a4ab9 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9162ab7e9a4ab9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9162ab7e9a4ab9 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9162ab7e9a4ab9 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9162ab7e9a4ab9 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9162ab7e9a4ab9 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9162ab7e9a4ab9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9162ab7e9a4ab9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9162ab7e9a4ab9 .logo {
  display: inline-block;
}
#a9162ab7e9a4ab9 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9162ab7e9a4ab9 .ap-header-top {
    padding: 15px 10px;
  }
}
#a533da1f02ae966 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a12d6a90c2a53d6 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0f43a473cae696 > .ele-wrap {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: 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: none;}#a8f3ca7d3ba82b6 > .ele-wrap {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: 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;}#aea0badceea94b1 , #aea0badceea94b1 a{color: rgba(0, 91, 172, 1);}#a7db4a7c8ba7c79 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#affdea45e3aadc3 > .ele-wrap {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: 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;}#a72c8ae34eafedb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a72c8ae34eafedb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5996a1933a0d6d , #a5996a1933a0d6d a{color: rgba(74, 74, 74, 1);}#a5be7ac61aa024c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5be7ac61aa024c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af116a4fb7a44b3 , #af116a4fb7a44b3 a{color: rgba(74, 74, 74, 1);}#a12f0ab4e5ad405 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a12f0ab4e5ad405  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a21a7a22a542c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5a21a7a22a542c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9ad0a25bba2f8c , #a9ad0a25bba2f8c a{color: rgba(74, 74, 74, 1);}#aac0dad69facadd , #aac0dad69facadd a{color: rgba(74, 74, 74, 1);}#a3670a639ba0a6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3670a639ba0a6f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adfd7a59aba7b63 , #adfd7a59aba7b63 a{color: rgba(74, 74, 74, 1);}#ab7bcaa5c8aa194 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4d21a7c23a4ac7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4d21a7c23a4ac7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4be3a1fb8ae12a , #a4be3a1fb8ae12a a{color: rgba(74, 74, 74, 1);}#aca67acd54aa858 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aca67acd54aa858  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a63bfa6f57a7415 , #a63bfa6f57a7415 a{color: rgba(74, 74, 74, 1);}#a3446aa40dad1ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3446aa40dad1ba  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2e5dab7efa50e9 , #a2e5dab7efa50e9 a{color: rgba(74, 74, 74, 1);}#a4573a4e4dabdda > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4573a4e4dabdda  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afdf1ae0ccaf496 , #afdf1ae0ccaf496 a{color: rgba(74, 74, 74, 1);}#a4166a1da7a17d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4166a1da7a17d5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa962a9305acdd7 , #aa962a9305acdd7 a{color: rgba(74, 74, 74, 1);}#a4923ad4b9a69da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4923ad4b9a69da  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1c92a0fe2a5deb , #a1c92a0fe2a5deb a{color: rgba(74, 74, 74, 1);}#a4797aea3ba0373 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4797aea3ba0373  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a276bad873aab31 , #a276bad873aab31 a{color: rgba(74, 74, 74, 1);}#afa2ea77fea2734 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a92a8ab753a881c , #a92a8ab753a881c a{color: rgba(255, 255, 255, 1);}#a3163a2cf2aa3ef > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9f72a8589a9bd9 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9f72a8589a9bd9 .marquee-wrap > .str_move {
  cursor: text;
}
#a9f72a8589a9bd9 .marquee-wrap:hover {
  background: #fafafa;
}
#a9f72a8589a9bd9 .marquee-wrap .content {
  position: absolute;
}
#a9f72a8589a9bd9 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9f72a8589a9bd9 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aeab4a7486a0a8e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ace7fa10c6a4902 , #ace7fa10c6a4902 a{color: rgba(255, 255, 255, 1);}#aa704a8488a28ed [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#afb85a9e86a6330 .uk-navbar-item,
#afb85a9e86a6330 .uk-navbar-nav > li > a,
#afb85a9e86a6330 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#afb85a9e86a6330 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb85a9e86a6330 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#afb85a9e86a6330 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#afb85a9e86a6330 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#afb85a9e86a6330 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#afb85a9e86a6330 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#afb85a9e86a6330 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#afb85a9e86a6330 .logo {
  display: inline-block;
}
#afb85a9e86a6330 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #afb85a9e86a6330 .ap-header-top {
    padding: 15px 10px;
  }
}
#afc9fac15aa72a5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5047a8359ae1d9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#add58a6868a4b18 > .ele-wrap {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: 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: none;}#a695aa95aea2b0f > .ele-wrap {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: 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;}#ab7e4abc45a2e3b , #ab7e4abc45a2e3b a{color: rgba(0, 91, 172, 1);}#afe14a555ea27d7 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a514ba0cf1a05c3 > .ele-wrap {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: 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;}#a1ec9a9e50a8001 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ec9a9e50a8001  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a087ca308faafb0 , #a087ca308faafb0 a{color: rgba(74, 74, 74, 1);}#a5875aa461ad5df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5875aa461ad5df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa02faccc5a2960 , #aa02faccc5a2960 a{color: rgba(74, 74, 74, 1);}#a8f0baea38a69ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8f0baea38a69ff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a51a3ab8bea0343 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a51a3ab8bea0343  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a25bea6184a50a3 , #a25bea6184a50a3 a{color: rgba(74, 74, 74, 1);}#a1101a9f61a2eaf , #a1101a9f61a2eaf a{color: rgba(74, 74, 74, 1);}#ab6d4aab83a4c8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab6d4aab83a4c8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1707a704aa94a8 , #a1707a704aa94a8 a{color: rgba(74, 74, 74, 1);}#a51daa26e0a981b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#abf62a1d0aaa460 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf62a1d0aaa460  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9dcbaabf9ae2ba , #a9dcbaabf9ae2ba a{color: rgba(74, 74, 74, 1);}#ae571a9d9faad4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae571a9d9faad4f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c83ab26ca50d8 , #a5c83ab26ca50d8 a{color: rgba(74, 74, 74, 1);}#ad107aa0a6a3f48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad107aa0a6a3f48  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a334da537ea4a66 , #a334da537ea4a66 a{color: rgba(74, 74, 74, 1);}#a5e96a0d44a6d64 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5e96a0d44a6d64  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a88a1008a2c05 , #a5a88a1008a2c05 a{color: rgba(74, 74, 74, 1);}#a35ffa0f0ba6468 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a35ffa0f0ba6468  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add71ae693ab015 , #add71ae693ab015 a{color: rgba(74, 74, 74, 1);}#a665aaa2e6a34a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a665aaa2e6a34a7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a98a0577a3765 , #a0a98a0577a3765 a{color: rgba(74, 74, 74, 1);}#a1905adec5a58f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1905adec5a58f3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8a77acf63a66a1 , #a8a77acf63a66a1 a{color: rgba(74, 74, 74, 1);}#a7877ad0b2ab65b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afb6ca1725a8949 , #afb6ca1725a8949 a{color: rgba(255, 255, 255, 1);}#a49bfaf47da9fac > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac37ea375aa65c5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac37ea375aa65c5 .marquee-wrap > .str_move {
  cursor: text;
}
#ac37ea375aa65c5 .marquee-wrap:hover {
  background: #fafafa;
}
#ac37ea375aa65c5 .marquee-wrap .content {
  position: absolute;
}
#ac37ea375aa65c5 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac37ea375aa65c5 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9f4fad075acb82 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a35d5ae17ea2e11 , #a35d5ae17ea2e11 a{color: rgba(255, 255, 255, 1);}#ab749a35d3ab92f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a69afaf950a40d2 .uk-navbar-item,
#a69afaf950a40d2 .uk-navbar-nav > li > a,
#a69afaf950a40d2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a69afaf950a40d2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a69afaf950a40d2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a69afaf950a40d2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a69afaf950a40d2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a69afaf950a40d2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a69afaf950a40d2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a69afaf950a40d2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a69afaf950a40d2 .logo {
  display: inline-block;
}
#a69afaf950a40d2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a69afaf950a40d2 .ap-header-top {
    padding: 15px 10px;
  }
}
#adc26ab5aba7ffd .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af835a2942a7c83 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa525a9e96a5cd1 > .ele-wrap {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: 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: none;}#aa9a6a80f5a79c3 > .ele-wrap {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: 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;}#a00a6ac26aa4db8 , #a00a6ac26aa4db8 a{color: rgba(0, 91, 172, 1);}#a6f82aa86cad137 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2d2fad85ba7338 > .ele-wrap {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: 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;}#a30e7a90faa3ae4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30e7a90faa3ae4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a81d5a9653ae530 , #a81d5a9653ae530 a{color: rgba(74, 74, 74, 1);}#ab971aecabae21f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab971aecabae21f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ace1dad897a991d , #ace1dad897a991d a{color: rgba(74, 74, 74, 1);}#a0646aa36da810a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0646aa36da810a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2347a0c5cae5a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2347a0c5cae5a1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6f34a71b7acdad , #a6f34a71b7acdad a{color: rgba(74, 74, 74, 1);}#a5612a95a8a52a6 , #a5612a95a8a52a6 a{color: rgba(74, 74, 74, 1);}#a1fdbac53aae234 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1fdbac53aae234  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad045af52caeae6 , #ad045af52caeae6 a{color: rgba(74, 74, 74, 1);}#a753bac12ba1d18 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a55e0a250ca6a1e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a55e0a250ca6a1e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a30a089fa6cb0 , #a5a30a089fa6cb0 a{color: rgba(74, 74, 74, 1);}#a1ceca6bf9ae831 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1ceca6bf9ae831  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a56cca677aa65dd , #a56cca677aa65dd a{color: rgba(74, 74, 74, 1);}#a570cafda4accf0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a570cafda4accf0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8799a80c6aa8a4 , #a8799a80c6aa8a4 a{color: rgba(74, 74, 74, 1);}#ae6e3a55c2af377 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae6e3a55c2af377  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ade9ca2674a8857 , #ade9ca2674a8857 a{color: rgba(74, 74, 74, 1);}#a3a3aa9930a7216 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3a3aa9930a7216  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4015a05e6a9d8e , #a4015a05e6a9d8e a{color: rgba(74, 74, 74, 1);}#a2dd8a24efa91a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2dd8a24efa91a4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7954ab6fbad233 , #a7954ab6fbad233 a{color: rgba(74, 74, 74, 1);}#ac28ca760da6c9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac28ca760da6c9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aae9caf322a9ba7 , #aae9caf322a9ba7 a{color: rgba(74, 74, 74, 1);}#a7751a0784a4201 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a759da1e71a9ae1 , #a759da1e71a9ae1 a{color: rgba(255, 255, 255, 1);}#af9a5ab2d5af77a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a75c9af051ac532 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a75c9af051ac532 .marquee-wrap > .str_move {
  cursor: text;
}
#a75c9af051ac532 .marquee-wrap:hover {
  background: #fafafa;
}
#a75c9af051ac532 .marquee-wrap .content {
  position: absolute;
}
#a75c9af051ac532 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a75c9af051ac532 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a82cbaf272ae2b2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a59ecad80aa8f24 , #a59ecad80aa8f24 a{color: rgba(255, 255, 255, 1);}#a64afa1cafa0e4e [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a4eb3a7105a0f5c .uk-navbar-item,
#a4eb3a7105a0f5c .uk-navbar-nav > li > a,
#a4eb3a7105a0f5c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4eb3a7105a0f5c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4eb3a7105a0f5c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4eb3a7105a0f5c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4eb3a7105a0f5c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a4eb3a7105a0f5c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4eb3a7105a0f5c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a4eb3a7105a0f5c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4eb3a7105a0f5c .logo {
  display: inline-block;
}
#a4eb3a7105a0f5c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4eb3a7105a0f5c .ap-header-top {
    padding: 15px 10px;
  }
}
#a9f78a678cabb95 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#acfc6a4d1fa3052 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa61ea8df3acaf8 > .ele-wrap {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: 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: none;}#a08a1ab83dab673 > .ele-wrap {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: 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;}#a2a04a2ceeaa49e , #a2a04a2ceeaa49e a{color: rgba(0, 91, 172, 1);}#a5bfea51d3ae560 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a864da716ca557e > .ele-wrap {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: 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;}#af353a3971a9f23 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af353a3971a9f23  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5ad3a5ff0a4014 , #a5ad3a5ff0a4014 a{color: rgba(74, 74, 74, 1);}#a1b76a976aa7330 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1b76a976aa7330  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae6a2a0323ab09c , #ae6a2a0323ab09c a{color: rgba(74, 74, 74, 1);}#a6475a5335a6236 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6475a5335a6236  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a65c6ae8a2a7b61 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a65c6ae8a2a7b61  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7854a3b9ca9760 , #a7854a3b9ca9760 a{color: rgba(74, 74, 74, 1);}#ac9e2a4eddad1c1 , #ac9e2a4eddad1c1 a{color: rgba(74, 74, 74, 1);}#a96fda0803a65e8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a96fda0803a65e8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3c46a5ae9a5c79 , #a3c46a5ae9a5c79 a{color: rgba(74, 74, 74, 1);}#afeada492ca13eb > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a3b35a058fab933 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3b35a058fab933  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a101da0c11a5d9a , #a101da0c11a5d9a a{color: rgba(74, 74, 74, 1);}#ace18aed16a810c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace18aed16a810c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1c77ac819a6061 , #a1c77ac819a6061 a{color: rgba(74, 74, 74, 1);}#a8bb4a39dfa96b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8bb4a39dfa96b9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1debaaa04ac9df , #a1debaaa04ac9df a{color: rgba(74, 74, 74, 1);}#a7f34a751eaa427 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7f34a751eaa427  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af4bcafd25ad4df , #af4bcafd25ad4df a{color: rgba(74, 74, 74, 1);}#a61f1a270eacc3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a61f1a270eacc3b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5fe3aaa5ca15c4 , #a5fe3aaa5ca15c4 a{color: rgba(74, 74, 74, 1);}#a28f6a132baf087 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a28f6a132baf087  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac96daad81a6bb5 , #ac96daad81a6bb5 a{color: rgba(74, 74, 74, 1);}#aedb2a130ba229b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aedb2a130ba229b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abe3ca856ca97a4 , #abe3ca856ca97a4 a{color: rgba(74, 74, 74, 1);}#a20f4aaa58a76c9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a793ca411fa76ce , #a793ca411fa76ce a{color: rgba(255, 255, 255, 1);}#a5ccaa97fea3639 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a53e2ad1e3a602c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a53e2ad1e3a602c .marquee-wrap > .str_move {
  cursor: text;
}
#a53e2ad1e3a602c .marquee-wrap:hover {
  background: #fafafa;
}
#a53e2ad1e3a602c .marquee-wrap .content {
  position: absolute;
}
#a53e2ad1e3a602c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a53e2ad1e3a602c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1669a8bb4afe13 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa6b4ae18ca5184 , #aa6b4ae18ca5184 a{color: rgba(255, 255, 255, 1);}#af72bab16dac863 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a2391aa149ae14d .uk-navbar-item,
#a2391aa149ae14d .uk-navbar-nav > li > a,
#a2391aa149ae14d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a2391aa149ae14d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2391aa149ae14d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a2391aa149ae14d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2391aa149ae14d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a2391aa149ae14d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a2391aa149ae14d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a2391aa149ae14d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a2391aa149ae14d .logo {
  display: inline-block;
}
#a2391aa149ae14d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a2391aa149ae14d .ap-header-top {
    padding: 15px 10px;
  }
}
#abb6ca246aaa8bd .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ad934ac2e7a467b .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a9ab8a8751ab667 > .ele-wrap {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: 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: none;}#a0d29aaa13a5fe1 > .ele-wrap {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: 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;}#a2950aaf58ad192 , #a2950aaf58ad192 a{color: rgba(0, 91, 172, 1);}#a3b88a5873a487b > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af855a3344a4b02 > .ele-wrap {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: 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;}#a8be8af992a86cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8be8af992a86cb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d18a5c29a70ec , #a4d18a5c29a70ec a{color: rgba(74, 74, 74, 1);}#a8544a4a4fac13c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8544a4a4fac13c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a92eaa4aa4a8523 , #a92eaa4aa4a8523 a{color: rgba(74, 74, 74, 1);}#a587da34d2a00be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a587da34d2a00be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a672ea2f9fa9d4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a672ea2f9fa9d4a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2b66a5a37a4d0d , #a2b66a5a37a4d0d a{color: rgba(74, 74, 74, 1);}#af7cca9e44ac83f , #af7cca9e44ac83f a{color: rgba(74, 74, 74, 1);}#a3e79aaf13a99ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e79aaf13a99ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a825cab233a2aa3 , #a825cab233a2aa3 a{color: rgba(74, 74, 74, 1);}#a7f18a4b56a4492 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a0471ae0c3a4664 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0471ae0c3a4664  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a35f6a965fad6d2 , #a35f6a965fad6d2 a{color: rgba(74, 74, 74, 1);}#a483ea6fc6aa68d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a483ea6fc6aa68d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7064a7f32a50bb , #a7064a7f32a50bb a{color: rgba(74, 74, 74, 1);}#a2c6fa3b45a6f26 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c6fa3b45a6f26  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7dbeac513a61c9 , #a7dbeac513a61c9 a{color: rgba(74, 74, 74, 1);}#acba8ae09fab43e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acba8ae09fab43e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab4f8a39b5a3227 , #ab4f8a39b5a3227 a{color: rgba(74, 74, 74, 1);}#a901eac05ea747f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a901eac05ea747f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acad5a104caf891 , #acad5a104caf891 a{color: rgba(74, 74, 74, 1);}#ae619a2308a4e3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae619a2308a4e3a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2bdfa7947aa5c9 , #a2bdfa7947aa5c9 a{color: rgba(74, 74, 74, 1);}#a05dda8dabaffb1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a05dda8dabaffb1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a884baecffacf47 , #a884baecffacf47 a{color: rgba(74, 74, 74, 1);}#aa9b6a7f70a0288 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad14faa338a8e98 , #ad14faa338a8e98 a{color: rgba(255, 255, 255, 1);}#af3bfaefa2a7a4e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afd98a5f2ba8a5f .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#afd98a5f2ba8a5f .marquee-wrap > .str_move {
  cursor: text;
}
#afd98a5f2ba8a5f .marquee-wrap:hover {
  background: #fafafa;
}
#afd98a5f2ba8a5f .marquee-wrap .content {
  position: absolute;
}
#afd98a5f2ba8a5f .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afd98a5f2ba8a5f .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac8a9a4ce1a113c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0947a1cb7af9f6 , #a0947a1cb7af9f6 a{color: rgba(255, 255, 255, 1);}#a67bca35aba2e11 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a80d4abcdba3dc2 .uk-navbar-item,
#a80d4abcdba3dc2 .uk-navbar-nav > li > a,
#a80d4abcdba3dc2 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a80d4abcdba3dc2 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a80d4abcdba3dc2 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a80d4abcdba3dc2 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a80d4abcdba3dc2 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a80d4abcdba3dc2 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a80d4abcdba3dc2 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a80d4abcdba3dc2 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a80d4abcdba3dc2 .logo {
  display: inline-block;
}
#a80d4abcdba3dc2 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a80d4abcdba3dc2 .ap-header-top {
    padding: 15px 10px;
  }
}
#a5e7aaaf74a1619 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a2cc8a8adaa40a1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8a84acf64a7c62 > .ele-wrap {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: 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: none;}#ad119a513eae423 > .ele-wrap {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: 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;}#a4d25afe73a6a82 , #a4d25afe73a6a82 a{color: rgba(0, 91, 172, 1);}#ab34baa123ab4e3 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1750aaf1da6f0b > .ele-wrap {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: 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;}#ae0b0a43f2a758c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae0b0a43f2a758c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac40fa4d55a979e , #ac40fa4d55a979e a{color: rgba(74, 74, 74, 1);}#a6e2ca88beab043 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6e2ca88beab043  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aece9af17ea7c44 , #aece9af17ea7c44 a{color: rgba(74, 74, 74, 1);}#a7770a3bd6a3671 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7770a3bd6a3671  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abbbda779aa0f9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abbbda779aa0f9f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a887ba9b2fa7370 , #a887ba9b2fa7370 a{color: rgba(74, 74, 74, 1);}#a82aba4e93a8f79 , #a82aba4e93a8f79 a{color: rgba(74, 74, 74, 1);}#a64a4a335faf172 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a64a4a335faf172  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a23cbab358a0c44 , #a23cbab358a0c44 a{color: rgba(74, 74, 74, 1);}#aee77a9159a730b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#aba83ac5cca1b11 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aba83ac5cca1b11  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adf2da7cc4a1a7b , #adf2da7cc4a1a7b a{color: rgba(74, 74, 74, 1);}#abf7da0f62ad34b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abf7da0f62ad34b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a38d9adfc2a55a3 , #a38d9adfc2a55a3 a{color: rgba(74, 74, 74, 1);}#a849eac9f4a5d17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a849eac9f4a5d17  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3789adbbba78fb , #a3789adbbba78fb a{color: rgba(74, 74, 74, 1);}#a4657ae34da3db2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4657ae34da3db2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a02e4afe7ea252f , #a02e4afe7ea252f a{color: rgba(74, 74, 74, 1);}#a7129ab480ab9e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7129ab480ab9e0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afa5daa2faaf965 , #afa5daa2faaf965 a{color: rgba(74, 74, 74, 1);}#a3ad9ae2f6abf77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3ad9ae2f6abf77  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abedca2e98a79e3 , #abedca2e98a79e3 a{color: rgba(74, 74, 74, 1);}#a37c1a7b31a7965 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a37c1a7b31a7965  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aab08a4c9fa89cc , #aab08a4c9fa89cc a{color: rgba(74, 74, 74, 1);}#a2f9eab8e7ae9ff > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af51aa5a45a6f03 , #af51aa5a45a6f03 a{color: rgba(255, 255, 255, 1);}#a7bc8ad716a5592 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3006a217ca514b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3006a217ca514b .marquee-wrap > .str_move {
  cursor: text;
}
#a3006a217ca514b .marquee-wrap:hover {
  background: #fafafa;
}
#a3006a217ca514b .marquee-wrap .content {
  position: absolute;
}
#a3006a217ca514b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3006a217ca514b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae2d2a869ea808a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa428ad5b8a634b , #aa428ad5b8a634b a{color: rgba(255, 255, 255, 1);}#ac2c9acb90a0c79 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af19ca576da5b35 .uk-navbar-item,
#af19ca576da5b35 .uk-navbar-nav > li > a,
#af19ca576da5b35 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af19ca576da5b35 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af19ca576da5b35 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af19ca576da5b35 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af19ca576da5b35 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af19ca576da5b35 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af19ca576da5b35 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af19ca576da5b35 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af19ca576da5b35 .logo {
  display: inline-block;
}
#af19ca576da5b35 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af19ca576da5b35 .ap-header-top {
    padding: 15px 10px;
  }
}
#adb2ea79c5a6cc7 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af72cabd63a80e1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5ff1ae039ad277 > .ele-wrap {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: 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: none;}#ab160a7ad9a2de7 > .ele-wrap {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: 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;}#a30baafa96ac709 , #a30baafa96ac709 a{color: rgba(0, 91, 172, 1);}#af1aaa05a9afc9b > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa176a6b98af5e1 > .ele-wrap {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: 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;}#a9ca6aa490a446b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ca6aa490a446b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abdb9ae10fa3ec1 , #abdb9ae10fa3ec1 a{color: rgba(74, 74, 74, 1);}#af0c4af86cac744 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af0c4af86cac744  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0a69ad664a803d , #a0a69ad664a803d a{color: rgba(74, 74, 74, 1);}#adb7faef00a36af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adb7faef00a36af  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afd2da950dad493 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afd2da950dad493  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5c7faef5da68ac , #a5c7faef5da68ac a{color: rgba(74, 74, 74, 1);}#ab86fa7bc0af92b , #ab86fa7bc0af92b a{color: rgba(74, 74, 74, 1);}#a6aa5a9c0dac87b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6aa5a9c0dac87b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae47fa7127a47b8 , #ae47fa7127a47b8 a{color: rgba(74, 74, 74, 1);}#ab79fa86d8a5427 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a79afab945ac3ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a79afab945ac3ec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aef7cad38dacf65 , #aef7cad38dacf65 a{color: rgba(74, 74, 74, 1);}#a4b19a2fb3a5f04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4b19a2fb3a5f04  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa4f0a937ba4617 , #aa4f0a937ba4617 a{color: rgba(74, 74, 74, 1);}#a428ea267ca50bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a428ea267ca50bb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aebd9a8fefa48b1 , #aebd9a8fefa48b1 a{color: rgba(74, 74, 74, 1);}#a49fdaab95a825e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a49fdaab95a825e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8d15a7fd4ab315 , #a8d15a7fd4ab315 a{color: rgba(74, 74, 74, 1);}#a60aaa6bf4adf63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a60aaa6bf4adf63  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac656aadd9a55fe , #ac656aadd9a55fe a{color: rgba(74, 74, 74, 1);}#adcdbaad2ea5f70 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adcdbaad2ea5f70  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab869a70d8add88 , #ab869a70d8add88 a{color: rgba(74, 74, 74, 1);}#a7983aa6b4a3971 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7983aa6b4a3971  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7522a59f1a240e , #a7522a59f1a240e a{color: rgba(74, 74, 74, 1);}#a8b6aad032aa2a9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a46bfa2fe0a04b8 , #a46bfa2fe0a04b8 a{color: rgba(255, 255, 255, 1);}#ac1e3ad3d2afd7b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ae01da7b31a26c5 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ae01da7b31a26c5 .marquee-wrap > .str_move {
  cursor: text;
}
#ae01da7b31a26c5 .marquee-wrap:hover {
  background: #fafafa;
}
#ae01da7b31a26c5 .marquee-wrap .content {
  position: absolute;
}
#ae01da7b31a26c5 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae01da7b31a26c5 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aaf25a153eabe48 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a6b7eaf30fa5ed3 , #a6b7eaf30fa5ed3 a{color: rgba(255, 255, 255, 1);}#afa84a509da86cb [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ac972afd3daa84b .uk-navbar-item,
#ac972afd3daa84b .uk-navbar-nav > li > a,
#ac972afd3daa84b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac972afd3daa84b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac972afd3daa84b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac972afd3daa84b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac972afd3daa84b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac972afd3daa84b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac972afd3daa84b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac972afd3daa84b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac972afd3daa84b .logo {
  display: inline-block;
}
#ac972afd3daa84b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac972afd3daa84b .ap-header-top {
    padding: 15px 10px;
  }
}
#a9546a6dd0aa878 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4cd9acc8aa71ce .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5477a1fa3a2934 > .ele-wrap {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: 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: none;}#abb4fa08c7a3e73 > .ele-wrap {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: 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;}#a3965a5baaa6686 , #a3965a5baaa6686 a{color: rgba(0, 91, 172, 1);}#a48b0a90b7af366 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#adbeeae911a8b93 > .ele-wrap {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: 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;}#a8856a038aa6a6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8856a038aa6a6c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aabc3ab941acdcb , #aabc3ab941acdcb a{color: rgba(74, 74, 74, 1);}#a3950a5631a387e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3950a5631a387e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a076da63a9a7d04 , #a076da63a9a7d04 a{color: rgba(74, 74, 74, 1);}#ac32caaf97a8b45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac32caaf97a8b45  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a35b8a3d1fa33be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a35b8a3d1fa33be  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a77bdab2f2a2da2 , #a77bdab2f2a2da2 a{color: rgba(74, 74, 74, 1);}#ab58ba66edac0c7 , #ab58ba66edac0c7 a{color: rgba(74, 74, 74, 1);}#a42dca2e33ac8eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a42dca2e33ac8eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ee6a405aa682a , #a2ee6a405aa682a a{color: rgba(74, 74, 74, 1);}#a7862ae131a8903 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab5d6a3840adb3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab5d6a3840adb3a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab47aa7009ae044 , #ab47aa7009ae044 a{color: rgba(74, 74, 74, 1);}#a71e8aa87ea4dac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a71e8aa87ea4dac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4d4dad656a5559 , #a4d4dad656a5559 a{color: rgba(74, 74, 74, 1);}#a22e9a030ba355b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a22e9a030ba355b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4775a1e5dad14d , #a4775a1e5dad14d a{color: rgba(74, 74, 74, 1);}#a6cefa4d81afb63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6cefa4d81afb63  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a33dda4171ae307 , #a33dda4171ae307 a{color: rgba(74, 74, 74, 1);}#ac1e9a53fbace9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac1e9a53fbace9a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaa1ba81eaad5ac , #aaa1ba81eaad5ac a{color: rgba(74, 74, 74, 1);}#a02cfa3f06a96f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a02cfa3f06a96f5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2483a068da6d13 , #a2483a068da6d13 a{color: rgba(74, 74, 74, 1);}#a589baa039a1cbb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a589baa039a1cbb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a87d5a986daf892 , #a87d5a986daf892 a{color: rgba(74, 74, 74, 1);}#a869ba616da9891 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aa7daa9612a4205 , #aa7daa9612a4205 a{color: rgba(255, 255, 255, 1);}#ab97ca69e5a6968 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9989a18a0a3979 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9989a18a0a3979 .marquee-wrap > .str_move {
  cursor: text;
}
#a9989a18a0a3979 .marquee-wrap:hover {
  background: #fafafa;
}
#a9989a18a0a3979 .marquee-wrap .content {
  position: absolute;
}
#a9989a18a0a3979 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9989a18a0a3979 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2c8daf831a177f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acb56a77d5a329c , #acb56a77d5a329c a{color: rgba(255, 255, 255, 1);}#a7374ae33ca4c96 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0605ae10fac901 .uk-navbar-item,
#a0605ae10fac901 .uk-navbar-nav > li > a,
#a0605ae10fac901 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0605ae10fac901 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0605ae10fac901 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0605ae10fac901 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0605ae10fac901 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0605ae10fac901 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0605ae10fac901 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0605ae10fac901 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0605ae10fac901 .logo {
  display: inline-block;
}
#a0605ae10fac901 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0605ae10fac901 .ap-header-top {
    padding: 15px 10px;
  }
}
#a937ea638da9a2d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a99efa3adda647b .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a82f4a772cad12b > .ele-wrap {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: 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: none;}#a9397acd6aa4073 > .ele-wrap {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: 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;}#a6c4baf087a5a15 , #a6c4baf087a5a15 a{color: rgba(0, 91, 172, 1);}#afe16ac56da57b0 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#adf2ea6db3a25cf > .ele-wrap {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: 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;}#a437fa2ce7a25ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a437fa2ce7a25ae  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b3ead883a3ed0 , #a7b3ead883a3ed0 a{color: rgba(74, 74, 74, 1);}#a0895a1702a4b3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0895a1702a4b3d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1658ab5e1a09fb , #a1658ab5e1a09fb a{color: rgba(74, 74, 74, 1);}#a4c95a2497adc1a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4c95a2497adc1a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aec42a3c0fad578 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aec42a3c0fad578  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abaedaf471a876d , #abaedaf471a876d a{color: rgba(74, 74, 74, 1);}#adb49a657ea5a04 , #adb49a657ea5a04 a{color: rgba(74, 74, 74, 1);}#a0d8fadfeaa070a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0d8fadfeaa070a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add68a8556acf74 , #add68a8556acf74 a{color: rgba(74, 74, 74, 1);}#a0055ad2c6ae4d3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ae93ea1793a4a0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae93ea1793a4a0f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a78c9a4f72a9806 , #a78c9a4f72a9806 a{color: rgba(74, 74, 74, 1);}#adf67a365baff1c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf67a365baff1c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a08f1a3882a6a46 , #a08f1a3882a6a46 a{color: rgba(74, 74, 74, 1);}#ac001aa82baa1f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac001aa82baa1f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aff6fa7432aa4a6 , #aff6fa7432aa4a6 a{color: rgba(74, 74, 74, 1);}#a17f9a04b0aa40f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a17f9a04b0aa40f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8924a8c1da20fa , #a8924a8c1da20fa a{color: rgba(74, 74, 74, 1);}#ace63a48faa1607 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace63a48faa1607  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a44dfa4934a6a77 , #a44dfa4934a6a77 a{color: rgba(74, 74, 74, 1);}#aad59a051cac63c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad59a051cac63c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4c39a6a72a7d3f , #a4c39a6a72a7d3f a{color: rgba(74, 74, 74, 1);}#a80dcabaa9a4165 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a80dcabaa9a4165  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa73ca75cba644d , #aa73ca75cba644d a{color: rgba(74, 74, 74, 1);}#a6ccbace0fafd69 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af555ad34eac6ac , #af555ad34eac6ac a{color: rgba(255, 255, 255, 1);}#a95f9a2bd6aada4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a44fca784aaaf47 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a44fca784aaaf47 .marquee-wrap > .str_move {
  cursor: text;
}
#a44fca784aaaf47 .marquee-wrap:hover {
  background: #fafafa;
}
#a44fca784aaaf47 .marquee-wrap .content {
  position: absolute;
}
#a44fca784aaaf47 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a44fca784aaaf47 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afb17ab990a0416 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a50b7a3335aea58 , #a50b7a3335aea58 a{color: rgba(255, 255, 255, 1);}#a5a03a8693a76df [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae3f3a4118aa7eb .uk-navbar-item,
#ae3f3a4118aa7eb .uk-navbar-nav > li > a,
#ae3f3a4118aa7eb .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae3f3a4118aa7eb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3f3a4118aa7eb .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae3f3a4118aa7eb [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae3f3a4118aa7eb .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae3f3a4118aa7eb .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae3f3a4118aa7eb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae3f3a4118aa7eb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae3f3a4118aa7eb .logo {
  display: inline-block;
}
#ae3f3a4118aa7eb .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae3f3a4118aa7eb .ap-header-top {
    padding: 15px 10px;
  }
}
#a846aa9fdbaed1b .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4258ab2dca565a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad7fda03d3aadb9 > .ele-wrap {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: 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: none;}#aacd4a080aa0205 > .ele-wrap {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: 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;}#a55a0a4758a625e , #a55a0a4758a625e a{color: rgba(0, 91, 172, 1);}#a30a7a0728aa487 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1ef3a0441a3ea3 > .ele-wrap {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: 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;}#aed71a9a5cadc1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed71a9a5cadc1b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad12daa4d3abb0c , #ad12daa4d3abb0c a{color: rgba(74, 74, 74, 1);}#a6cd9a7fc1a0f6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6cd9a7fc1a0f6d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1236a86c9a0efc , #a1236a86c9a0efc a{color: rgba(74, 74, 74, 1);}#ad703a1bc3af455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad703a1bc3af455  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad878af229abbc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad878af229abbc1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1051a1c5fae394 , #a1051a1c5fae394 a{color: rgba(74, 74, 74, 1);}#ab274ae503a2a43 , #ab274ae503a2a43 a{color: rgba(74, 74, 74, 1);}#a65bba2725a3490 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a65bba2725a3490  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aba31a2910a5306 , #aba31a2910a5306 a{color: rgba(74, 74, 74, 1);}#a8673ac999a7650 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ae229a6f52aa42b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae229a6f52aa42b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a237da8be0a4c92 , #a237da8be0a4c92 a{color: rgba(74, 74, 74, 1);}#aaed1a8139a474c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaed1a8139a474c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a98b0a00dda4ef3 , #a98b0a00dda4ef3 a{color: rgba(74, 74, 74, 1);}#a8552ac999a1e80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8552ac999a1e80  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7d20a0f0eaf93b , #a7d20a0f0eaf93b a{color: rgba(74, 74, 74, 1);}#a04f6af086aacbc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a04f6af086aacbc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a71c3a8871a9bf2 , #a71c3a8871a9bf2 a{color: rgba(74, 74, 74, 1);}#a39aaa04dfab174 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a39aaa04dfab174  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8062a39d7ada04 , #a8062a39d7ada04 a{color: rgba(74, 74, 74, 1);}#a2c1da9eb0aebdb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c1da9eb0aebdb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a95bca6679ac04b , #a95bca6679ac04b a{color: rgba(74, 74, 74, 1);}#acfa1aaf35a4c36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acfa1aaf35a4c36  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab3faa28ceaea9b , #ab3faa28ceaea9b a{color: rgba(74, 74, 74, 1);}#af1efa7878aff0f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#acc24aa6d1a3b06 , #acc24aa6d1a3b06 a{color: rgba(255, 255, 255, 1);}#a365ca5cccaf1c6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a39bba6c0fad951 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a39bba6c0fad951 .marquee-wrap > .str_move {
  cursor: text;
}
#a39bba6c0fad951 .marquee-wrap:hover {
  background: #fafafa;
}
#a39bba6c0fad951 .marquee-wrap .content {
  position: absolute;
}
#a39bba6c0fad951 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a39bba6c0fad951 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afa41a65d8a04a6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0f3bad6f2a269c , #a0f3bad6f2a269c a{color: rgba(255, 255, 255, 1);}#ab73ea7a33a4363 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a22dba35fea8194 .uk-navbar-item,
#a22dba35fea8194 .uk-navbar-nav > li > a,
#a22dba35fea8194 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a22dba35fea8194 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a22dba35fea8194 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a22dba35fea8194 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a22dba35fea8194 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a22dba35fea8194 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a22dba35fea8194 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a22dba35fea8194 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a22dba35fea8194 .logo {
  display: inline-block;
}
#a22dba35fea8194 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a22dba35fea8194 .ap-header-top {
    padding: 15px 10px;
  }
}
#ac31ca68e4ab5d5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a9d6faefafae8a9 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a416ea7f02ae76c > .ele-wrap {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: 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: none;}#aa2a3aed6ea61ee > .ele-wrap {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: 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;}#a30b9ab47baeee7 , #a30b9ab47baeee7 a{color: rgba(0, 91, 172, 1);}#a3a98a5001a95c0 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1dc7a8db1a22eb > .ele-wrap {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: 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;}#a1874a0b19a7552 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1874a0b19a7552  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af31eab2d1a07c5 , #af31eab2d1a07c5 a{color: rgba(74, 74, 74, 1);}#a22a0a54d2ac831 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a22a0a54d2ac831  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afc4eab22ea7337 , #afc4eab22ea7337 a{color: rgba(74, 74, 74, 1);}#a4003aa446af9ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4003aa446af9ad  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0275ad7eca5fec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0275ad7eca5fec  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8844a2159ac098 , #a8844a2159ac098 a{color: rgba(74, 74, 74, 1);}#aa1bfa32feac3e7 , #aa1bfa32feac3e7 a{color: rgba(74, 74, 74, 1);}#a086ba2d93a95bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a086ba2d93a95bf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a11f0ae310aff59 , #a11f0ae310aff59 a{color: rgba(74, 74, 74, 1);}#a6d45a30e2a81e2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ab4a8adad9ae65f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab4a8adad9ae65f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a39eba6cd4a3dab , #a39eba6cd4a3dab a{color: rgba(74, 74, 74, 1);}#a6633a0376ae9b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6633a0376ae9b9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1f02aa327ace41 , #a1f02aa327ace41 a{color: rgba(74, 74, 74, 1);}#a1f12a2175a2457 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f12a2175a2457  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0479a4f90ab20a , #a0479a4f90ab20a a{color: rgba(74, 74, 74, 1);}#ad59ba20f3a233f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad59ba20f3a233f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae53ea888aa82c7 , #ae53ea888aa82c7 a{color: rgba(74, 74, 74, 1);}#a34c8a21d0a8f89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a34c8a21d0a8f89  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2aaaaeae1a64bb , #a2aaaaeae1a64bb a{color: rgba(74, 74, 74, 1);}#a368ca8d77a872b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a368ca8d77a872b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a82d4ac36aac878 , #a82d4ac36aac878 a{color: rgba(74, 74, 74, 1);}#a2328a7669a3e63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2328a7669a3e63  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a25d8ac7eda2949 , #a25d8ac7eda2949 a{color: rgba(74, 74, 74, 1);}#a0ec8ae792a65ce > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a43c7aba07a48a1 , #a43c7aba07a48a1 a{color: rgba(255, 255, 255, 1);}#af49aa6e6fa4a9b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2d4ca2b64a2a71 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a2d4ca2b64a2a71 .marquee-wrap > .str_move {
  cursor: text;
}
#a2d4ca2b64a2a71 .marquee-wrap:hover {
  background: #fafafa;
}
#a2d4ca2b64a2a71 .marquee-wrap .content {
  position: absolute;
}
#a2d4ca2b64a2a71 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2d4ca2b64a2a71 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a59eea7bc0aaf13 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a57e4aa7e1a304d , #a57e4aa7e1a304d a{color: rgba(255, 255, 255, 1);}#af303a9bf5a7fba [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ad64fae59eaf38b .uk-navbar-item,
#ad64fae59eaf38b .uk-navbar-nav > li > a,
#ad64fae59eaf38b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad64fae59eaf38b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad64fae59eaf38b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad64fae59eaf38b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad64fae59eaf38b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ad64fae59eaf38b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad64fae59eaf38b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ad64fae59eaf38b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad64fae59eaf38b .logo {
  display: inline-block;
}
#ad64fae59eaf38b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad64fae59eaf38b .ap-header-top {
    padding: 15px 10px;
  }
}
#af379aa87dad07e .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a79d9ab4edab2b6 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a00aaa9738a6243 > .ele-wrap {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: 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: none;}#a152ca1eb8a95d7 > .ele-wrap {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: 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;}#ac6c7a9de0a5bd5 , #ac6c7a9de0a5bd5 a{color: rgba(0, 91, 172, 1);}#a852da892ca93c3 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af212aa61aa2d0d > .ele-wrap {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: 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;}#a8440acbbba3c16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8440acbbba3c16  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ad4a4c8da1542 , #a2ad4a4c8da1542 a{color: rgba(74, 74, 74, 1);}#a0400adc1fa332b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0400adc1fa332b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae59da7554a4486 , #ae59da7554a4486 a{color: rgba(74, 74, 74, 1);}#ada50a7cf3a1c8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ada50a7cf3a1c8d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a769ea5fc1a7f99 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a769ea5fc1a7f99  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a90a1a424fa1a86 , #a90a1a424fa1a86 a{color: rgba(74, 74, 74, 1);}#af117a0bfea5a45 , #af117a0bfea5a45 a{color: rgba(74, 74, 74, 1);}#ae562af0aaa6c6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae562af0aaa6c6c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a48c1ab891a51b9 , #a48c1ab891a51b9 a{color: rgba(74, 74, 74, 1);}#a0973a8f8fabcbd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a30b1af57ba904a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a30b1af57ba904a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa92aa0d85a7856 , #aa92aa0d85a7856 a{color: rgba(74, 74, 74, 1);}#aac68a8c17a3a25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac68a8c17a3a25  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a38f3ac8f4a3001 , #a38f3ac8f4a3001 a{color: rgba(74, 74, 74, 1);}#a9833a2aa9a673e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9833a2aa9a673e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aae0ba924dab210 , #aae0ba924dab210 a{color: rgba(74, 74, 74, 1);}#aceeda32e1a82b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aceeda32e1a82b3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae6f1a2e8ba0b06 , #ae6f1a2e8ba0b06 a{color: rgba(74, 74, 74, 1);}#a7f13aa8eea3ee9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7f13aa8eea3ee9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a54caa748da5ded , #a54caa748da5ded a{color: rgba(74, 74, 74, 1);}#a01b3a35a0ac9c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a01b3a35a0ac9c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f9daf990a5a59 , #a9f9daf990a5a59 a{color: rgba(74, 74, 74, 1);}#a7cada2a8ca2d6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7cada2a8ca2d6a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9a51a7623aef07 , #a9a51a7623aef07 a{color: rgba(74, 74, 74, 1);}#a4b96a3ba6a8bca > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab514a038ca9391 , #ab514a038ca9391 a{color: rgba(255, 255, 255, 1);}#a6157a23b8a14f4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3e23a4158a67a3 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3e23a4158a67a3 .marquee-wrap > .str_move {
  cursor: text;
}
#a3e23a4158a67a3 .marquee-wrap:hover {
  background: #fafafa;
}
#a3e23a4158a67a3 .marquee-wrap .content {
  position: absolute;
}
#a3e23a4158a67a3 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3e23a4158a67a3 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a70c0aa3fca033f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ace03a4447a26bf , #ace03a4447a26bf a{color: rgba(255, 255, 255, 1);}#ae973a049fae83c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a948fa40a5aaa67 .uk-navbar-item,
#a948fa40a5aaa67 .uk-navbar-nav > li > a,
#a948fa40a5aaa67 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a948fa40a5aaa67 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a948fa40a5aaa67 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a948fa40a5aaa67 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a948fa40a5aaa67 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a948fa40a5aaa67 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a948fa40a5aaa67 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a948fa40a5aaa67 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a948fa40a5aaa67 .logo {
  display: inline-block;
}
#a948fa40a5aaa67 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a948fa40a5aaa67 .ap-header-top {
    padding: 15px 10px;
  }
}
#a37d4ac0a9a311a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a4654a0891a2953 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac916aabf8a982a > .ele-wrap {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: 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: none;}#a7459a6ff9a970d > .ele-wrap {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: 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;}#a6178a6eceab956 , #a6178a6eceab956 a{color: rgba(0, 91, 172, 1);}#ae9c2a23cea7627 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ada35a505da1aa8 > .ele-wrap {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: 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;}#a0e41a4a30a4e9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0e41a4a30a4e9c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0dd7a6765a548b , #a0dd7a6765a548b a{color: rgba(74, 74, 74, 1);}#a31baa8640ae60e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a31baa8640ae60e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8097a96c6ad6a1 , #a8097a96c6ad6a1 a{color: rgba(74, 74, 74, 1);}#a6d2ba0678af7c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6d2ba0678af7c8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab8c6a32e4ae906 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8c6a32e4ae906  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad8d7a13a9ad2e6 , #ad8d7a13a9ad2e6 a{color: rgba(74, 74, 74, 1);}#ac3edab246ac951 , #ac3edab246ac951 a{color: rgba(74, 74, 74, 1);}#abeb7a569aa7816 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abeb7a569aa7816  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af72da8e2faffe5 , #af72da8e2faffe5 a{color: rgba(74, 74, 74, 1);}#a2bf8a8cd4a8857 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ace4ba1109a027c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ace4ba1109a027c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a52daa9400a318d , #a52daa9400a318d a{color: rgba(74, 74, 74, 1);}#aaa20acd39a35dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aaa20acd39a35dd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad709a8600a6bf6 , #ad709a8600a6bf6 a{color: rgba(74, 74, 74, 1);}#a8285adfdea05df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8285adfdea05df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a561dafeb9a8dc0 , #a561dafeb9a8dc0 a{color: rgba(74, 74, 74, 1);}#a648cafe2da81d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a648cafe2da81d0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af24ca6bdeadf98 , #af24ca6bdeadf98 a{color: rgba(74, 74, 74, 1);}#a2aada9fefaa8d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2aada9fefaa8d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5150a8f9da8156 , #a5150a8f9da8156 a{color: rgba(74, 74, 74, 1);}#a31cda7b95a5788 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a31cda7b95a5788  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa79fadd2fac778 , #aa79fadd2fac778 a{color: rgba(74, 74, 74, 1);}#a61feab298a2e6a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a61feab298a2e6a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abaa0a8ca7a8a5b , #abaa0a8ca7a8a5b a{color: rgba(74, 74, 74, 1);}#a9764ad348a4565 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8b9ea2628a757d , #a8b9ea2628a757d a{color: rgba(255, 255, 255, 1);}#a7a87a0426a0909 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a9bdcac79ea71d3 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a9bdcac79ea71d3 .marquee-wrap > .str_move {
  cursor: text;
}
#a9bdcac79ea71d3 .marquee-wrap:hover {
  background: #fafafa;
}
#a9bdcac79ea71d3 .marquee-wrap .content {
  position: absolute;
}
#a9bdcac79ea71d3 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9bdcac79ea71d3 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab4bda503ba7d39 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7660a52aaaf05d , #a7660a52aaaf05d a{color: rgba(255, 255, 255, 1);}#a2928ad104abe40 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a32d4a824ca7547 .uk-navbar-item,
#a32d4a824ca7547 .uk-navbar-nav > li > a,
#a32d4a824ca7547 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a32d4a824ca7547 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a32d4a824ca7547 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a32d4a824ca7547 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a32d4a824ca7547 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a32d4a824ca7547 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a32d4a824ca7547 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a32d4a824ca7547 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a32d4a824ca7547 .logo {
  display: inline-block;
}
#a32d4a824ca7547 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a32d4a824ca7547 .ap-header-top {
    padding: 15px 10px;
  }
}
#a7542add09a2a09 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#abedfaada4a5f42 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a4a87abf93a174b > .ele-wrap {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: 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: none;}#aab1ba38c3afc5b > .ele-wrap {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: 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;}#ac77da973fa9bf1 , #ac77da973fa9bf1 a{color: rgba(0, 91, 172, 1);}#a33e9a3f8ca4055 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a34dbaa48eab350 > .ele-wrap {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: 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;}#a9d26a2b65a7cef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9d26a2b65a7cef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aacd6a1d18a5587 , #aacd6a1d18a5587 a{color: rgba(74, 74, 74, 1);}#a0ebcaee15ab2eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0ebcaee15ab2eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0589a1f28a0237 , #a0589a1f28a0237 a{color: rgba(74, 74, 74, 1);}#aa6d6a7a92a77ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6d6a7a92a77ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8ca4a9e49a2161 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8ca4a9e49a2161  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a83c0a2e6ea01d9 , #a83c0a2e6ea01d9 a{color: rgba(74, 74, 74, 1);}#a11aaae43fa4bee , #a11aaae43fa4bee a{color: rgba(74, 74, 74, 1);}#ab970aff2ba9740 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab970aff2ba9740  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3861af130a0215 , #a3861af130a0215 a{color: rgba(74, 74, 74, 1);}#acd7ca2bd3a5a9d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac2fda330ca0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac2fda330ca0c93  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a43a2a7cc1ab13d , #a43a2a7cc1ab13d a{color: rgba(74, 74, 74, 1);}#a6446acb87aedaa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6446acb87aedaa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeea2a2872a758b , #aeea2a2872a758b a{color: rgba(74, 74, 74, 1);}#ad00aaccd4a8442 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad00aaccd4a8442  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7756a425fa1565 , #a7756a425fa1565 a{color: rgba(74, 74, 74, 1);}#aecdfaf24ca73bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aecdfaf24ca73bf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e20a26adaeb3e , #a0e20a26adaeb3e a{color: rgba(74, 74, 74, 1);}#a735eaa42fa03a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a735eaa42fa03a7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a75c0afb03a94a8 , #a75c0afb03a94a8 a{color: rgba(74, 74, 74, 1);}#a7914ace66a1234 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7914ace66a1234  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1153adae4a05da , #a1153adae4a05da a{color: rgba(74, 74, 74, 1);}#a0676a8072ad1f0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0676a8072ad1f0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a576fa0e87a1a13 , #a576fa0e87a1a13 a{color: rgba(74, 74, 74, 1);}#adec8a5192afd3f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adea9adf64a7c2b , #adea9adf64a7c2b a{color: rgba(255, 255, 255, 1);}#ab273a2ea5a55ac > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af19aaa312a8849 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#af19aaa312a8849 .marquee-wrap > .str_move {
  cursor: text;
}
#af19aaa312a8849 .marquee-wrap:hover {
  background: #fafafa;
}
#af19aaa312a8849 .marquee-wrap .content {
  position: absolute;
}
#af19aaa312a8849 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af19aaa312a8849 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac96daa8fca023e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab5f6a7cc9af0f5 , #ab5f6a7cc9af0f5 a{color: rgba(255, 255, 255, 1);}#acd45ad4b6ab45d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a22cca21a4a3aa7 .uk-navbar-item,
#a22cca21a4a3aa7 .uk-navbar-nav > li > a,
#a22cca21a4a3aa7 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a22cca21a4a3aa7 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a22cca21a4a3aa7 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a22cca21a4a3aa7 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a22cca21a4a3aa7 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a22cca21a4a3aa7 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a22cca21a4a3aa7 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a22cca21a4a3aa7 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a22cca21a4a3aa7 .logo {
  display: inline-block;
}
#a22cca21a4a3aa7 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a22cca21a4a3aa7 .ap-header-top {
    padding: 15px 10px;
  }
}
#ac082a066caa959 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a8843a3560a4dd2 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a961cab21ca6627 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8287a5552a0782 > .ele-wrap {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: 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: none;}#a6ebba70a3a4fdd > .ele-wrap {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: 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;}#a0e86a7138a9d77 , #a0e86a7138a9d77 a{color: rgba(0, 91, 172, 1);}#a31f7a15eea3f85 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5b00a23e6a8259 > .ele-wrap {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: 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;}#a78e0a4d86a82fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a78e0a4d86a82fd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaf86aa7efa1b72 , #aaf86aa7efa1b72 a{color: rgba(74, 74, 74, 1);}#aa5efab63aa227b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa5efab63aa227b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#acdbfa054aa8a1f , #acdbfa054aa8a1f a{color: rgba(74, 74, 74, 1);}#a5a96ab4a8a2ffd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5a96ab4a8a2ffd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9b09a1730a0746 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9b09a1730a0746  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a45eaa3a86aa799 , #a45eaa3a86aa799 a{color: rgba(74, 74, 74, 1);}#aeecaa1c23ac949 , #aeecaa1c23ac949 a{color: rgba(74, 74, 74, 1);}#adf29a1e69acf69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf29a1e69acf69  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a87caa64fbab8c2 , #a87caa64fbab8c2 a{color: rgba(74, 74, 74, 1);}#a3526a6660a8a2c > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac463ae856a84d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac463ae856a84d7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5a15a2387aa8a2 , #a5a15a2387aa8a2 a{color: rgba(74, 74, 74, 1);}#a3d31a63c6ab250 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3d31a63c6ab250  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a84d0aa21aa754f , #a84d0aa21aa754f a{color: rgba(74, 74, 74, 1);}#a41bfa75d6a64b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a41bfa75d6a64b8  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a983ca3fada0fca , #a983ca3fada0fca a{color: rgba(74, 74, 74, 1);}#a7884a14c5a6b04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7884a14c5a6b04  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5988ab89ca29f3 , #a5988ab89ca29f3 a{color: rgba(74, 74, 74, 1);}#aa337a53e9ababe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa337a53e9ababe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1824a5371aa8ca , #a1824a5371aa8ca a{color: rgba(74, 74, 74, 1);}#ab8b7a2668a217e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab8b7a2668a217e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0fa8a427fae54a , #a0fa8a427fae54a a{color: rgba(74, 74, 74, 1);}#acdd7a355ea5f96 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acdd7a355ea5f96  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8097a6b64a39c3 , #a8097a6b64a39c3 a{color: rgba(74, 74, 74, 1);}#a104ba05e7a07bd > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a11f7a1376a62cf , #a11f7a1376a62cf a{color: rgba(255, 255, 255, 1);}#aa1beaee45a316f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a43aea72ccacd6a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a43aea72ccacd6a .marquee-wrap > .str_move {
  cursor: text;
}
#a43aea72ccacd6a .marquee-wrap:hover {
  background: #fafafa;
}
#a43aea72ccacd6a .marquee-wrap .content {
  position: absolute;
}
#a43aea72ccacd6a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a43aea72ccacd6a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1f60a32eca91d3 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4e1ba8111a560d , #a4e1ba8111a560d a{color: rgba(255, 255, 255, 1);}#a3428aa366aaa2b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5706a3120a1399 .uk-navbar-item,
#a5706a3120a1399 .uk-navbar-nav > li > a,
#a5706a3120a1399 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5706a3120a1399 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5706a3120a1399 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5706a3120a1399 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5706a3120a1399 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5706a3120a1399 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5706a3120a1399 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5706a3120a1399 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5706a3120a1399 .logo {
  display: inline-block;
}
#a5706a3120a1399 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5706a3120a1399 .ap-header-top {
    padding: 15px 10px;
  }
}
#a3b04a3399a4932 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7458a6421a3876 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8ef7aad73a98cb .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a0d8ba1565a1ed4 > .ele-wrap {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: 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: none;}#ab192a0c25a77d0 > .ele-wrap {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: 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;}#a4983ad4c8a9234 , #a4983ad4c8a9234 a{color: rgba(0, 91, 172, 1);}#aaa36ab64da3be5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a79aaa02c9ad200 > .ele-wrap {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: 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;}#ae67caa9ffad152 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae67caa9ffad152  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8e67afa8da2bf5 , #a8e67afa8da2bf5 a{color: rgba(74, 74, 74, 1);}#afa83a8614ae0fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afa83a8614ae0fa  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a77a1a6e18a4709 , #a77a1a6e18a4709 a{color: rgba(74, 74, 74, 1);}#aa29ca3a38a33fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa29ca3a38a33fc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1f5ca3666a5515 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1f5ca3666a5515  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a03e4a589dad8a0 , #a03e4a589dad8a0 a{color: rgba(74, 74, 74, 1);}#a6236adfc9a8338 , #a6236adfc9a8338 a{color: rgba(74, 74, 74, 1);}#af833ae6fcae8da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af833ae6fcae8da  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a86d7a4d7aafe4e , #a86d7a4d7aafe4e a{color: rgba(74, 74, 74, 1);}#acd90a6d10a5d5d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#adc72a4e48a9e9f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adc72a4e48a9e9f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1eb9a45c4a5451 , #a1eb9a45c4a5451 a{color: rgba(74, 74, 74, 1);}#ae1abab256ac29a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae1abab256ac29a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac4c8a0e0cab6f6 , #ac4c8a0e0cab6f6 a{color: rgba(74, 74, 74, 1);}#a2c08a44aea57fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c08a44aea57fe  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac478ad0eea6c81 , #ac478ad0eea6c81 a{color: rgba(74, 74, 74, 1);}#a3e0aaab53ae5d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3e0aaab53ae5d5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a25ada9b43a3cc4 , #a25ada9b43a3cc4 a{color: rgba(74, 74, 74, 1);}#ab2a0aded0ad6ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab2a0aded0ad6ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4610a3202a838a , #a4610a3202a838a a{color: rgba(74, 74, 74, 1);}#a184ea9e00a3ce1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a184ea9e00a3ce1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aef66a8a03ac1a9 , #aef66a8a03ac1a9 a{color: rgba(74, 74, 74, 1);}#ab5a9ab0a6a53ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab5a9ab0a6a53ee  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab904aa9a3aab03 , #ab904aa9a3aab03 a{color: rgba(74, 74, 74, 1);}#a110da0e32aa702 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a7412a1d9daff73 , #a7412a1d9daff73 a{color: rgba(255, 255, 255, 1);}#ab1eba00aca0b0a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0b99af3efa467b .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a0b99af3efa467b .marquee-wrap > .str_move {
  cursor: text;
}
#a0b99af3efa467b .marquee-wrap:hover {
  background: #fafafa;
}
#a0b99af3efa467b .marquee-wrap .content {
  position: absolute;
}
#a0b99af3efa467b .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0b99af3efa467b .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a050da695fac7c4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af489a1709a75f4 , #af489a1709a75f4 a{color: rgba(255, 255, 255, 1);}#a9e23a7e3da169c [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a112fab892aee16 .uk-navbar-item,
#a112fab892aee16 .uk-navbar-nav > li > a,
#a112fab892aee16 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a112fab892aee16 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a112fab892aee16 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a112fab892aee16 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a112fab892aee16 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a112fab892aee16 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a112fab892aee16 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a112fab892aee16 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a112fab892aee16 .logo {
  display: inline-block;
}
#a112fab892aee16 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a112fab892aee16 .ap-header-top {
    padding: 15px 10px;
  }
}
#ab41cae08ba9557 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#add8bad0bfae743 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5217ab522ad397 > .ele-wrap {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: 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: none;}#ad945a65f7a1e6c > .ele-wrap {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: 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;}#a426ea1ac5a953b , #a426ea1ac5a953b a{color: rgba(0, 91, 172, 1);}#ab49ea6887a805d > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a959ca94dca3794 > .ele-wrap {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: 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;}#ab937a2347ab30f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab937a2347ab30f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9ec3a8c30afee7 , #a9ec3a8c30afee7 a{color: rgba(74, 74, 74, 1);}#a4914acf64ad904 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4914acf64ad904  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a66e5a95b6a6f26 , #a66e5a95b6a6f26 a{color: rgba(74, 74, 74, 1);}#a3fa8aa823a6201 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3fa8aa823a6201  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a527bad9bda85bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a527bad9bda85bf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a73f3a5217a8cdc , #a73f3a5217a8cdc a{color: rgba(74, 74, 74, 1);}#ab9dfaf0d8a5042 , #ab9dfaf0d8a5042 a{color: rgba(74, 74, 74, 1);}#a4d6ba95b0af312 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4d6ba95b0af312  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8864a824fa4493 , #a8864a824fa4493 a{color: rgba(74, 74, 74, 1);}#a5660a5946a02e2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac809af80fa1a4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac809af80fa1a4f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afb22a9e11a7368 , #afb22a9e11a7368 a{color: rgba(74, 74, 74, 1);}#a7cc6af25da5d5b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7cc6af25da5d5b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ee8ab197a6af6 , #a2ee8ab197a6af6 a{color: rgba(74, 74, 74, 1);}#aac05abe5eac6f6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac05abe5eac6f6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5efbaa769acdd0 , #a5efbaa769acdd0 a{color: rgba(74, 74, 74, 1);}#adf1daf020a2044 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adf1daf020a2044  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae34aa4be5afde7 , #ae34aa4be5afde7 a{color: rgba(74, 74, 74, 1);}#af036ab928a6c5d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af036ab928a6c5d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a627ba40a6ab1f9 , #a627ba40a6ab1f9 a{color: rgba(74, 74, 74, 1);}#a08ecafa84adb58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a08ecafa84adb58  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2ccba5541a2aee , #a2ccba5541a2aee a{color: rgba(74, 74, 74, 1);}#a67a4acb11a0a71 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a67a4acb11a0a71  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9e08a54f6aef78 , #a9e08a54f6aef78 a{color: rgba(74, 74, 74, 1);}#ad18ca2eb9aa3cf > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2a9ba1b12af426 , #a2a9ba1b12af426 a{color: rgba(255, 255, 255, 1);}#a4eeda5fc8aa927 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a22d4aa607a71c2 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a22d4aa607a71c2 .marquee-wrap > .str_move {
  cursor: text;
}
#a22d4aa607a71c2 .marquee-wrap:hover {
  background: #fafafa;
}
#a22d4aa607a71c2 .marquee-wrap .content {
  position: absolute;
}
#a22d4aa607a71c2 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a22d4aa607a71c2 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a5e8ba7281a9460 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a5553aaf0aa2d3b , #a5553aaf0aa2d3b a{color: rgba(255, 255, 255, 1);}#a890ea0958ada9f [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#adbb8a093aade6f .uk-navbar-item,
#adbb8a093aade6f .uk-navbar-nav > li > a,
#adbb8a093aade6f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#adbb8a093aade6f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adbb8a093aade6f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#adbb8a093aade6f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#adbb8a093aade6f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#adbb8a093aade6f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#adbb8a093aade6f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#adbb8a093aade6f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#adbb8a093aade6f .logo {
  display: inline-block;
}
#adbb8a093aade6f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #adbb8a093aade6f .ap-header-top {
    padding: 15px 10px;
  }
}
#a37d0a2763ab305 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a3de0a6056a22e7 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aeee5a7c28a3730 > .ele-wrap {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: 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: none;}#a193cada58ad7b6 > .ele-wrap {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: 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;}#aae88a6a40a8bd0 , #aae88a6a40a8bd0 a{color: rgba(0, 91, 172, 1);}#a3bb0a571ba21dd > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a1a87a1e89a7476 > .ele-wrap {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: 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;}#ac2f5abaeda8e02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac2f5abaeda8e02  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af829a3c8fa2899 , #af829a3c8fa2899 a{color: rgba(74, 74, 74, 1);}#a220dae9dba5539 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a220dae9dba5539  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3712a1d95afc43 , #a3712a1d95afc43 a{color: rgba(74, 74, 74, 1);}#a7852ae1faab216 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7852ae1faab216  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b4ca0391af5cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7b4ca0391af5cf  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae3acac250a0696 , #ae3acac250a0696 a{color: rgba(74, 74, 74, 1);}#ac6bca0310a7571 , #ac6bca0310a7571 a{color: rgba(74, 74, 74, 1);}#a7d2daf408a1956 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7d2daf408a1956  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6d52a235ca6483 , #a6d52a235ca6483 a{color: rgba(74, 74, 74, 1);}#a576cab6c1ae441 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a4a1ead5eda765a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4a1ead5eda765a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a30c0a85beaa2b1 , #a30c0a85beaa2b1 a{color: rgba(74, 74, 74, 1);}#afac2a04c3ab051 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afac2a04c3ab051  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a037ea0a99a331a , #a037ea0a99a331a a{color: rgba(74, 74, 74, 1);}#ac407a6be6ae8ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac407a6be6ae8ad  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0e49ab697aa806 , #a0e49ab697aa806 a{color: rgba(74, 74, 74, 1);}#aa5baaa771a5863 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa5baaa771a5863  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaa20a3709a0774 , #aaa20a3709a0774 a{color: rgba(74, 74, 74, 1);}#a2c97ab61bab9a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2c97ab61bab9a3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaba2a3998aedfb , #aaba2a3998aedfb a{color: rgba(74, 74, 74, 1);}#a2adfabbb9a0980 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2adfabbb9a0980  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aacafa55daaa281 , #aacafa55daaa281 a{color: rgba(74, 74, 74, 1);}#aea47aafe2aa945 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aea47aafe2aa945  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4423ab925a6684 , #a4423ab925a6684 a{color: rgba(74, 74, 74, 1);}#a42bfac8efad25f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aae9ea6cf5a89aa , #aae9ea6cf5a89aa a{color: rgba(255, 255, 255, 1);}#aa0dda442ba56e6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac930a1858a2aa3 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ac930a1858a2aa3 .marquee-wrap > .str_move {
  cursor: text;
}
#ac930a1858a2aa3 .marquee-wrap:hover {
  background: #fafafa;
}
#ac930a1858a2aa3 .marquee-wrap .content {
  position: absolute;
}
#ac930a1858a2aa3 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac930a1858a2aa3 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8a73a4486a0d33 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ac7ceaa689a3079 , #ac7ceaa689a3079 a{color: rgba(255, 255, 255, 1);}#a34efa1a2aa9b07 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae50ca1d25a4a84 .uk-navbar-item,
#ae50ca1d25a4a84 .uk-navbar-nav > li > a,
#ae50ca1d25a4a84 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae50ca1d25a4a84 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae50ca1d25a4a84 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae50ca1d25a4a84 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae50ca1d25a4a84 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae50ca1d25a4a84 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae50ca1d25a4a84 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae50ca1d25a4a84 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae50ca1d25a4a84 .logo {
  display: inline-block;
}
#ae50ca1d25a4a84 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae50ca1d25a4a84 .ap-header-top {
    padding: 15px 10px;
  }
}
#a817dacd2baf045 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a7534a5baca6b61 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a45c3a4074ab45c > .ele-wrap {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: 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: none;}#a02e8a4f8ba972b > .ele-wrap {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: 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;}#a682caccc7aa7c4 , #a682caccc7aa7c4 a{color: rgba(0, 91, 172, 1);}#ab59fa7401ac5c5 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3e2aac7cdad89a > .ele-wrap {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: 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;}#a1d80a4a29ae88f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1d80a4a29ae88f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab7eea95afad847 , #ab7eea95afad847 a{color: rgba(74, 74, 74, 1);}#acf5baf8eea1806 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acf5baf8eea1806  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9f30a2a23a5553 , #a9f30a2a23a5553 a{color: rgba(74, 74, 74, 1);}#a8a2fa5fc6a6661 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8a2fa5fc6a6661  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5b9da4357a4916 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5b9da4357a4916  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7b9fa5301a5c26 , #a7b9fa5301a5c26 a{color: rgba(74, 74, 74, 1);}#aa12ca94bea9f0b , #aa12ca94bea9f0b a{color: rgba(74, 74, 74, 1);}#a97aca0a36a3ce9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a97aca0a36a3ce9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4ff6a4c79ae545 , #a4ff6a4c79ae545 a{color: rgba(74, 74, 74, 1);}#aa232a6c90a389f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a8b69ad008ac875 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8b69ad008ac875  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab1f1a8bbdac7cd , #ab1f1a8bbdac7cd a{color: rgba(74, 74, 74, 1);}#a808ea00d8a20a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a808ea00d8a20a6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6330adb8cae02d , #a6330adb8cae02d a{color: rgba(74, 74, 74, 1);}#a9ff1a5151a021b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9ff1a5151a021b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3fb9ae272a9876 , #a3fb9ae272a9876 a{color: rgba(74, 74, 74, 1);}#a63f6a8b03acef2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a63f6a8b03acef2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1ef2a37d7acc41 , #a1ef2a37d7acc41 a{color: rgba(74, 74, 74, 1);}#a138fab9b5a640f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a138fab9b5a640f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1c62abd08a0a8e , #a1c62abd08a0a8e a{color: rgba(74, 74, 74, 1);}#aa10aa6409aa7a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa10aa6409aa7a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afceea7a39a3592 , #afceea7a39a3592 a{color: rgba(74, 74, 74, 1);}#a80c9a56caaed6b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a80c9a56caaed6b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6535afddea9d1b , #a6535afddea9d1b a{color: rgba(74, 74, 74, 1);}#a6fd6ad472ae10e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a216da2f4ba0490 , #a216da2f4ba0490 a{color: rgba(255, 255, 255, 1);}#a1d8ea72dfa541f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#adbe6abda0a4b77 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#adbe6abda0a4b77 .marquee-wrap > .str_move {
  cursor: text;
}
#adbe6abda0a4b77 .marquee-wrap:hover {
  background: #fafafa;
}
#adbe6abda0a4b77 .marquee-wrap .content {
  position: absolute;
}
#adbe6abda0a4b77 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#adbe6abda0a4b77 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aebf4acb91ad181 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af7d9a6bc7a84a2 , #af7d9a6bc7a84a2 a{color: rgba(255, 255, 255, 1);}#a94ccaaf34a7c80 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#af368af379a54cb .uk-navbar-item,
#af368af379a54cb .uk-navbar-nav > li > a,
#af368af379a54cb .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af368af379a54cb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af368af379a54cb .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af368af379a54cb [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af368af379a54cb .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#af368af379a54cb .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af368af379a54cb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#af368af379a54cb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af368af379a54cb .logo {
  display: inline-block;
}
#af368af379a54cb .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af368af379a54cb .ap-header-top {
    padding: 15px 10px;
  }
}
#ac008add81a2fdf .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a5cffa9b6facf60 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a14fea9442a63e0 > .ele-wrap {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: 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: none;}#a7819aaf0ba4c22 > .ele-wrap {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: 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;}#a7c1daf3ceab3a4 , #a7c1daf3ceab3a4 a{color: rgba(0, 91, 172, 1);}#a6186ae153a0b14 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aa961ad236ae59f > .ele-wrap {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: 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;}#ac7daa42bdaf5e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac7daa42bdaf5e0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4897ab04fae6ff , #a4897ab04fae6ff a{color: rgba(74, 74, 74, 1);}#ae557aa12da0e95 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae557aa12da0e95  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1e6da34e4abed6 , #a1e6da34e4abed6 a{color: rgba(74, 74, 74, 1);}#ac23ca4b9da3a16 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac23ca4b9da3a16  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3142ad4dcad507 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3142ad4dcad507  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abd12a7f6ba05fc , #abd12a7f6ba05fc a{color: rgba(74, 74, 74, 1);}#a80eaaab92ae805 , #a80eaaab92ae805 a{color: rgba(74, 74, 74, 1);}#aa7eda56d6aab90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa7eda56d6aab90  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a183cabb8eac92a , #a183cabb8eac92a a{color: rgba(74, 74, 74, 1);}#aa978a89fda51a2 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a62e3a5778a17a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a62e3a5778a17a5  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a62b3aa633a5be7 , #a62b3aa633a5be7 a{color: rgba(74, 74, 74, 1);}#ad4e7a9145a84f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad4e7a9145a84f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a858cad635a826e , #a858cad635a826e a{color: rgba(74, 74, 74, 1);}#a7e7da897aaae4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e7da897aaae4a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aeea7a4e02abdeb , #aeea7a4e02abdeb a{color: rgba(74, 74, 74, 1);}#adbeba8a33ac70e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adbeba8a33ac70e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afd3ca81b1a709e , #afd3ca81b1a709e a{color: rgba(74, 74, 74, 1);}#a4968a033fa8527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4968a033fa8527  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a29cda9e4aa8d57 , #a29cda9e4aa8d57 a{color: rgba(74, 74, 74, 1);}#a26e1a2427a01bc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a26e1a2427a01bc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a67d8a44c2a5140 , #a67d8a44c2a5140 a{color: rgba(74, 74, 74, 1);}#a9d77a1211aac98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9d77a1211aac98  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aa37fa48a8ae8d8 , #aa37fa48a8ae8d8 a{color: rgba(74, 74, 74, 1);}#af78fa335da6580 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#af60fae440ac3a1 , #af60fae440ac3a1 a{color: rgba(255, 255, 255, 1);}#af70ea9084a31a6 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a8ef0ab440a6df0 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a8ef0ab440a6df0 .marquee-wrap > .str_move {
  cursor: text;
}
#a8ef0ab440a6df0 .marquee-wrap:hover {
  background: #fafafa;
}
#a8ef0ab440a6df0 .marquee-wrap .content {
  position: absolute;
}
#a8ef0ab440a6df0 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8ef0ab440a6df0 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1f6baecd4a1bc1 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#afa03ac366a0942 , #afa03ac366a0942 a{color: rgba(255, 255, 255, 1);}#a5a7faf6b1acc9a [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#ae986aafc0af465 .uk-navbar-item,
#ae986aafc0af465 .uk-navbar-nav > li > a,
#ae986aafc0af465 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae986aafc0af465 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae986aafc0af465 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae986aafc0af465 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae986aafc0af465 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ae986aafc0af465 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae986aafc0af465 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ae986aafc0af465 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae986aafc0af465 .logo {
  display: inline-block;
}
#ae986aafc0af465 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae986aafc0af465 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae4afab9d2af4a5 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#aa1e2a9ea1a3f42 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ab44aa9087a3d27 > .ele-wrap {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: 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: none;}#a9654ab766a3b12 > .ele-wrap {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: 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;}#a9445a30f3a6c59 , #a9445a30f3a6c59 a{color: rgba(0, 91, 172, 1);}#ad99eaa56ba9e27 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#af072a16b9a1a4c > .ele-wrap {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: 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;}#adaf5ae7bea8e34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adaf5ae7bea8e34  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad85daa5e0a78b5 , #ad85daa5e0a78b5 a{color: rgba(74, 74, 74, 1);}#aad8aa410ca0523 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aad8aa410ca0523  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7967af197ab2ad , #a7967af197ab2ad a{color: rgba(74, 74, 74, 1);}#aa6d2aa25aa969c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6d2aa25aa969c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a405ea8a5eabee3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a405ea8a5eabee3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5f48a1c0bab4a9 , #a5f48a1c0bab4a9 a{color: rgba(74, 74, 74, 1);}#ab171a0899a5635 , #ab171a0899a5635 a{color: rgba(74, 74, 74, 1);}#ae049aaa7da522e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae049aaa7da522e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0215a3198ae377 , #a0215a3198ae377 a{color: rgba(74, 74, 74, 1);}#a84aaad727a6548 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#afd89a4c57ad50b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afd89a4c57ad50b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f29aafe9aaa28 , #a0f29aafe9aaa28 a{color: rgba(74, 74, 74, 1);}#a645fab773ad997 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a645fab773ad997  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9be2a4111a12f3 , #a9be2a4111a12f3 a{color: rgba(74, 74, 74, 1);}#aed4cab0c5a0a8e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aed4cab0c5a0a8e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a50e8a9aa9a7678 , #a50e8a9aa9a7678 a{color: rgba(74, 74, 74, 1);}#a4be7a57e3a9210 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4be7a57e3a9210  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af8bdab28baeff9 , #af8bdab28baeff9 a{color: rgba(74, 74, 74, 1);}#a5c62ab756a8472 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5c62ab756a8472  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9e9a327aa615b , #ad9e9a327aa615b a{color: rgba(74, 74, 74, 1);}#ae3ceaa62da9a7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae3ceaa62da9a7f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aee8eaa1f8a2d92 , #aee8eaa1f8a2d92 a{color: rgba(74, 74, 74, 1);}#a4c7baf8c9a55ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4c7baf8c9a55ef  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aaf0ea91cda4c19 , #aaf0ea91cda4c19 a{color: rgba(74, 74, 74, 1);}#a456ca9321a41c7 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a54aea647aa5e0d , #a54aea647aa5e0d a{color: rgba(255, 255, 255, 1);}#ad92da51f5a038d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a3766af83cab632 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a3766af83cab632 .marquee-wrap > .str_move {
  cursor: text;
}
#a3766af83cab632 .marquee-wrap:hover {
  background: #fafafa;
}
#a3766af83cab632 .marquee-wrap .content {
  position: absolute;
}
#a3766af83cab632 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a3766af83cab632 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a872aa4672a256d > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1485a606aaa39a , #a1485a606aaa39a a{color: rgba(255, 255, 255, 1);}#a193ba953ba0c2b [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a9608a98bbad06c .uk-navbar-item,
#a9608a98bbad06c .uk-navbar-nav > li > a,
#a9608a98bbad06c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9608a98bbad06c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9608a98bbad06c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9608a98bbad06c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9608a98bbad06c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a9608a98bbad06c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9608a98bbad06c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a9608a98bbad06c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9608a98bbad06c .logo {
  display: inline-block;
}
#a9608a98bbad06c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9608a98bbad06c .ap-header-top {
    padding: 15px 10px;
  }
}
#a033ca0134ad9b0 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ab7cda60c3a7f1a .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aead5a193ca9d99 > .ele-wrap {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: 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: none;}#a23e9a63b8ad62d > .ele-wrap {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: 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;}#a07d7a9d18a6ea6 , #a07d7a9d18a6ea6 a{color: rgba(0, 91, 172, 1);}#a9a4daac88a22ff > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a0d69af69ca06c2 > .ele-wrap {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: 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;}#ac0c1ad9b2a2a27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac0c1ad9b2a2a27  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a96e4a2494ad794 , #a96e4a2494ad794 a{color: rgba(74, 74, 74, 1);}#a52a4a3183aefda > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a52a4a3183aefda  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2af6a3657a961f , #a2af6a3657a961f a{color: rgba(74, 74, 74, 1);}#a88dba35ceabbb2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a88dba35ceabbb2  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9dda5165a7ec0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad9dda5165a7ec0  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2b5bacf77ab870 , #a2b5bacf77ab870 a{color: rgba(74, 74, 74, 1);}#a2073ad98ea6fd6 , #a2073ad98ea6fd6 a{color: rgba(74, 74, 74, 1);}#a3487a083caab6c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a3487a083caab6c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0f14ac06dadf3f , #a0f14ac06dadf3f a{color: rgba(74, 74, 74, 1);}#ac07da61fda72d9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ac7d3a8d52afaf9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac7d3a8d52afaf9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad1d7a0773a640d , #ad1d7a0773a640d a{color: rgba(74, 74, 74, 1);}#a50eaa2f58af327 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a50eaa2f58af327  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6920af917afc20 , #a6920af917afc20 a{color: rgba(74, 74, 74, 1);}#a299ea96c1a545e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a299ea96c1a545e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae5ffae4aba1d4b , #ae5ffae4aba1d4b a{color: rgba(74, 74, 74, 1);}#ad613a4a6caebde > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad613a4a6caebde  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6e6faf5d5a74c1 , #a6e6faf5d5a74c1 a{color: rgba(74, 74, 74, 1);}#aa6b2a56b5a2802 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa6b2a56b5a2802  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3614ac325a3fd4 , #a3614ac325a3fd4 a{color: rgba(74, 74, 74, 1);}#afaf0aca7eae86b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#afaf0aca7eae86b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a08bda0385a81c7 , #a08bda0385a81c7 a{color: rgba(74, 74, 74, 1);}#a1a99a7cb6a818e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1a99a7cb6a818e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6abca4751a3a73 , #a6abca4751a3a73 a{color: rgba(74, 74, 74, 1);}#a09b0a3133aa616 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a44f9a7791a50a1 , #a44f9a7791a50a1 a{color: rgba(255, 255, 255, 1);}#a0878a0769a2f0a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aece8aa34bae863 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#aece8aa34bae863 .marquee-wrap > .str_move {
  cursor: text;
}
#aece8aa34bae863 .marquee-wrap:hover {
  background: #fafafa;
}
#aece8aa34bae863 .marquee-wrap .content {
  position: absolute;
}
#aece8aa34bae863 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aece8aa34bae863 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab9e3a6817a94a0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a0bdaa8249a5d4f , #a0bdaa8249a5d4f a{color: rgba(255, 255, 255, 1);}#a20eead9e0ae5ce [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a5227a12beaaef5 .uk-navbar-item,
#a5227a12beaaef5 .uk-navbar-nav > li > a,
#a5227a12beaaef5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5227a12beaaef5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5227a12beaaef5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5227a12beaaef5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5227a12beaaef5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a5227a12beaaef5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5227a12beaaef5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a5227a12beaaef5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5227a12beaaef5 .logo {
  display: inline-block;
}
#a5227a12beaaef5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5227a12beaaef5 .ap-header-top {
    padding: 15px 10px;
  }
}
#acbafad268ac73d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#af7e7a567faacc1 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8438a1584a689f > .ele-wrap {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: 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: none;}#a02fdaa3c6aae5a > .ele-wrap {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: 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;}#a9f5ea2824a4151 , #a9f5ea2824a4151 a{color: rgba(0, 91, 172, 1);}#a7b3eaab78ac9af > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a3ab8a5bf8a9f07 > .ele-wrap {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: 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;}#ae8fea1921ac06e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ae8fea1921ac06e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aee76a07b9a1242 , #aee76a07b9a1242 a{color: rgba(74, 74, 74, 1);}#a8638ab6deaedad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a8638ab6deaedad  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0664acd60a7e5d , #a0664acd60a7e5d a{color: rgba(74, 74, 74, 1);}#a913da8e7aa9e89 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a913da8e7aa9e89  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6762ab7fbac515 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6762ab7fbac515  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad81daaa81aed3d , #ad81daaa81aed3d a{color: rgba(74, 74, 74, 1);}#acef7ae5f8ad83c , #acef7ae5f8ad83c a{color: rgba(74, 74, 74, 1);}#a2a2ca1727a2a27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a2a2ca1727a2a27  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4393a9ba6a9b3f , #a4393a9ba6a9b3f a{color: rgba(74, 74, 74, 1);}#a43f6aa721a3973 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#a58c8adbf5aaf4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a58c8adbf5aaf4b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aefa2a5f37aadf8 , #aefa2a5f37aadf8 a{color: rgba(74, 74, 74, 1);}#a02d4aa1c3a0e97 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a02d4aa1c3a0e97  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3219a66b0aad60 , #a3219a66b0aad60 a{color: rgba(74, 74, 74, 1);}#af359add3ead607 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af359add3ead607  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a672ba12dfa2073 , #a672ba12dfa2073 a{color: rgba(74, 74, 74, 1);}#aac3fa68c1acfac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aac3fa68c1acfac  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a50d3ab9f5a5736 , #a50d3ab9f5a5736 a{color: rgba(74, 74, 74, 1);}#aa133a8201ad19d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa133a8201ad19d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#adabea6b73ad103 , #adabea6b73ad103 a{color: rgba(74, 74, 74, 1);}#a25e3a02e1a0d6e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a25e3a02e1a0d6e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad508a48d0a5349 , #ad508a48d0a5349 a{color: rgba(74, 74, 74, 1);}#a1602a0bd2a060b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1602a0bd2a060b  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0546ab684a1766 , #a0546ab684a1766 a{color: rgba(74, 74, 74, 1);}#a7d2fa6e8da8599 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#aabc7aa0e9ab9a3 , #aabc7aa0e9ab9a3 a{color: rgba(255, 255, 255, 1);}#a4632a727ca50ea > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4e77a8137a8544 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4e77a8137a8544 .marquee-wrap > .str_move {
  cursor: text;
}
#a4e77a8137a8544 .marquee-wrap:hover {
  background: #fafafa;
}
#a4e77a8137a8544 .marquee-wrap .content {
  position: absolute;
}
#a4e77a8137a8544 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4e77a8137a8544 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad22cac2d6af843 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a451da389dafd03 , #a451da389dafd03 a{color: rgba(255, 255, 255, 1);}#a7192a4555af38d [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a0980a414aa70f0 .uk-navbar-item,
#a0980a414aa70f0 .uk-navbar-nav > li > a,
#a0980a414aa70f0 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0980a414aa70f0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0980a414aa70f0 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0980a414aa70f0 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0980a414aa70f0 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a0980a414aa70f0 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0980a414aa70f0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a0980a414aa70f0 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0980a414aa70f0 .logo {
  display: inline-block;
}
#a0980a414aa70f0 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0980a414aa70f0 .ap-header-top {
    padding: 15px 10px;
  }
}
#ada52aebf2a9e8d .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#afc51a2c93af948 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6c10aaba1abaa7 > .ele-wrap {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: 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: none;}#a179ea9946a2823 > .ele-wrap {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: 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;}#a2f7aad1baade6f , #a2f7aad1baade6f a{color: rgba(0, 91, 172, 1);}#addb0ac999a133c > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a7b3da3900ad446 > .ele-wrap {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: 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;}#a6a25a2db9ace47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6a25a2db9ace47  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1549a8b74acfe3 , #a1549a8b74acfe3 a{color: rgba(74, 74, 74, 1);}#a0b20a7c9fa1a38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b20a7c9fa1a38  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a34a5bf6a3af4 , #a3a34a5bf6a3af4 a{color: rgba(74, 74, 74, 1);}#a876ca9408a5669 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a876ca9408a5669  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abaa8a883ea2cc9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abaa8a883ea2cc9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a14a4a36f8a8d9a , #a14a4a36f8a8d9a a{color: rgba(74, 74, 74, 1);}#a8506a48c5a359a , #a8506a48c5a359a a{color: rgba(74, 74, 74, 1);}#af88aa7396ab98d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af88aa7396ab98d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a746ea4b8eac1db , #a746ea4b8eac1db a{color: rgba(74, 74, 74, 1);}#a3de3aad47af20f > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad920afeb2a7b20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad920afeb2a7b20  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af648a3889a608e , #af648a3889a608e a{color: rgba(74, 74, 74, 1);}#a5b40a3f54afcf1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5b40a3f54afcf1  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#add13a8810acd28 , #add13a8810acd28 a{color: rgba(74, 74, 74, 1);}#ad60bab289a276c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad60bab289a276c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2570a9583ab66e , #a2570a9583ab66e a{color: rgba(74, 74, 74, 1);}#ad256a4d4fa7f06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad256a4d4fa7f06  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a55fbaac02a4f05 , #a55fbaac02a4f05 a{color: rgba(74, 74, 74, 1);}#a0b4ba8c5ead9dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a0b4ba8c5ead9dc  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3a79ad334a7204 , #a3a79ad334a7204 a{color: rgba(74, 74, 74, 1);}#abae0a4caaafd51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abae0a4caaafd51  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abb7dad999a1208 , #abb7dad999a1208 a{color: rgba(74, 74, 74, 1);}#a5717a1a6ea8327 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5717a1a6ea8327  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abf9aa9ba9aa043 , #abf9aa9ba9aa043 a{color: rgba(74, 74, 74, 1);}#a7bffad81bab86e > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4f7ca052ba8f01 , #a4f7ca052ba8f01 a{color: rgba(255, 255, 255, 1);}#ad250a927fa5b95 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a274ca6e36afe09 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a274ca6e36afe09 .marquee-wrap > .str_move {
  cursor: text;
}
#a274ca6e36afe09 .marquee-wrap:hover {
  background: #fafafa;
}
#a274ca6e36afe09 .marquee-wrap .content {
  position: absolute;
}
#a274ca6e36afe09 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a274ca6e36afe09 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa52dac0cdac684 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a412cab1cba06d1 , #a412cab1cba06d1 a{color: rgba(255, 255, 255, 1);}#a4281a0727ad526 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a94f3a7d05a7e30 .uk-navbar-item,
#a94f3a7d05a7e30 .uk-navbar-nav > li > a,
#a94f3a7d05a7e30 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a94f3a7d05a7e30 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a94f3a7d05a7e30 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a94f3a7d05a7e30 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a94f3a7d05a7e30 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a94f3a7d05a7e30 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a94f3a7d05a7e30 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a94f3a7d05a7e30 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a94f3a7d05a7e30 .logo {
  display: inline-block;
}
#a94f3a7d05a7e30 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a94f3a7d05a7e30 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae230a93d8a7ded .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1fa9ad909af655 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#aa4f6acbcdaf47c > .ele-wrap {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: 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: none;}#aed2da0f18aa8fa > .ele-wrap {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: 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;}#a12c5ad9c0af3a2 , #a12c5ad9c0af3a2 a{color: rgba(0, 91, 172, 1);}#a13dea3d50a7126 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2796a60aaa3ff8 > .ele-wrap {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: 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;}#abafeaf267a4c4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#abafeaf267a4c4c  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af4eaa27cca668d , #af4eaa27cca668d a{color: rgba(74, 74, 74, 1);}#a7e16ae73aa39fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a7e16ae73aa39fd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a9170a0107a90ae , #a9170a0107a90ae a{color: rgba(74, 74, 74, 1);}#a4d34ae8b7aea09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a4d34ae8b7aea09  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac43da1d2baa5eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac43da1d2baa5eb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5531a9e20a56e2 , #a5531a9e20a56e2 a{color: rgba(74, 74, 74, 1);}#a751da76d1af36a , #a751da76d1af36a a{color: rgba(74, 74, 74, 1);}#aa219a0ffdade3d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#aa219a0ffdade3d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a2010a5a4ea2161 , #a2010a5a4ea2161 a{color: rgba(74, 74, 74, 1);}#aa850a0e14a095b > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#af79aa4d1da13df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af79aa4d1da13df  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ab012a838ca02ea , #ab012a838ca02ea a{color: rgba(74, 74, 74, 1);}#acf62ad6efaca69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acf62ad6efaca69  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae930a4376ab83d , #ae930a4376ab83d a{color: rgba(74, 74, 74, 1);}#a274da3f9aa22cb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a274da3f9aa22cb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a09fbaf9e4ab0e2 , #a09fbaf9e4ab0e2 a{color: rgba(74, 74, 74, 1);}#a396ba0406afcab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a396ba0406afcab  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aed76ab614a3e92 , #aed76ab614a3e92 a{color: rgba(74, 74, 74, 1);}#a5212a8065a5608 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5212a8065a5608  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a02f7a89f5a6b16 , #a02f7a89f5a6b16 a{color: rgba(74, 74, 74, 1);}#a6452a799dae082 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6452a799dae082  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a7140aa059a650d , #a7140aa059a650d a{color: rgba(74, 74, 74, 1);}#ab23eaf137a251d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ab23eaf137a251d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a10bda987ba02e9 , #a10bda987ba02e9 a{color: rgba(74, 74, 74, 1);}#a84c7ae9e8ae496 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a680fa439caae48 , #a680fa439caae48 a{color: rgba(255, 255, 255, 1);}#a2799aa7e6a5902 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a4881a08b9a7ad9 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a4881a08b9a7ad9 .marquee-wrap > .str_move {
  cursor: text;
}
#a4881a08b9a7ad9 .marquee-wrap:hover {
  background: #fafafa;
}
#a4881a08b9a7ad9 .marquee-wrap .content {
  position: absolute;
}
#a4881a08b9a7ad9 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4881a08b9a7ad9 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a4380a501aa66d9 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a194aa9ecba201b , #a194aa9ecba201b a{color: rgba(255, 255, 255, 1);}#a39aca6869a6bc9 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#a3f98ac15daf486 .uk-navbar-item,
#a3f98ac15daf486 .uk-navbar-nav > li > a,
#a3f98ac15daf486 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3f98ac15daf486 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3f98ac15daf486 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3f98ac15daf486 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3f98ac15daf486 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#a3f98ac15daf486 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3f98ac15daf486 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#a3f98ac15daf486 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3f98ac15daf486 .logo {
  display: inline-block;
}
#a3f98ac15daf486 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3f98ac15daf486 .ap-header-top {
    padding: 15px 10px;
  }
}
#ad614a4d3aa3a0a .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a41f8aa3c2ae055 .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a8f2ca49d0a4679 > .ele-wrap {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: 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: none;}#af4b1a6585ae207 > .ele-wrap {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: 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;}#aa357acd61ad8ee , #aa357acd61ad8ee a{color: rgba(0, 91, 172, 1);}#ae3fca5f36a4424 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae103ab1dba6a65 > .ele-wrap {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: 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;}#adba8a3776a140d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adba8a3776a140d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a8fbeaa712aebaa , #a8fbeaa712aebaa a{color: rgba(74, 74, 74, 1);}#a435ba140da7bd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a435ba140da7bd3  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ae083a149da8195 , #ae083a149da8195 a{color: rgba(74, 74, 74, 1);}#a1479a86d8ae464 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1479a86d8ae464  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6776a8276ae998 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a6776a8276ae998  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4099ada6da714e , #a4099ada6da714e a{color: rgba(74, 74, 74, 1);}#a64d5a0aaaa192b , #a64d5a0aaaa192b a{color: rgba(74, 74, 74, 1);}#af55ba83d1acccd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af55ba83d1acccd  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a6e95ac927acec9 , #a6e95ac927acec9 a{color: rgba(74, 74, 74, 1);}#a6befac28faefe5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#ad778a6428a6498 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad778a6428a6498  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a4a5faca48adfdb , #a4a5faca48adfdb a{color: rgba(74, 74, 74, 1);}#a98d6ab540a27ff > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a98d6ab540a27ff  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#afaffa534aaecab , #afaffa534aaecab a{color: rgba(74, 74, 74, 1);}#a715da400ca6c0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a715da400ca6c0a  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a16c8a57a1a4518 , #a16c8a57a1a4518 a{color: rgba(74, 74, 74, 1);}#a43cfa7249a53bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a43cfa7249a53bb  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad106ae156ad27d , #ad106ae156ad27d a{color: rgba(74, 74, 74, 1);}#a1bfeab562a8759 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a1bfeab562a8759  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a932ba810caefdf , #a932ba810caefdf a{color: rgba(74, 74, 74, 1);}#ad417a01aca16f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad417a01aca16f4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a35a6a3ecea54aa , #a35a6a3ecea54aa a{color: rgba(74, 74, 74, 1);}#adce3a61a2add0d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#adce3a61a2add0d  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a5405a8693a8c75 , #a5405a8693a8c75 a{color: rgba(74, 74, 74, 1);}#ac679a4cd7a2582 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a00c4ab966aed43 , #a00c4ab966aed43 a{color: rgba(255, 255, 255, 1);}#ab143ad6d7a8c91 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ab48baba3ca385a .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#ab48baba3ca385a .marquee-wrap > .str_move {
  cursor: text;
}
#ab48baba3ca385a .marquee-wrap:hover {
  background: #fafafa;
}
#ab48baba3ca385a .marquee-wrap .content {
  position: absolute;
}
#ab48baba3ca385a .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ab48baba3ca385a .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#afe63a7961a25b4 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#affe9ae627a55cb , #affe9ae627a55cb a{color: rgba(255, 255, 255, 1);}#afabeacf20aeed5 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#aca30a5d62a122e .uk-navbar-item,
#aca30a5d62a122e .uk-navbar-nav > li > a,
#aca30a5d62a122e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#aca30a5d62a122e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aca30a5d62a122e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#aca30a5d62a122e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aca30a5d62a122e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#aca30a5d62a122e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#aca30a5d62a122e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#aca30a5d62a122e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#aca30a5d62a122e .logo {
  display: inline-block;
}
#aca30a5d62a122e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #aca30a5d62a122e .ap-header-top {
    padding: 15px 10px;
  }
}
#a9835acc12a11b0 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#a1135a4533a5bdf .img-wrap {
  border-right-style: none;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac65da04c1a1db2 > .ele-wrap {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: 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: none;}#acb3ca5813a3427 > .ele-wrap {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: 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;}#a59c8a15ebaa441 , #a59c8a15ebaa441 a{color: rgba(0, 91, 172, 1);}#a3f61a4542ada2b > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a06d7a6bfaa61e4 > .ele-wrap {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: 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;}#a9e7ba1246a93d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a9e7ba1246a93d4  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a05b2a8230a756e , #a05b2a8230a756e a{color: rgba(74, 74, 74, 1);}#add32a292ca9b90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#add32a292ca9b90  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#abdf0a3b14ae32c , #abdf0a3b14ae32c a{color: rgba(74, 74, 74, 1);}#ad6e6a06c1ad0d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad6e6a06c1ad0d6  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ad9cfac7bdadc07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad9cfac7bdadc07  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a0012ac890a431a , #a0012ac890a431a a{color: rgba(74, 74, 74, 1);}#a7a6ba5d77af059 , #a7a6ba5d77af059 a{color: rgba(74, 74, 74, 1);}#ac8f2a2469aa55f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ac8f2a2469aa55f  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#aac3ca0c9bad0f2 , #aac3ca0c9bad0f2 a{color: rgba(74, 74, 74, 1);}#a0977ab9d0ad4b5 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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: solid;border-top-style: none;}#af98fa127da9b67 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#af98fa127da9b67  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a1ceea7129a21e2 , #a1ceea7129a21e2 a{color: rgba(74, 74, 74, 1);}#ad430ac947a6a91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad430ac947a6a91  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a28dca1dc5ac19e , #a28dca1dc5ac19e a{color: rgba(74, 74, 74, 1);}#acd64aa42ca4fd9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#acd64aa42ca4fd9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a3130a96e6ac067 , #a3130a96e6ac067 a{color: rgba(74, 74, 74, 1);}#a469fac690a82c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a469fac690a82c9  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac98fafa0faea1d , #ac98fafa0faea1d a{color: rgba(74, 74, 74, 1);}#ad913a0362abe9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#ad913a0362abe9e  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#af60aa14b4a423d , #af60aa14b4a423d a{color: rgba(74, 74, 74, 1);}#a90aba29f0afc94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a90aba29f0afc94  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#a489caee76a8538 , #a489caee76a8538 a{color: rgba(74, 74, 74, 1);}#a5e46ab6ffabff7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(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: dashed;border-top-style: none;}#a5e46ab6ffabff7  > .ele-wrap:hover {background-color: rgba(0, 91, 172, 1);}#ac9f4abc33a6c6e , #ac9f4abc33a6c6e a{color: rgba(74, 74, 74, 1);}#a49adac88ca9e44 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a2f32a4507a5d8f , #a2f32a4507a5d8f a{color: rgba(255, 255, 255, 1);}#a6d0fa948aa223a > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#a1cb8a0845aa239 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a1cb8a0845aa239 .marquee-wrap > .str_move {
  cursor: text;
}
#a1cb8a0845aa239 .marquee-wrap:hover {
  background: #fafafa;
}
#a1cb8a0845aa239 .marquee-wrap .content {
  position: absolute;
}
#a1cb8a0845aa239 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1cb8a0845aa239 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 58px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad642a58f9ad3f0 > .ele-wrap {background-color: rgba(0, 91, 172, 1);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;}#ad6faac6b2a156e , #ad6faac6b2a156e a{color: rgba(255, 255, 255, 1);}#a3e2aae4b5a7156 [data-item="undefined"] {color: rgba(74, 74, 74, 1);}#abd9eaa3efa3dfe .uk-navbar-item,
#abd9eaa3efa3dfe .uk-navbar-nav > li > a,
#abd9eaa3efa3dfe .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#abd9eaa3efa3dfe .ap-search-form {
  display: inline-block;
  width: 100%;
}
#abd9eaa3efa3dfe .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#abd9eaa3efa3dfe [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abd9eaa3efa3dfe .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#abd9eaa3efa3dfe .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#abd9eaa3efa3dfe .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#abd9eaa3efa3dfe .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#abd9eaa3efa3dfe .logo {
  display: inline-block;
}
#abd9eaa3efa3dfe .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #abd9eaa3efa3dfe .ap-header-top {
    padding: 15px 10px;
  }
}
#a7c67a16bea3b3e {
  min-height: 90vh;
  /* mobile */
}
#a7c67a16bea3b3e .search-highlight {
  background: yellow;
}
#a7c67a16bea3b3e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a7c67a16bea3b3e .el-title {
  margin-bottom: 20px;
}
#a7c67a16bea3b3e .el-item:hover .el-title {
  color: #0f6ecd;
}
#a7c67a16bea3b3e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7c67a16bea3b3e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7c67a16bea3b3e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7c67a16bea3b3e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7c67a16bea3b3e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7c67a16bea3b3e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7c67a16bea3b3e .el-title {
    margin-bottom: 0;
  }
  #a7c67a16bea3b3e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7c67a16bea3b3e .category {
    font-size: 12px;
  }
  #a7c67a16bea3b3e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2210af44ba7681 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#acea3a8b90ae625 {
  /* 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------------------------*/
}
#acea3a8b90ae625 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acea3a8b90ae625 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acea3a8b90ae625 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acea3a8b90ae625 .error .clip:nth-of-type(1) .shadow,
#acea3a8b90ae625 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acea3a8b90ae625 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acea3a8b90ae625 .error h2 {
  font-size: 32px;
}
#acea3a8b90ae625 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acea3a8b90ae625 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acea3a8b90ae625 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acea3a8b90ae625 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acea3a8b90ae625 .error .clip .shadow {
  overflow: hidden;
}
#acea3a8b90ae625 .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);
}
#acea3a8b90ae625 .error .clip:nth-of-type(3) .shadow:after,
#acea3a8b90ae625 .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%;
}
#acea3a8b90ae625 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acea3a8b90ae625 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acea3a8b90ae625 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acea3a8b90ae625 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acea3a8b90ae625 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acea3a8b90ae625 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acea3a8b90ae625 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acea3a8b90ae625 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acea3a8b90ae625 {
    /* Error Page */
    /* Error Page */
  }
  #acea3a8b90ae625 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acea3a8b90ae625 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acea3a8b90ae625 .error .clip:nth-of-type(1) .shadow,
  #acea3a8b90ae625 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acea3a8b90ae625 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acea3a8b90ae625 .error h2 {
    font-size: 24px;
  }
  #acea3a8b90ae625 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acea3a8b90ae625 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acea3a8b90ae625 .error .container-error-404 {
    height: 150px;
  }
}
#acea3a8b90ae625 .overlay {
  position: relative;
  z-index: 20;
}
#acea3a8b90ae625 .ground-color {
  background: white;
}
#acea3a8b90ae625 .item-bg-color {
  background: #EAEAEA;
}
#acea3a8b90ae625 .padding-top {
  padding-top: 10px;
}
#acea3a8b90ae625 .padding-bottom {
  padding-bottom: 10px;
}
#acea3a8b90ae625 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acea3a8b90ae625 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acea3a8b90ae625 .padding-all {
  padding: 10px;
}
#acea3a8b90ae625 .no-padding-left {
  padding-left: 0px;
}
#acea3a8b90ae625 .no-padding-right {
  padding-right: 0px;
}
#acea3a8b90ae625 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acea3a8b90ae625 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acea3a8b90ae625 .no-padding {
  padding: 0px;
}
#acea3a8b90ae625 .margin-top {
  margin-top: 10px;
}
#acea3a8b90ae625 .margin-bottom {
  margin-bottom: 10px;
}
#acea3a8b90ae625 .margin-right {
  margin-right: 10px;
}
#acea3a8b90ae625 .margin-left {
  margin-left: 10px;
}
#acea3a8b90ae625 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acea3a8b90ae625 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acea3a8b90ae625 .margin-all {
  margin: 10px;
}
#acea3a8b90ae625 .no-margin {
  margin: 0px;
}
#acea3a8b90ae625 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acea3a8b90ae625 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acea3a8b90ae625 .inside-col-shrink {
  margin: 0px 20px;
}
#acea3a8b90ae625 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a74eca326dafc51 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#a1e4aabb96ae4f0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a1e4aabb96ae4f0 .switch_item {
  margin-right: 10px;
}
#a1e4aabb96ae4f0 a.switch_item:hover {
  text-decoration: underline;
}
#a1e4aabb96ae4f0 .slider {
  width: 420px;
  height: 600px;
}
#a1e4aabb96ae4f0 .uk-slideshow-items {
  height: 100%;
}
#a1e4aabb96ae4f0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a1e4aabb96ae4f0 .login-wrap {
  width: 100%;
  height: 100%;
}
#a1e4aabb96ae4f0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a1e4aabb96ae4f0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a1e4aabb96ae4f0 .phone-login-box {
  margin: 40px auto 40px;
}
#a1e4aabb96ae4f0 .login-header {
  margin-bottom: 24px;
}
#a1e4aabb96ae4f0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a1e4aabb96ae4f0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a1e4aabb96ae4f0 .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;
}
#a1e4aabb96ae4f0 .forget_password {
  cursor: pointer;
}
#a1e4aabb96ae4f0 .forget_password:hover {
  color: #1e87f0;
}
#a1e4aabb96ae4f0 .input-item input.error,
#a1e4aabb96ae4f0 .input-item input.error::placeholder {
  color: #fc4343;
}
#a1e4aabb96ae4f0 .input-item input::placeholder {
  color: #999;
}
#a1e4aabb96ae4f0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a1e4aabb96ae4f0 .form-item {
  margin: 24px 0;
}
#a1e4aabb96ae4f0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a1e4aabb96ae4f0 .send-code {
  float: left;
  margin-left: 20px;
}
#a1e4aabb96ae4f0 .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;
}
#a1e4aabb96ae4f0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a1e4aabb96ae4f0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a1e4aabb96ae4f0 .login_btn_wrap {
  text-align: center;
}
#a1e4aabb96ae4f0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a1e4aabb96ae4f0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a1e4aabb96ae4f0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#aba02aa109a56e3 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#a350ca2feca71c8 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a350ca2feca71c8 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a350ca2feca71c8 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a350ca2feca71c8 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a350ca2feca71c8 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a350ca2feca71c8 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a350ca2feca71c8 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a350ca2feca71c8 .nav-list {
  padding: 0 20px;
}
#a350ca2feca71c8 .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;
}
#a350ca2feca71c8 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a350ca2feca71c8 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a350ca2feca71c8 .order-item:hover {
  background: #f7f7f7;
}
#a350ca2feca71c8 .del-order {
  cursor: pointer;
}
#a350ca2feca71c8 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a350ca2feca71c8 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a350ca2feca71c8 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a350ca2feca71c8 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a350ca2feca71c8 .goods-item .goods-info {
  padding: 0 15px;
}
#a350ca2feca71c8 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a350ca2feca71c8 .appoint-time {
  margin-bottom: 4px;
}
#a350ca2feca71c8 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a350ca2feca71c8 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a350ca2feca71c8 .goods-item .goods-name {
  color: #333;
}
#a350ca2feca71c8 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a350ca2feca71c8 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a350ca2feca71c8 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a350ca2feca71c8 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a350ca2feca71c8 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a350ca2feca71c8 .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;
}
#a350ca2feca71c8 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a350ca2feca71c8 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a350ca2feca71c8 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a350ca2feca71c8 .setting-form {
  padding: 30px 20px;
}
#a350ca2feca71c8 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a350ca2feca71c8 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a350ca2feca71c8 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a350ca2feca71c8 .setting-form .setting-btns {
  margin-left: 130px;
}
#a350ca2feca71c8 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a350ca2feca71c8 .setting-wrap {
  position: relative;
}
#a350ca2feca71c8 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a350ca2feca71c8 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a350ca2feca71c8 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a350ca2feca71c8 .address-wrap {
  padding: 30px 20px;
}
#a350ca2feca71c8 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a350ca2feca71c8 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a350ca2feca71c8 .addr-list {
  min-height: 200px;
}
#a350ca2feca71c8 .addr-detail .addr-item-name,
#a350ca2feca71c8 .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;
}
#a350ca2feca71c8 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a350ca2feca71c8 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a350ca2feca71c8 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a350ca2feca71c8 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a350ca2feca71c8 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a350ca2feca71c8 .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;
}
#a350ca2feca71c8 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a350ca2feca71c8 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a350ca2feca71c8 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a350ca2feca71c8 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a350ca2feca71c8 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a18ccaf87dae309 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#a6612a661cab080 {
  min-height: 90vh;
  /* mobile */
}
#a6612a661cab080 .search-highlight {
  background: yellow;
}
#a6612a661cab080 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6612a661cab080 .el-title {
  margin-bottom: 20px;
}
#a6612a661cab080 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a6612a661cab080 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6612a661cab080 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6612a661cab080 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6612a661cab080 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6612a661cab080 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6612a661cab080 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6612a661cab080 .el-title {
    margin-bottom: 0;
  }
  #a6612a661cab080 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6612a661cab080 .category {
    font-size: 12px;
  }
  #a6612a661cab080 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aad4ca67b6abf9c .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}#ac4a0a60aca5e63 .uk-navbar-item,
#ac4a0a60aca5e63 .uk-navbar-nav > li > a,
#ac4a0a60aca5e63 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ac4a0a60aca5e63 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ac4a0a60aca5e63 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ac4a0a60aca5e63 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac4a0a60aca5e63 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #222222;
  color: #eee;
}
#ac4a0a60aca5e63 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ac4a0a60aca5e63 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #1e87f0;
}
#ac4a0a60aca5e63 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ac4a0a60aca5e63 .logo {
  display: inline-block;
}
#ac4a0a60aca5e63 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ac4a0a60aca5e63 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae503ac2f1afcaf .comment-detail {
  min-height: 600px;
}
#ae503ac2f1afcaf table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ae503ac2f1afcaf table th,
#ae503ac2f1afcaf table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ae503ac2f1afcaf table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ae503ac2f1afcaf .red {
  color: #F00!important;
}
#ae503ac2f1afcaf .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;
}
#a19b2a3efba3b46 .uk-container {
  line-height: 2;
  color: #999;
}
#a6491a911aa7b33 , #a6491a911aa7b33 a{color: rgba(245, 126, 0, 1);}