.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #f5f7f9;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #02c1f8;
}
/* 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: #02c1f8;
}
/* 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: #02c1f8;
  text-shadow: none;
}
::selection {
  background: #02c1f8;
  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 #02c1f8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #02c1f8;
}
/* ========================================================================
     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: #02c1f8;
  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: #02c1f8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #02c1f8;
  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: #02c1f8;
  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: #02c1f8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #02c1f8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #02c1f8;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #4ad9f6;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #4ad9f6;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #02c1f8;
  color: #ffffff;
  border-color: #02c1f8;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.6;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #02c1f8;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.6;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #02c1f8;
}
/* 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: #02c1f8;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #4ad9f6;
}
.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: #02c1f8;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #4ad9f6;
}
/* ========================================================================
     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: #02c1f8;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #4ad9f6;
  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: #02c1f8;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #4ad9f6;
  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: #02c1f8;
}
/*
   * 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: #02c1f8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #02c1f8;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.6 em;
  height: 1.6 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #02c1f8;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.6;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #02c1f8;
}
/* 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: #02c1f8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #02c1f8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #02c1f8;
}
/* 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: #02c1f8;
  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: #02c1f8;
  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: #02c1f8;
  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: #02c1f8;
}
/* 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: #02c1f8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #02c1f8;
  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: #02c1f8;
}
/*
   * 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: #02c1f8;
}
/* 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: #02c1f8;
}
/*
   * 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: #02c1f8;
  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: #02c1f8;
}
.uk-progress::-moz-progress-bar {
  background-color: #02c1f8;
}
.uk-progress::-ms-fill {
  background-color: #02c1f8;
}
/* ========================================================================
     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: #02c1f8 !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: #02c1f8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #02c1f8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #02c1f8;
}
.uk-background-secondary {
  background-color: #4ad9f6;
}
/* ========================================================================
     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: #02c1f8;
  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: #02c1f8;
  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: #02c1f8;
  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: #02c1f8;
}
.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(74, 217, 246, 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: #02c1f8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #02c1f8;
}
.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: #02c1f8;
  border-color: #02c1f8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #02c1f8;
}
/* ========================================================================
   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: #029ac5;
}
.ap-list-filter dd a.active {
  background-color: #02c1f8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #02c1f8;
}
.category li a.active {
  color: #02c1f8;
}
.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: #02c1f8;
}
.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: #02c1f8;
  border: 1px solid rgba(2, 193, 248, 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: #02c1f8;
}
form .step .ui-step.active .ui-step-title {
  color: #02c1f8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #02c1f8;
  background-color: #02c1f8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #02c1f8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #02c1f8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #02c1f8;
  color: #02c1f8;
}
.btn-effect-2:hover {
  background-color: #02c1f8;
}
.uk-button.btn-effect-5 {
  background-color: #02c1f8;
  box-shadow: 0 0 15px rgba(2, 193, 248, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #02c1f8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #02c1f8;
}
#a6c5cae6f5a047d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a6c5cae6f5a047d [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a6fa7a1b37a2c51 form {
  width: 100%;
  height: 100%;
}
#a6fa7a1b37a2c51 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6fa7a1b37a2c51 .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;
}
#a6fa7a1b37a2c51 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6fa7a1b37a2c51 .search-box .search-type.show {
  display: block;
}
#a6fa7a1b37a2c51 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a6fa7a1b37a2c51 .search-box .search-type li:hover {
  color: #000000;
}
#a6fa7a1b37a2c51 .search-box .search-type li.active {
  color: #000000;
}
#a6fa7a1b37a2c51 .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a6fa7a1b37a2c51 .inner-form .input-field {
  height: 100%;
}
#a6fa7a1b37a2c51 .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a6fa7a1b37a2c51 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6fa7a1b37a2c51 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6fa7a1b37a2c51 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6fa7a1b37a2c51 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6fa7a1b37a2c51 .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: #f8f8f8;
  position: relative;
}
#a6fa7a1b37a2c51 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6fa7a1b37a2c51 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6fa7a1b37a2c51 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a6fa7a1b37a2c51 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a6fa7a1b37a2c51 .btn-search:hover {
  background: #000000;
}
#a6fa7a1b37a2c51 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#abf0eade01ae869 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #02c1f8;
  background-color: #02c1f8;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#abf0eade01ae869 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#abf0eade01ae869 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abf0eade01ae869 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abf0eade01ae869 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abf0eade01ae869 .menu-list-expand .submenu-indicator {
  display: none;
}
#abf0eade01ae869 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #02c1f8;
  border-bottom-color: #02b1e4;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#abf0eade01ae869 .jquery-accordion-menu > ul > li.active > a {
  background-color: #02c1f8;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#abf0eade01ae869 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e7e4e4;
}
#abf0eade01ae869 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #02c1f8;
}
#abf0eade01ae869 .jquery-accordion-menu ul li a img,
#abf0eade01ae869 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abf0eade01ae869 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abf0eade01ae869 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu,
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abf0eade01ae869 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abf0eade01ae869 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu.show,
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #000000;
  background-color: #ffffff;
  width: null;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #02c1f8;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #2ad0f2;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abf0eade01ae869 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #ffffff;
  background: #2ad0f2;
}
#abf0eade01ae869 .jquery-accordion-menu > ul > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#abf0eade01ae869 .jquery-accordion-menu ul.submenu li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae65daf17da9111 .ap-category-filter ul li {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#ae65daf17da9111 .ap-category-filter ul li.active {
  border-color: #02c1f8;
  color: #02c1f8;
}
#ae65daf17da9111 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae65daf17da9111 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae65daf17da9111 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae65daf17da9111 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae65daf17da9111 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae65daf17da9111 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae65daf17da9111 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae65daf17da9111 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae65daf17da9111 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae65daf17da9111 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae65daf17da9111 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae65daf17da9111 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae65daf17da9111 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ae65daf17da9111 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ae65daf17da9111 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae65daf17da9111 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae65daf17da9111 .ele-article-list .pic-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Regular;
  color: #9b9b9b;
}
#ae65daf17da9111 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover {
  background-color: #faf0f0;
  border-bottom-color: #f6f6f6;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae65daf17da9111 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae65daf17da9111 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ae65daf17da9111 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #000000;
}
#ae65daf17da9111 .ele-article-list .text-article .time {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Regular;
  color: #9b9b9b;
}
#ae65daf17da9111 .ele-article-list .text-article:hover {
  background-color: #faf0f0;
  border-bottom-color: #f6f6f6;
}
#ae65daf17da9111 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae65daf17da9111 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ae65daf17da9111 .uk-pagination li a {
  font-size: 14px;
}
#ae65daf17da9111 .uk-pagination li a,
#ae65daf17da9111 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ae65daf17da9111 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#ae65daf17da9111 .uk-pagination li.uk-active {
  background-color: #02c1f8;
  border-color: #02c1f8;
}
#ae65daf17da9111 .uk-pagination li:hover {
  border-color: #02c1f8;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#ae73eafb55ac6a7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a52c0a7483a2a03 {
  min-height: 300px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#ae73eafb55ac6a7 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a5551a0a6aa1c1d {
  overflow: hidden;
}
#a5551a0a6aa1c1d , #a5551a0a6aa1c1d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac5edaef83a5a55 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ac5edaef83a5a55 .sidebar {
    width: 100%;
  }
}
#ac5edaef83a5a55 .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#ac5edaef83a5a55 .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#ac5edaef83a5a55 .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#ac5edaef83a5a55 .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#ac5edaef83a5a55 .menu-list {
  border: 1px solid #eaeaea;
}
#ac5edaef83a5a55 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#ac5edaef83a5a55 .submenu .menu-item.active > a {
  color: #02c1f8;
}
#ac5edaef83a5a55 .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#ac5edaef83a5a55 .submenu .menu-item.active > a .indicator,
#ac5edaef83a5a55 .submenu .menu-item a:hover .indicator {
  color: #02c1f8;
  border-color: #02c1f8;
}
#ac5edaef83a5a55 .submenu .menu-item a:hover {
  color: #02c1f8;
}
#ac5edaef83a5a55 .submenu li {
  padding-left: 8px;
}
#ac5edaef83a5a55 .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: rgba(2, 193, 248, 0.7);
}
#ac5edaef83a5a55 .menu-level-1.active > a {
  background: #02c1f8;
}
#ac5edaef83a5a55 .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#ac5edaef83a5a55 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ac5edaef83a5a55 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ac5edaef83a5a55 .contact-info {
  border-top: 1px solid #ECECEC;
}
#ac5edaef83a5a55 .contact-info p {
  margin: 0;
}
#ac5edaef83a5a55 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ac5edaef83a5a55 .hot-list {
  padding: 15px;
}
#ac5edaef83a5a55 .hot-list a {
  color: #777;
}
#ac5edaef83a5a55 .hot-list a:hover {
  color: #02c1f8;
}
#ac5edaef83a5a55 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ac5edaef83a5a55 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac5edaef83a5a55 .hot-item:hover a {
  color: #02c1f8;
}
#ac5edaef83a5a55 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac5edaef83a5a55 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #02c1f8;
  content: "";
}
#ac5edaef83a5a55 .content-header {
  padding-bottom: 10px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ac5edaef83a5a55 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ac5edaef83a5a55 .uk-padding-small {
    padding: 0;
  }
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a0d1ca5a0ca045f [data-item="undefined"] {padding: 30px;}#a5dc1afff1ac024 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#a5dc1afff1ac024 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;}#a48d6a9cdeae15d form {
  width: 100%;
  height: 100%;
}
#a48d6a9cdeae15d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a48d6a9cdeae15d .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;
}
#a48d6a9cdeae15d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a48d6a9cdeae15d .search-box .search-type.show {
  display: block;
}
#a48d6a9cdeae15d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a48d6a9cdeae15d .search-box .search-type li:hover {
  color: #000000;
}
#a48d6a9cdeae15d .search-box .search-type li.active {
  color: #000000;
}
#a48d6a9cdeae15d .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a48d6a9cdeae15d .inner-form .input-field {
  height: 100%;
}
#a48d6a9cdeae15d .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a48d6a9cdeae15d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a48d6a9cdeae15d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a48d6a9cdeae15d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a48d6a9cdeae15d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a48d6a9cdeae15d .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: #f8f8f8;
  position: relative;
}
#a48d6a9cdeae15d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a48d6a9cdeae15d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a48d6a9cdeae15d .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a48d6a9cdeae15d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a48d6a9cdeae15d .btn-search:hover {
  background: #000000;
}
#a48d6a9cdeae15d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac5edaef83a5a55 .uk-grid {margin-left: -25px;}@media (min-width: 1200px) {
                    #ac5edaef83a5a55 .uk-grid { margin-left: -25px;}
                }@media (max-width: 640) {
                    #ac5edaef83a5a55 .uk-grid { margin-left: -25px;}
                }#ac5edaef83a5a55 .uk-grid>* {padding-left: 25px;}@media (min-width: 1200px) {
                    #ac5edaef83a5a55 .uk-grid>* { padding-left: 25px;}
                }@media (max-width: 640) {#ac5edaef83a5a55 .uk-grid>* {
                    padding-left: 25px;}
                }#ac5edaef83a5a55 .uk-grid>.uk-grid-margin {margin-top: 3px;}@media (min-width: 1200px) {
                    #ac5edaef83a5a55 .uk-grid>.uk-grid-margin {margin-top: 3px;}
                }@media (max-width: 640) {
                    #ac5edaef83a5a55 .uk-grid>.uk-grid-margin {margin-top: 3px;}
                }#ac5edaef83a5a55 [data-item="items"] .uk-card-body {padding: 10px}@media (min-width: 1200px) {
                #ac5edaef83a5a55 [data-item="items"] .uk-card-body {padding: 10px}
            }@media (max-width: 640px) {
                #ac5edaef83a5a55 [data-item="items"] .uk-card-body {padding: 10px}
            }#ac5edaef83a5a55 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ac5edaef83a5a55 [data-item*=".title"], #ac5edaef83a5a55 [data-item*=".title"] a {max-line: 1;font-family: NotoSansSC-Regular;font-size: 18px;text-align: center;letter-spacing: 0px;font-weight: bold;}#ac5edaef83a5a55 [data-item*=".abstract"], #ac5edaef83a5a55 [data-item*=".abstract"] a {show: false;}#ac5edaef83a5a55 [data-item*=".subTitle"], #ac5edaef83a5a55 [data-item*=".subTitle"] a {show: false;}#ac5edaef83a5a55 [data-item*=".category"], #ac5edaef83a5a55 [data-item*=".category"] a {show: false;font-family: NotoSansSC-Regular;font-size: 14px;}#ac5edaef83a5a55 [data-item="items"] .img {background-size: cover;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#ae73eafb55ac6a7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a81a1a642fa4935 {
  min-height: 300px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#ae73eafb55ac6a7 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#af54ba2fe2aaf64 .video-box,
#af54ba2fe2aaf64 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#af54ba2fe2aaf64 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#af54ba2fe2aaf64 .video-box video,
#af54ba2fe2aaf64 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#af54ba2fe2aaf64 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#af54ba2fe2aaf64 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#af54ba2fe2aaf64 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#af54ba2fe2aaf64 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#af54ba2fe2aaf64 .thumb-box {
  width: 100%;
  position: relative;
}
#af54ba2fe2aaf64 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#af54ba2fe2aaf64 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#af54ba2fe2aaf64 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#af54ba2fe2aaf64 .thumb-list {
  overflow: hidden;
}
#af54ba2fe2aaf64 .thumb-list ul {
  width: 100000px;
}
#af54ba2fe2aaf64 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#af54ba2fe2aaf64 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#af54ba2fe2aaf64 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#af54ba2fe2aaf64 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#af54ba2fe2aaf64 .thumb-list ul li.active img {
  border-color: #df3033;
}
#af54ba2fe2aaf64 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#af54ba2fe2aaf64 .zoom-box img {
  max-width: initial;
}
#af54ba2fe2aaf64 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#af54ba2fe2aaf64 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#af54ba2fe2aaf64 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#af54ba2fe2aaf64 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#af54ba2fe2aaf64 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #af54ba2fe2aaf64 .right {
    width: 100%;
  }
  #af54ba2fe2aaf64 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #af54ba2fe2aaf64 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #af54ba2fe2aaf64 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa0a3a7779ad101 {
  overflow: hidden;
}
#aa0a3a7779ad101 , #aa0a3a7779ad101 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;font-family: NotoSansSC-Medium;}#af88ca9d65a27b1 .ele-wrap {color: #fff;font-size: 15px;font-weight: 500;background-color: #60bc57;border-radius: 20px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#af88ca9d65a27b1 .ele-wrap:hover {background-color: #509c49;color: #ffffff;background-color: rgba(245, 166, 35, 1);}#a8b9fa6498aa36f {
  overflow: hidden;
}
#aad32a0ef0a9414 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #2ad0f2;
  background-color: #2ad0f2;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#aad32a0ef0a9414 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul li a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#aad32a0ef0a9414 .menu-list-expand .submenu-indicator {
  display: none;
}
#aad32a0ef0a9414 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #02c1f8;
  border-bottom-color: #02b1e4;
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #02c1f8;
}
#aad32a0ef0a9414 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #02c1f8;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e4e0e0;
}
#aad32a0ef0a9414 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #02c1f8;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul li a img,
#aad32a0ef0a9414 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#aad32a0ef0a9414 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#aad32a0ef0a9414 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu,
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#aad32a0ef0a9414 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#aad32a0ef0a9414 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu.show,
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #767575;
  background-color: #ffffff;
  width: null;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #2ad0f2;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: #2ad0f2;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #02c1f8;
  background: #ffffff;
}
#aad32a0ef0a9414 .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aad32a0ef0a9414 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a6538a8613ae021 form {
  width: 100%;
  height: 100%;
}
#a6538a8613ae021 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6538a8613ae021 .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;
}
#a6538a8613ae021 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6538a8613ae021 .search-box .search-type.show {
  display: block;
}
#a6538a8613ae021 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a6538a8613ae021 .search-box .search-type li:hover {
  color: #000000;
}
#a6538a8613ae021 .search-box .search-type li.active {
  color: #000000;
}
#a6538a8613ae021 .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a6538a8613ae021 .inner-form .input-field {
  height: 100%;
}
#a6538a8613ae021 .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a6538a8613ae021 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a6538a8613ae021 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6538a8613ae021 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a6538a8613ae021 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6538a8613ae021 .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: #f8f8f8;
  position: relative;
}
#a6538a8613ae021 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6538a8613ae021 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a6538a8613ae021 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a6538a8613ae021 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a6538a8613ae021 .btn-search:hover {
  background: #000000;
}
#a6538a8613ae021 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1914acaefa15b5 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a1914acaefa15b5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a12dca2deea73c9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a12dca2deea73c9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a5d45aa396a47f7 , #a5d45aa396a47f7 a{color: rgba(251, 251, 251, 1);}#a5d45aa396a47f7:hover, #a5d45aa396a47f7 a:hover {color: rgba(251, 251, 251, 1);}#ad00ea0028aa90b , #ad00ea0028aa90b a{color: rgba(251, 251, 251, 1);}#ad00ea0028aa90b:hover, #ad00ea0028aa90b a:hover {color: rgba(251, 251, 251, 1);}#ad5d9abdc1ac89c , #ad5d9abdc1ac89c a{color: rgba(255, 255, 255, 1);}#ad5d9abdc1ac89c:hover, #ad5d9abdc1ac89c a:hover {color: rgba(255, 255, 255, 1);}#a81a1a642fa4935 [data-item="undefined"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a81a1a642fa4935 [data-item="undefined"]:hover {background-color: #0483cc;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a102da8627abea1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a102da8627abea1 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a1ccaa8c95af176 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a1ccaa8c95af176 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#a2a30aecb2a36c3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a2a30aecb2a36c3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#a78a2ac44face29 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a78a2ac44face29 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#ac970aff13a50f3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#ac970aff13a50f3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#a7964ac387a5629 a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a7964ac387a5629 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#a339fa0fafa5eac a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a339fa0fafa5eac a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#aa153ab98daa98e a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#aa153ab98daa98e a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#af853a0fbcadb3d a {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#af853a0fbcadb3d a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 23px;font-family: NotoSansSC-Medium;color: rgba(2, 193, 248, 1);}#af5eaa98a4afe54 a {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#af5eaa98a4afe54 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#a25d5a5ba8a520a a {
                background-image: linear-gradient(-90deg,
                rgba(0, 195, 255, 1),
                rgba(255, 255, 28, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: left;font-family: NotoSansSC-Black;}#a25d5a5ba8a520a a:hover {background-color: rgba(211, 20, 20, 1);}#a8f05a608bae1c0 a {
                background-image: linear-gradient(-90deg,
                rgba(0, 195, 255, 1),
                rgba(255, 255, 28, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 22px;text-align: left;font-family: NotoSansSC-Black;}#a8f05a608bae1c0 a:hover {background-color: rgba(211, 20, 20, 1);}#ae594a21b8ab10c a {
                background-image: linear-gradient(-90deg,
                rgba(0, 195, 255, 1),
                rgba(255, 255, 28, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: left;font-family: NotoSansSC-Black;}#ae594a21b8ab10c a:hover {background-color: rgba(211, 20, 20, 1);}#a0b47a7602a0ad8 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Bold;color: rgba(17, 159, 236, 1);}#a0b47a7602a0ad8 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#ae237a656aa46f1 a {
                background-image: linear-gradient(-90deg,
                rgba(0, 195, 255, 1),
                rgba(255, 255, 28, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: left;font-family: NotoSansSC-Black;}#ae237a656aa46f1 a:hover {background-color: rgba(211, 20, 20, 1);}#ab429a0782abda3 a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Bold;color: rgba(17, 159, 236, 1);}#ab429a0782abda3 a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#af7fdac4d7a982c a {
                background-image: linear-gradient(-90deg,
                rgba(0, 195, 255, 1),
                rgba(255, 255, 28, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: left;font-family: NotoSansSC-Black;}#af7fdac4d7a982c a:hover {background-color: rgba(211, 20, 20, 1);}#a63caa3b74a03ba a {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Bold;color: rgba(248, 231, 28, 1);}#a63caa3b74a03ba a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#abccba7ae9a8230 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Bold;color: rgba(248, 231, 28, 1);}#abccba7ae9a8230 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: NotoSansSC-Medium;color: rgba(245, 166, 35, 1);}#aca9aa9133a5f80 .ele-wrap {border-color: #000;color: #ffffff;font-size: 17px;font-weight: 500;background-color: rgba(77, 173, 250, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#aca9aa9133a5f80 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#ac713a127da3055 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(248, 231, 28, 1);letter-spacing: 1px;
                background-image: linear-gradient(0deg,
                transparent,
                );
            }#ac713a127da3055 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: NotoSansSC-Regular;color: rgba(2, 193, 248, 1);}#a3796a356fadb97 a {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(248, 231, 28, 1);letter-spacing: 1px;}#a3796a356fadb97 a:hover {
        font-weight: bold;
        font-style: normal;
    font-family: NotoSansSC-Regular;color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a0d1ca5a0ca045f [data-item="undefined"] {padding: 30px;}#aef90a6a92a7ee5 a, #aef90a6a92a7ee5 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#afc65a0cb1a4a3d .ap-category-filter ul li.active {
  border-color: #02c1f8;
  color: #02c1f8;
}
#afc65a0cb1a4a3d .grid-list .product-item {
  overflow: hidden;
}
#afc65a0cb1a4a3d .grid-list .product-preview .img {
  display: block;
}
#afc65a0cb1a4a3d .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#afc65a0cb1a4a3d .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#afc65a0cb1a4a3d .grid-list .product-info {
  min-height: 110px;
}
#afc65a0cb1a4a3d .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#afc65a0cb1a4a3d .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#afc65a0cb1a4a3d .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#afc65a0cb1a4a3d .grid-list .category-name {
  font-size: 12px;
}
#afc65a0cb1a4a3d .grid-list .category-name a {
  color: #777;
}
#afc65a0cb1a4a3d .grid-list .title,
#afc65a0cb1a4a3d .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#afc65a0cb1a4a3d .grid-list .title a,
#afc65a0cb1a4a3d .grid-list .subTitle a {
  color: #191919;
}
#afc65a0cb1a4a3d .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#afc65a0cb1a4a3d .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#afc65a0cb1a4a3d .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#afc65a0cb1a4a3d .grid-list {
  margin-left: -9px;
}
#afc65a0cb1a4a3d .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#afc65a0cb1a4a3d .grid-list .title a {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#afc65a0cb1a4a3d .grid-list.uk-grid-small > * {
  padding-left: 9px;
}
#afc65a0cb1a4a3d .grid-list > .uk-grid-margin {
  margin-top: 9px;
}
#afc65a0cb1a4a3d .grid-list .product:hover {
  background-color: auto;
}
#afc65a0cb1a4a3d .grid-list .product:hover .title a {
  color: #444;
}
#afc65a0cb1a4a3d .grid-list .product:hover .subTitle {
  color: auto;
}
#afc65a0cb1a4a3d .grid-list .product:hover .category {
  color: auto;
}
#afc65a0cb1a4a3d .grid-list .product:hover .abstract {
  color: auto;
}
#afc65a0cb1a4a3d .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #afc65a0cb1a4a3d .grid-list .product-info {
    min-height: 0;
  }
  #afc65a0cb1a4a3d .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #afc65a0cb1a4a3d .grid-list .product-buttons {
    display: none;
  }
}
#aef38a63fcaf689 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4e0a653dadfe6 .ap-category-filter ul li.active {
  border-color: #02c1f8;
  color: #02c1f8;
}
#ac4e0a653dadfe6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac4e0a653dadfe6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac4e0a653dadfe6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac4e0a653dadfe6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac4e0a653dadfe6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac4e0a653dadfe6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac4e0a653dadfe6 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac4e0a653dadfe6 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac4e0a653dadfe6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac4e0a653dadfe6 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ac4e0a653dadfe6 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac4e0a653dadfe6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac4e0a653dadfe6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ac4e0a653dadfe6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a6017afceea2e03 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a6017afceea2e03 [data-item="undefined"] {padding: 30px;}#abb4ca922aac767 a, #abb4ca922aac767 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#aaa51aacc9a092e .ap-category-filter ul li.active {
  border-color: #02c1f8;
  color: #02c1f8;
}
#aaa51aacc9a092e .grid-list .product-item {
  overflow: hidden;
}
#aaa51aacc9a092e .grid-list .product-preview .img {
  display: block;
}
#aaa51aacc9a092e .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aaa51aacc9a092e .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#aaa51aacc9a092e .grid-list .product-info {
  min-height: 110px;
}
#aaa51aacc9a092e .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aaa51aacc9a092e .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aaa51aacc9a092e .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aaa51aacc9a092e .grid-list .category-name {
  font-size: 12px;
}
#aaa51aacc9a092e .grid-list .category-name a {
  color: #777;
}
#aaa51aacc9a092e .grid-list .title,
#aaa51aacc9a092e .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aaa51aacc9a092e .grid-list .title a,
#aaa51aacc9a092e .grid-list .subTitle a {
  color: #191919;
}
#aaa51aacc9a092e .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#aaa51aacc9a092e .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aaa51aacc9a092e .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aaa51aacc9a092e .grid-list {
  margin-left: -9px;
}
#aaa51aacc9a092e .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aaa51aacc9a092e .grid-list .title a {
  display: block;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#aaa51aacc9a092e .grid-list.uk-grid-small > * {
  padding-left: 9px;
}
#aaa51aacc9a092e .grid-list > .uk-grid-margin {
  margin-top: 9px;
}
#aaa51aacc9a092e .grid-list .product:hover {
  background-color: auto;
}
#aaa51aacc9a092e .grid-list .product:hover .title a {
  color: #444;
}
#aaa51aacc9a092e .grid-list .product:hover .subTitle {
  color: auto;
}
#aaa51aacc9a092e .grid-list .product:hover .category {
  color: auto;
}
#aaa51aacc9a092e .grid-list .product:hover .abstract {
  color: auto;
}
#aaa51aacc9a092e .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #aaa51aacc9a092e .grid-list .product-info {
    min-height: 0;
  }
  #aaa51aacc9a092e .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aaa51aacc9a092e .grid-list .product-buttons {
    display: none;
  }
}
#ab705abf31a5b79 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a220cad723a263d .ap-category-filter ul li.active {
  border-color: #02c1f8;
  color: #02c1f8;
}
#a220cad723a263d .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a220cad723a263d .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a220cad723a263d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a220cad723a263d .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a220cad723a263d .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a220cad723a263d .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a220cad723a263d .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a220cad723a263d .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a220cad723a263d .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a220cad723a263d .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a220cad723a263d .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a220cad723a263d .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a220cad723a263d .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a220cad723a263d .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a220cad723a263d .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a220cad723a263d .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a220cad723a263d .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a220cad723a263d .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a220cad723a263d .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a220cad723a263d .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a220cad723a263d .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a220cad723a263d .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a220cad723a263d .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a220cad723a263d .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a220cad723a263d .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a220cad723a263d .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a220cad723a263d .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a220cad723a263d .ele-article-list .text-article:hover .time {
  color: auto;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1162ad963ae24f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2e30ab973abc34 .cus-btn:hover {
  background: #02c1f8;
  color: #fff;
  border-color: #02c1f8;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1162ad963ae24f [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a2e30ab973abc34 .dynamic-pagination li,#a2e30ab973abc34 .uk-pagination li {
                border-color: #000000; color: #000000;}#a2e30ab973abc34 .dynamic-pagination li a, #a2e30ab973abc34 .uk-pagination a {
                color: #000000
            }#a2e30ab973abc34 .dynamic-pagination li.uk-active, #a2e30ab973abc34 .uk-pagination li.uk-active {
                border-color: #02c1f8;background-color: #02c1f8}#a2e30ab973abc34 .dynamic-pagination li.uk-active a, #a2e30ab973abc34 .uk-pagination li.uk-active a{color: #ffffff}#a2e30ab973abc34 [data-item*=".title"], #a2e30ab973abc34 [data-item*=".title"] a {font-family: NotoSansSC-Regular;color: rgba(0, 0, 0, 1);}#a2e30ab973abc34 [data-item*=".abstract"], #a2e30ab973abc34 [data-item*=".abstract"] a {show: true;max-line: 0;}#a2e30ab973abc34 [data-item*=".subTitle"], #a2e30ab973abc34 [data-item*=".subTitle"] a {show: false;}#a2e30ab973abc34 [data-item*=".category"], #a2e30ab973abc34 [data-item*=".category"] a {show: true;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a4d3ea832dadbac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a4d3ea832dadbac [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#ab02ca9ed7a4f0e , #ab02ca9ed7a4f0e a{color: rgba(0, 0, 0, 1);}#ab0acac41caf923 , #ab0acac41caf923 a{color: rgba(0, 0, 0, 1);}#ac2dcaa643a5796 , #ac2dcaa643a5796 a{color: rgba(0, 0, 0, 1);}#a62fcaa77ba8002 , #a62fcaa77ba8002 a{color: rgba(0, 0, 0, 1);}#aae5eadeb0a7eec , #aae5eadeb0a7eec a{color: rgba(0, 0, 0, 1);}#aa0cfa13a9a716f , #aa0cfa13a9a716f a{color: rgba(0, 0, 0, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a4d3ea832dadbac .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a4d3ea832dadbac [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a51e2a25d2aaac2 .form-agree {
  display: flex;
  align-items: center;
}
#a51e2a25d2aaac2 .uk-form .form-submit-btn {
  width: 340px;
}
#a51e2a25d2aaac2 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a51e2a25d2aaac2 .submit-wrap {
  text-align: center;
}
#a51e2a25d2aaac2 .submit-wrap button {
  background-color: #f32c56;
}
#a51e2a25d2aaac2 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a51e2a25d2aaac2 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a51e2a25d2aaac2 .form-item {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
#a51e2a25d2aaac2 .form-item .uk-input,
#a51e2a25d2aaac2 .form-item .uk-select,
#a51e2a25d2aaac2 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a51e2a25d2aaac2 .form-item .auto-height {
  height: auto;
}
#a51e2a25d2aaac2 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #4a4a4a;
}
#a51e2a25d2aaac2 .form-item .send-code {
  bottom: 0px;
}
#a51e2a25d2aaac2 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a51e2a25d2aaac2 .uk-form-label,
#a51e2a25d2aaac2 .form-agree,
#a51e2a25d2aaac2 .uk-h3,
#a51e2a25d2aaac2 p {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #777777;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a0deea88d9a54d5 form {
  width: 100%;
  height: 100%;
}
#a0deea88d9a54d5 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a0deea88d9a54d5 .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;
}
#a0deea88d9a54d5 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a0deea88d9a54d5 .search-box .search-type.show {
  display: block;
}
#a0deea88d9a54d5 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ecebe9;
  cursor: pointer;
  padding: 0 18px;
}
#a0deea88d9a54d5 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a0deea88d9a54d5 .search-box .search-type li.active {
  color: #00ad5f;
}
#a0deea88d9a54d5 .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: #ecebe9;
  overflow: hidden;
}
#a0deea88d9a54d5 .inner-form .input-field {
  height: 100%;
}
#a0deea88d9a54d5 .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: NotoSansSC-Regular;
  color: #000;
}
#a0deea88d9a54d5 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a0deea88d9a54d5 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a0deea88d9a54d5 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a0deea88d9a54d5 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a0deea88d9a54d5 .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: #ecebe9;
  position: relative;
}
#a0deea88d9a54d5 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a0deea88d9a54d5 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a0deea88d9a54d5 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a0deea88d9a54d5 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  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;
}
#a0deea88d9a54d5 .btn-search:hover {
  background: #00ad5f;
}
#a0deea88d9a54d5 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa38fa0da9aa687 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756717584123.jpeg);}#aa38fa0da9aa687  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#acb91ab26cafc43 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a686ca207ea05cc > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756719955083.jpeg);}#a686ca207ea05cc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a6b67a2fc2a08c6 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa6faab467a74a1 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756720628270.jpeg);}#aa6faab467a74a1  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a6c61a5ee8afbaa > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4fb9a9a41ae72b > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756721055497.jpeg);}#a4fb9a9a41ae72b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#af8a6a21eaad6ff > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada81a22a2aeed2 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756200505296.jpeg);}#ada81a22a2aeed2  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a263eabebda9808 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac03da3faaa4783 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150057705.jpeg);}#ac03da3faaa4783  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a6b89aa472a1067 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad267a4a1fabdb3 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150186086.jpeg);}#ad267a4a1fabdb3  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a6665a162fa3aec > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a092ea2786ae28b > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150275601.jpeg);}#a092ea2786ae28b  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a92a6a355ba6a4c > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aea53a94bfad669 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150392521.jpeg);}#aea53a94bfad669  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ad5f7ab9dca43f0 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0c39a8fb7a7fde > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150536847.jpeg);}#a0c39a8fb7a7fde  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a78f3a576da3429 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a61b7a8aadab5b4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150596415.jpeg);}#a61b7a8aadab5b4  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aa936a857baa02f > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a50d4a4ac1a06bc > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757151107824.jpeg);}#a50d4a4ac1a06bc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a51e2ad045a755a > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae143a7a10a6d42 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757151140046.png);}#ae143a7a10a6d42  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a34a6a2a88a243c > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a791da707da897f > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac13da5b36a1b72 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4c5aa0352abce5 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aed41a5980a95e0 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac8c0ace47a1b80 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3edca40a6a71be > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae572a3e3ba468d > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac839a67a7a09a2 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abb0aae7ffa0d26 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5ce8a16eca8a68 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adc0da7102aa0d1 > .ele-wrap {background-color: rgba(234, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#aa702a0d3da86fc > .ele-wrap {background-color: rgba(229, 242, 251, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a41d4a65fca04bc , #a41d4a65fca04bc a{color: rgba(0, 0, 0, 1);}#a41d4a65fca04bc:hover, #a41d4a65fca04bc a:hover {color: rgba(245, 166, 35, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#aabd7a91c5a4553 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#aabd7a91c5a4553 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a5d20af96da47d0 , #a5d20af96da47d0 a{color: rgba(0, 0, 0, 1);}#a5d20af96da47d0:hover, #a5d20af96da47d0 a:hover {color: rgba(245, 166, 35, 1);}#a86aaa07f8a47e3 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#ab6d3a9283a3df0 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#aaa85aa7bea78f5 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a7866a317ea62af a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#af63fa6b76a6f6d a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a1e67a49cdaa0b9 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a6136aa8d6acd41 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a4d44ab00da8cd2 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a7cf1aff79ad5ad a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a58e1a9bd7a6589 a {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-size: 20px;font-family: NotoSansSC-Regular;color: rgba(2, 95, 234, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#ae531a2508ab6d6 , #ae531a2508ab6d6 a{color: rgba(0, 0, 0, 1);}#ae531a2508ab6d6:hover, #ae531a2508ab6d6 a:hover {color: rgba(245, 166, 35, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#aabd7a91c5a4553 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#aabd7a91c5a4553 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#ae73eafb55ac6a7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#ae73eafb55ac6a7 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#ae73eafb55ac6a7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae418ab22aa4df6 {
  min-height: 500px;
  /* mobile */
}
#ae418ab22aa4df6 .uk-card {
  border-radius: 6px;
  background: #fff;
}
#ae418ab22aa4df6 .uk-card-body {
  color: #999;
}
#ae418ab22aa4df6 .search-highlight {
  background: yellow;
}
#ae418ab22aa4df6 .title {
  color: #333;
  font-size: 16px;
}
#ae418ab22aa4df6 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae418ab22aa4df6 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ae418ab22aa4df6 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ae418ab22aa4df6 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ae418ab22aa4df6 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ae418ab22aa4df6 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ae418ab22aa4df6 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ae418ab22aa4df6 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ae418ab22aa4df6 .category {
    font-size: 12px;
  }
  #ae418ab22aa4df6 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 20px;
  }
}
#ae418ab22aa4df6 .uk-list > .uk-grid:before {
  display: none !important;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#ae73eafb55ac6a7 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#acfe7a0171a5e4b form {
  width: 100%;
  height: 100%;
}
#acfe7a0171a5e4b .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#acfe7a0171a5e4b .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;
}
#acfe7a0171a5e4b .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#acfe7a0171a5e4b .search-box .search-type.show {
  display: block;
}
#acfe7a0171a5e4b .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#acfe7a0171a5e4b .search-box .search-type li:hover {
  color: #f5a623;
}
#acfe7a0171a5e4b .search-box .search-type li.active {
  color: #f5a623;
}
#acfe7a0171a5e4b .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#acfe7a0171a5e4b .inner-form .input-field {
  height: 100%;
}
#acfe7a0171a5e4b .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#acfe7a0171a5e4b .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#acfe7a0171a5e4b .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#acfe7a0171a5e4b .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#acfe7a0171a5e4b .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#acfe7a0171a5e4b .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: #f8f8f8;
  position: relative;
}
#acfe7a0171a5e4b .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#acfe7a0171a5e4b .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#acfe7a0171a5e4b .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#acfe7a0171a5e4b .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #f5a623;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#acfe7a0171a5e4b .btn-search:hover {
  background: #f5a623;
}
#acfe7a0171a5e4b .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a45b5a97aca8c1d form {
  width: 100%;
  height: 100%;
}
#a45b5a97aca8c1d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a45b5a97aca8c1d .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;
}
#a45b5a97aca8c1d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a45b5a97aca8c1d .search-box .search-type.show {
  display: block;
}
#a45b5a97aca8c1d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a45b5a97aca8c1d .search-box .search-type li:hover {
  color: #000000;
}
#a45b5a97aca8c1d .search-box .search-type li.active {
  color: #000000;
}
#a45b5a97aca8c1d .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a45b5a97aca8c1d .inner-form .input-field {
  height: 100%;
}
#a45b5a97aca8c1d .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a45b5a97aca8c1d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a45b5a97aca8c1d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a45b5a97aca8c1d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a45b5a97aca8c1d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a45b5a97aca8c1d .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: #f8f8f8;
  position: relative;
}
#a45b5a97aca8c1d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a45b5a97aca8c1d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a45b5a97aca8c1d .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a45b5a97aca8c1d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a45b5a97aca8c1d .btn-search:hover {
  background: #000000;
}
#a45b5a97aca8c1d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a1611a185ba78e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a1611a185ba78e2 [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#af719a9129ab218 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756200505296.jpeg);}#af719a9129ab218  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a1a39a395eaec37 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a72d3ace84a14f8 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150057705.jpeg);}#a72d3ace84a14f8  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a8e95a827babbe2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ada18ab4daafefc > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150186086.jpeg);}#ada18ab4daafefc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#acf05a803aa6590 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7eeea5957afa7f > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150275601.jpeg);}#a7eeea5957afa7f  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a0883af006afd4b > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a291ca548face16 form {
  width: 100%;
  height: 100%;
}
#a291ca548face16 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a291ca548face16 .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;
}
#a291ca548face16 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a291ca548face16 .search-box .search-type.show {
  display: block;
}
#a291ca548face16 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ecebe9;
  cursor: pointer;
  padding: 0 18px;
}
#a291ca548face16 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a291ca548face16 .search-box .search-type li.active {
  color: #00ad5f;
}
#a291ca548face16 .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: #ecebe9;
  overflow: hidden;
}
#a291ca548face16 .inner-form .input-field {
  height: 100%;
}
#a291ca548face16 .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: NotoSansSC-Regular;
  color: #000;
}
#a291ca548face16 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a291ca548face16 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a291ca548face16 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a291ca548face16 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a291ca548face16 .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: #ecebe9;
  position: relative;
}
#a291ca548face16 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a291ca548face16 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a291ca548face16 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#a291ca548face16 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  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;
}
#a291ca548face16 .btn-search:hover {
  background: #00ad5f;
}
#a291ca548face16 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1648aa6f7ac4c1 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756717584123.jpeg);}#a1648aa6f7ac4c1  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a9543a8593a29a8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a353fa48f7a40bc > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756719955083.jpeg);}#a353fa48f7a40bc  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#acb04aec70ac0e5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a561fa8924af898 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756720628270.jpeg);}#a561fa8924af898  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ad5aea8a11a5720 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4329a5957a63ef > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1756721055497.jpeg);}#a4329a5957a63ef  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a752cabc62a5b37 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5440abe78ad18e > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150392521.jpeg);}#a5440abe78ad18e  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a520ba8be2a1181 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acacfae09ba8d47 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150536847.jpeg);}#acacfae09ba8d47  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a757fa987ba861e > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa0a2a490daa539 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757150596415.jpeg);}#aa0a2a490daa539  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a206aa433fa507e > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ace92a9e79a5a0d > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757151107824.jpeg);}#ace92a9e79a5a0d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aa490a19bfaf9b8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a81afaea14a97f4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);background-image: url(/resources/upload/af8ecaa819ada58/1757151140046.png);}#a81afaea14a97f4  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#af7afa371da934d > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af0caa8206a09fa .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#af0caa8206a09fa .switch_item {
  margin-right: 10px;
}
#af0caa8206a09fa a.switch_item:hover {
  text-decoration: underline;
}
#af0caa8206a09fa .slider {
  width: 420px;
  height: 600px;
}
#af0caa8206a09fa .uk-slideshow-items {
  height: 100%;
}
#af0caa8206a09fa .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#af0caa8206a09fa .login-wrap {
  width: 100%;
  height: 100%;
}
#af0caa8206a09fa .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#af0caa8206a09fa .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#af0caa8206a09fa .phone-login-box {
  margin: 40px auto 40px;
}
#af0caa8206a09fa .login-header {
  margin-bottom: 24px;
}
#af0caa8206a09fa .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#af0caa8206a09fa .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#af0caa8206a09fa .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;
}
#af0caa8206a09fa .forget_password {
  cursor: pointer;
}
#af0caa8206a09fa .forget_password:hover {
  color: #02c1f8;
}
#af0caa8206a09fa .input-item input.error,
#af0caa8206a09fa .input-item input.error::placeholder {
  color: #fc4343;
}
#af0caa8206a09fa .input-item input::placeholder {
  color: #999;
}
#af0caa8206a09fa .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#af0caa8206a09fa .form-item {
  margin: 24px 0;
}
#af0caa8206a09fa .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#af0caa8206a09fa .send-code {
  float: left;
  margin-left: 20px;
}
#af0caa8206a09fa .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;
}
#af0caa8206a09fa .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#af0caa8206a09fa .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#af0caa8206a09fa .login_btn_wrap {
  text-align: center;
}
#af0caa8206a09fa .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#af0caa8206a09fa .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#af0caa8206a09fa .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a0d1ca5a0ca045f [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a6c5cae6f5a047d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7787a83c0a451a .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a7787a83c0a451a .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a7787a83c0a451a .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a7787a83c0a451a .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a7787a83c0a451a .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a7787a83c0a451a .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a7787a83c0a451a .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a7787a83c0a451a .nav-list {
  padding: 0 20px;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a7787a83c0a451a .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a7787a83c0a451a .order-item:hover {
  background: #f7f7f7;
}
#a7787a83c0a451a .del-order {
  cursor: pointer;
}
#a7787a83c0a451a .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a7787a83c0a451a .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a7787a83c0a451a .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a7787a83c0a451a .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a7787a83c0a451a .goods-item .goods-info {
  padding: 0 15px;
}
#a7787a83c0a451a .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a7787a83c0a451a .appoint-time {
  margin-bottom: 4px;
}
#a7787a83c0a451a .appoint-name {
  color: #333;
  font-size: 14px;
}
#a7787a83c0a451a .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a7787a83c0a451a .goods-item .goods-name {
  color: #333;
}
#a7787a83c0a451a .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a7787a83c0a451a .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a7787a83c0a451a .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a7787a83c0a451a .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a7787a83c0a451a .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a7787a83c0a451a .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a7787a83c0a451a .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a7787a83c0a451a .setting-form {
  padding: 30px 20px;
}
#a7787a83c0a451a .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a7787a83c0a451a .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a7787a83c0a451a .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a7787a83c0a451a .setting-form .setting-btns {
  margin-left: 130px;
}
#a7787a83c0a451a .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a7787a83c0a451a .setting-wrap {
  position: relative;
}
#a7787a83c0a451a .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a7787a83c0a451a .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a7787a83c0a451a .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a7787a83c0a451a .address-wrap {
  padding: 30px 20px;
}
#a7787a83c0a451a .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a7787a83c0a451a .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a7787a83c0a451a .addr-list {
  min-height: 200px;
}
#a7787a83c0a451a .addr-detail .addr-item-name,
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a7787a83c0a451a .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a7787a83c0a451a .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a7787a83c0a451a .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a7787a83c0a451a .add-addr {
  height: 32px;
  line-height: 30px;
}
#a7787a83c0a451a .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;
}
#a7787a83c0a451a .publish-item {
  cursor: default;
  min-height: 120px;
}
#a7787a83c0a451a .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a7787a83c0a451a .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a7787a83c0a451a .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #02c1f8;
}
#a7787a83c0a451a .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a6c5cae6f5a047d [data-item="undefined"] {padding: 30px;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a0d1ca5a0ca045f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b67a84d1ad5e3 {
  min-height: 500px;
  /* mobile */
}
#a8b67a84d1ad5e3 .uk-card {
  border-radius: 6px;
  background: #fff;
}
#a8b67a84d1ad5e3 .uk-card-body {
  color: #999;
}
#a8b67a84d1ad5e3 .search-highlight {
  background: yellow;
}
#a8b67a84d1ad5e3 .title {
  color: #333;
  font-size: 16px;
}
#a8b67a84d1ad5e3 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8b67a84d1ad5e3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a8b67a84d1ad5e3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a8b67a84d1ad5e3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a8b67a84d1ad5e3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a8b67a84d1ad5e3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a8b67a84d1ad5e3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a8b67a84d1ad5e3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a8b67a84d1ad5e3 .category {
    font-size: 12px;
  }
  #a8b67a84d1ad5e3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 20px;
  }
}
#a8b67a84d1ad5e3 .uk-list > .uk-grid:before {
  display: none !important;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a0d1ca5a0ca045f [data-item="undefined"] {padding: 30px;}#ae10ba8f1da51f1 .ele-wrap {color: #fff;font-size: 21px;font-weight: 500;background-color: rgba(243, 45, 5, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;}#ae10ba8f1da51f1 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(2, 193, 248, 1);}#a7b62acc9eaa1d8 form {
  width: 100%;
  height: 100%;
}
#a7b62acc9eaa1d8 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a7b62acc9eaa1d8 .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;
}
#a7b62acc9eaa1d8 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a7b62acc9eaa1d8 .search-box .search-type.show {
  display: block;
}
#a7b62acc9eaa1d8 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a7b62acc9eaa1d8 .search-box .search-type li:hover {
  color: #000000;
}
#a7b62acc9eaa1d8 .search-box .search-type li.active {
  color: #000000;
}
#a7b62acc9eaa1d8 .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7b62acc9eaa1d8 .inner-form .input-field {
  height: 100%;
}
#a7b62acc9eaa1d8 .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a7b62acc9eaa1d8 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a7b62acc9eaa1d8 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a7b62acc9eaa1d8 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a7b62acc9eaa1d8 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a7b62acc9eaa1d8 .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: #f8f8f8;
  position: relative;
}
#a7b62acc9eaa1d8 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a7b62acc9eaa1d8 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a7b62acc9eaa1d8 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a7b62acc9eaa1d8 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a7b62acc9eaa1d8 .btn-search:hover {
  background: #000000;
}
#a7b62acc9eaa1d8 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad3fdad5e8a03f2 form {
  width: 100%;
  height: 100%;
}
#ad3fdad5e8a03f2 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ad3fdad5e8a03f2 .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;
}
#ad3fdad5e8a03f2 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ad3fdad5e8a03f2 .search-box .search-type.show {
  display: block;
}
#ad3fdad5e8a03f2 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#ad3fdad5e8a03f2 .search-box .search-type li:hover {
  color: #000000;
}
#ad3fdad5e8a03f2 .search-box .search-type li.active {
  color: #000000;
}
#ad3fdad5e8a03f2 .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ad3fdad5e8a03f2 .inner-form .input-field {
  height: 100%;
}
#ad3fdad5e8a03f2 .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#ad3fdad5e8a03f2 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#ad3fdad5e8a03f2 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#ad3fdad5e8a03f2 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#ad3fdad5e8a03f2 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ad3fdad5e8a03f2 .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: #f8f8f8;
  position: relative;
}
#ad3fdad5e8a03f2 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ad3fdad5e8a03f2 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#ad3fdad5e8a03f2 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#ad3fdad5e8a03f2 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#ad3fdad5e8a03f2 .btn-search:hover {
  background: #000000;
}
#ad3fdad5e8a03f2 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a95a8aff0ca255b form {
  width: 100%;
  height: 100%;
}
#a95a8aff0ca255b .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a95a8aff0ca255b .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;
}
#a95a8aff0ca255b .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a95a8aff0ca255b .search-box .search-type.show {
  display: block;
}
#a95a8aff0ca255b .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#a95a8aff0ca255b .search-box .search-type li:hover {
  color: #000000;
}
#a95a8aff0ca255b .search-box .search-type li.active {
  color: #000000;
}
#a95a8aff0ca255b .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: 10px;
  background-color: #f8f8f8;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a95a8aff0ca255b .inner-form .input-field {
  height: 100%;
}
#a95a8aff0ca255b .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: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a95a8aff0ca255b .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a95a8aff0ca255b .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a95a8aff0ca255b .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a95a8aff0ca255b .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a95a8aff0ca255b .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: #f8f8f8;
  position: relative;
}
#a95a8aff0ca255b .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a95a8aff0ca255b .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a95a8aff0ca255b .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a95a8aff0ca255b .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #000000;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 13px;
}
#a95a8aff0ca255b .btn-search:hover {
  background: #000000;
}
#a95a8aff0ca255b .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}#a6c5cae6f5a047d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0b4ca687aa55bd .comment-detail {
  min-height: 600px;
}
#a0b4ca687aa55bd table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a0b4ca687aa55bd table th,
#a0b4ca687aa55bd table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a0b4ca687aa55bd table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a0b4ca687aa55bd .red {
  color: #F00!important;
}
#a0b4ca687aa55bd .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;
}
#a70eda718ca3c03 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #000000;
  text-align: center;
}
#a70eda718ca3c03 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a70eda718ca3c03 .ap-icon {
  margin-right: 6px;
}
#a70eda718ca3c03 .indicator {
  margin-left: 4px;
}
#a70eda718ca3c03 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: #000000;
}
#a70eda718ca3c03 .menu-list li:hover > a,
#a70eda718ca3c03 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #fff;
}
#a70eda718ca3c03 .menu-list li.active > a {
  background-color: #02c1f8;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul,
#a70eda718ca3c03 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a70eda718ca3c03 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a70eda718ca3c03 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70eda718ca3c03 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70eda718ca3c03 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #000000;
  width: null;
}
#a70eda718ca3c03 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
}
#a70eda718ca3c03 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Regular;
  color: #ffffff;
  background-color: #02c1f8;
}
#a6c5cae6f5a047d [data-item="undefined"] {padding: 30px;}#a389aa6aa2ace01 .ele-wrap {color: #fff;font-size: 19px;font-weight: 500;background-color: rgba(4, 202, 77, 1);border-radius: 15px;justify-content: center;border-style: solid;font-family: NotoSansSC-Bold;}#a389aa6aa2ace01 .ele-wrap:hover {background-color: #509c49;background-color: rgba(245, 166, 35, 1);}#a14d3a1d4ca89a9 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a14d3a1d4ca89a9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#ab74aaa05ba1477 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ab74aaa05ba1477 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a23ffa87f7ab14c a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a23ffa87f7ab14c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: NotoSansSC-DemiLight;color: rgba(2, 193, 248, 1);}#adea2a39a3a01ea a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#adea2a39a3a01ea a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a2a62a160ca470f a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a2a62a160ca470f a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a473aa81e7a72a0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a473aa81e7a72a0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#aab71ad671a5227 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#aab71ad671a5227 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#ae1e4a3f90aa870 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#ae1e4a3f90aa870 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#afb83a8d6eacdc7 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#afb83a8d6eacdc7 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#a11efa8b7fa64d0 a {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;text-align: left;font-family: NotoSansSC-DemiLight;color: rgba(255, 255, 255, 1);}#a11efa8b7fa64d0 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(2, 193, 248, 1);}#add53ad66fac14e .ele-wrap {border-color: #000;color: #fff;font-size: 17px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#add53ad66fac14e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(2, 193, 248, 1);}#a2d72ac193a100d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(250, 114, 153, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: NotoSansSC-Regular;border-width: 0px;padding-left: 0px;}#a2d72ac193a100d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a8c23abc0aaa7e3 form {
  width: 100%;
  height: 100%;
}
#a8c23abc0aaa7e3 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 13px;
  height: 100%;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a8c23abc0aaa7e3 .search-box .search-type.show {
  display: block;
}
#a8c23abc0aaa7e3 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #ffffff;
  cursor: pointer;
  padding: 0 18px;
}
#a8c23abc0aaa7e3 .search-box .search-type li:hover {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .search-box .search-type li.active {
  color: #02c1f8;
}
#a8c23abc0aaa7e3 .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: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
#a8c23abc0aaa7e3 .inner-form .input-field {
  height: 100%;
}
#a8c23abc0aaa7e3 .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: 13px;
  font-family: NotoSansSC-Regular;
  color: #4a4a4a;
}
#a8c23abc0aaa7e3 .inner-form .input-field input.placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:-moz-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 13px;
  color: #707070;
}
#a8c23abc0aaa7e3 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a8c23abc0aaa7e3 .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;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a8c23abc0aaa7e3 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a8c23abc0aaa7e3 .inner-form .input-field.second-wrap {
  min-width: 50px;
}
#a8c23abc0aaa7e3 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #02c1f8;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  font-size: 14px;
}
#a8c23abc0aaa7e3 .btn-search:hover {
  background: #02c1f8;
}
#a8c23abc0aaa7e3 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a59e1acbafa0d19 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(2, 193, 248, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Regular;}#a59e1acbafa0d19 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(245, 166, 35, 1);}#a75daa7488a0715 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: NotoSansSC-Regular;color: rgba(255, 255, 255, 1);}