.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #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: #4a90e2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #000000;
  text-shadow: none;
}
::selection {
  background: #000000;
  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 #000000;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #000000;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f2f5fa;
}
/* ========================================================================
     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: #f2f5fa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #000000;
  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: #000000;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #000000;
  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: #f2f5fa;
  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: #000000;
  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: #000000;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #000000;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #000000;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #2e2e2e;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #2e2e2e;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
/*
   * 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: #f2f5fa;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #000000;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #4a90e2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #000000;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #2e2e2e;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f2f5fa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f2f5fa;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #000000;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #2e2e2e;
}
/* ========================================================================
     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: #000000;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #2e2e2e;
  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: #000000;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #2e2e2e;
  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: #000000;
}
/*
   * 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: #000000;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #000000;
  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: #f2f5fa;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #000000;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #000000;
}
/* 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: #000000;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #000000;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #000000;
}
/* 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: #000000;
  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: #000000;
  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: #000000;
  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: #000000;
}
/* 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: #000000;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #000000;
  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: #000000;
}
/*
   * 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: #000000;
}
/* 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: #f2f5fa;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #000000;
}
/*
   * 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: #000000;
  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: #f2f5fa;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #000000;
}
.uk-progress::-moz-progress-bar {
  background-color: #000000;
}
.uk-progress::-ms-fill {
  background-color: #000000;
}
/* ========================================================================
     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: #000000 !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: #000000 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #000000;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f2f5fa;
}
.uk-background-primary {
  background-color: #000000;
}
.uk-background-secondary {
  background-color: #2e2e2e;
}
/* ========================================================================
     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: #000000;
  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: #000000;
  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: #000000;
  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: #f2f5fa;
  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: #000000;
}
.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(46, 46, 46, 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: #000000;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f2f5fa;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #000000;
}
.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: #000000;
  border-color: #000000;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #000000;
}
/* ========================================================================
   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: #000000;
}
.ap-list-filter dd a.active {
  background-color: #000000;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #000000;
}
.category li a.active {
  color: #000000;
}
.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: #000000;
}
.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: #000000;
  border: 1px solid rgba(0, 0, 0, 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: #000000;
}
form .step .ui-step.active .ui-step-title {
  color: #000000;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #000000;
  background-color: #000000;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #000000;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000000;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn-effect-2:hover {
  background-color: #000000;
}
.uk-button.btn-effect-5 {
  background-color: #000000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #000000;
}
.header-effect-6 [data-item='title']::before {
  background-color: #000000;
}
#a88e0a205cad742 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1ee2afdbdae21f .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a1ee2afdbdae21f .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a1ee2afdbdae21f .data-list .uk-card {
  padding: 10px 0;
}
#a1ee2afdbdae21f .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a1ee2afdbdae21f .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a1ee2afdbdae21f .data-list .uk-card {
  cursor: pointer !important;
}
#a1ee2afdbdae21f .data-list .uk-card img {
  max-height: 300px;
}
#a1ee2afdbdae21f .data-list .uk-card:hover {
  background: #fafafa;
}
#a1ee2afdbdae21f .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a1ee2afdbdae21f .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a1ee2afdbdae21f .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a1ee2afdbdae21f .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a1ee2afdbdae21f .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a1ee2afdbdae21f .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a1ee2afdbdae21f .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}
#a1ee2afdbdae21f .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a1ee2afdbdae21f .uk-card .category:hover {
  background: #000000;
}
#a1ee2afdbdae21f .accordion-menu {
  width: 100%;
}
#a1ee2afdbdae21f .accordion-menu ul ul.submenu,
#a1ee2afdbdae21f .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a1ee2afdbdae21f .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a1ee2afdbdae21f .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a1ee2afdbdae21f .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a1ee2afdbdae21f .accordion-menu .menu-item.active > a {
  background: #000000;
  color: #fff;
}
#a1ee2afdbdae21f .accordion-menu li a:hover {
  background-color: #000000;
  color: #fff;
  border: none;
}
#a1ee2afdbdae21f .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a1ee2afdbdae21f .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a1ee2afdbdae21f .hot-list,
#a1ee2afdbdae21f .new-list {
  padding: 12px;
}
#a1ee2afdbdae21f .new-list a:hover,
#a1ee2afdbdae21f .hot-list a:hover {
  color: #0f6ecd;
}
#a1ee2afdbdae21f .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a1ee2afdbdae21f .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a1ee2afdbdae21f .hot-item:hover a {
  color: #0f6ecd;
}
#a1ee2afdbdae21f .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a1ee2afdbdae21f .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #000000;
  content: "";
}
#a1ee2afdbdae21f .content-header {
  padding-bottom: 10px;
}
#a1ee2afdbdae21f .item-title {
  color: #333;
}
#a1ee2afdbdae21f input::placeholder {
  color: #999;
}
#a1ee2afdbdae21f .datetime {
  color: #999;
}
#a1ee2afdbdae21f .new-item a {
  padding-left: 25px;
}
#a1ee2afdbdae21f .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae78eaed85ab156 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a515aab31aa6261 , #a515aab31aa6261 a{color: rgba(255, 255, 255, 1);}#aa3bea15d7a9c2c > .ele-wrap {background-color: rgba(255, 255, 255, 0.74);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad01ab6dea45d1 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ad471a7372a9637 , #ad471a7372a9637 a{color: rgba(255, 255, 255, 1);}#a5ab4a297fa0119 > .ele-wrap {background-color: rgba(255, 255, 255, 0.47);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa5c9af710a8de3 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ad9fba1b0fa9a57 , #ad9fba1b0fa9a57 a{color: rgba(255, 255, 255, 1);}#a3337afc86a31fb > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa0dacfc3a95af > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ac4f0a69f9a0dc5 , #ac4f0a69f9a0dc5 a{color: rgba(255, 255, 255, 1);}#a511fa93f9a8ef2 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ac1a2a466ba5acf , #ac1a2a466ba5acf a{color: rgba(255, 255, 255, 1);}#a5b37a70b6a5877 [data-item="items[0].title"] {left: 327px;top: -84px; position: relative;}#a5b37a70b6a5877 [data-item="items[0].abstract"] {left: 215px;top: -99px; position: relative;}#a5b37a70b6a5877 [data-item="items[1].title"] {left: 399px;top: -107px; position: relative;}#a5b37a70b6a5877 [data-item="items[1].abstract"] {left: 398px;top: -121px; position: relative;}#a1ee2afdbdae21f [data-item*=".title"], #a1ee2afdbdae21f [data-item*=".title"] a {font-size: 16px;}#a1ee2afdbdae21f [data-item*=".abstract"], #a1ee2afdbdae21f [data-item*=".abstract"] a {show: false;}#a1ee2afdbdae21f [data-item*=".subTitle"], #a1ee2afdbdae21f [data-item*=".subTitle"] a {show: true;}#a1ee2afdbdae21f [data-item*=".category"], #a1ee2afdbdae21f [data-item*=".category"] a {show: true;}#a075fa44bcaba46 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a88e0a205cad742 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8d79af593a9c71 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a8d79af593a9c71 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a8d79af593a9c71 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a8d79af593a9c71 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a8d79af593a9c71 .uk-container {
    padding: 0;
  }
  #a8d79af593a9c71 .sidebar {
    padding: 10px;
  }
}
#a8d79af593a9c71 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a8d79af593a9c71 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a8d79af593a9c71 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}
#a8d79af593a9c71 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a8d79af593a9c71 .content-tags a:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
#a8d79af593a9c71 .abstract,
#a8d79af593a9c71 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a8d79af593a9c71 .copyright a {
  color: #999;
  word-break: break-all;
}
#a8d79af593a9c71 .detail-content {
  font-size: 16px;
  color: #444;
}
#a8d79af593a9c71 .detail-content img {
  margin-bottom: 10px;
}
#a8d79af593a9c71 .detail-content table {
  font-size: 13px;
}
#a8d79af593a9c71 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a8d79af593a9c71 .hot-list,
#a8d79af593a9c71 .new-list {
  padding: 12px;
}
#a8d79af593a9c71 .new-list a:hover,
#a8d79af593a9c71 .hot-list a:hover {
  color: #0f6ecd;
}
#a8d79af593a9c71 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a8d79af593a9c71 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a8d79af593a9c71 .hot-item:hover a {
  color: #0f6ecd;
}
#a8d79af593a9c71 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a8d79af593a9c71 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #000000;
  content: "";
}
#a8d79af593a9c71 .content-header {
  padding-bottom: 10px;
}
#a8d79af593a9c71 .item-title {
  color: #333;
}
#a8d79af593a9c71 input::placeholder {
  color: #999;
}
#a8d79af593a9c71 .datetime {
  color: #999;
}
#a8d79af593a9c71 .new-item a {
  padding-left: 25px;
}
#a8d79af593a9c71 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a8d79af593a9c71 .siblings a {
  color: #444;
  line-height: 2;
}
#a8d79af593a9c71 .siblings a:hover {
  color: #0f6ecd;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae78eaed85ab156 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a515aab31aa6261 , #a515aab31aa6261 a{color: rgba(255, 255, 255, 1);}#aa3bea15d7a9c2c > .ele-wrap {background-color: rgba(255, 255, 255, 0.74);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad01ab6dea45d1 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ad471a7372a9637 , #ad471a7372a9637 a{color: rgba(255, 255, 255, 1);}#a5ab4a297fa0119 > .ele-wrap {background-color: rgba(255, 255, 255, 0.47);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa5c9af710a8de3 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ad9fba1b0fa9a57 , #ad9fba1b0fa9a57 a{color: rgba(255, 255, 255, 1);}#a3337afc86a31fb > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa0dacfc3a95af > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ac4f0a69f9a0dc5 , #ac4f0a69f9a0dc5 a{color: rgba(255, 255, 255, 1);}#a511fa93f9a8ef2 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ac1a2a466ba5acf , #ac1a2a466ba5acf a{color: rgba(255, 255, 255, 1);}#a8c9cabee1a03d0 [data-item="items[0].title"] {left: 327px;top: -84px; position: relative;}#a8c9cabee1a03d0 [data-item="items[0].abstract"] {left: 215px;top: -99px; position: relative;}#a8c9cabee1a03d0 [data-item="items[1].title"] {left: 399px;top: -107px; position: relative;}#a8c9cabee1a03d0 [data-item="items[1].abstract"] {left: 398px;top: -121px; position: relative;}#a075fa44bcaba46 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa6caafc75a2d61 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aa6caafc75a2d61 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#aa6caafc75a2d61 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #aa6caafc75a2d61 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #aa6caafc75a2d61 .uk-container {
    padding: 0;
  }
  #aa6caafc75a2d61 .sidebar {
    padding: 10px;
  }
}
#aa6caafc75a2d61 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aa6caafc75a2d61 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aa6caafc75a2d61 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  cursor: pointer;
}
#aa6caafc75a2d61 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#aa6caafc75a2d61 .content-tags a:hover {
  background: #000000;
  color: #fff;
  border-color: #000000;
}
#aa6caafc75a2d61 .abstract,
#aa6caafc75a2d61 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#aa6caafc75a2d61 .copyright a {
  color: #999;
  word-break: break-all;
}
#aa6caafc75a2d61 .detail-content {
  font-size: 16px;
  color: #444;
}
#aa6caafc75a2d61 .detail-content img {
  margin-bottom: 10px;
}
#aa6caafc75a2d61 .detail-content table {
  font-size: 13px;
}
#aa6caafc75a2d61 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aa6caafc75a2d61 .hot-list,
#aa6caafc75a2d61 .new-list {
  padding: 12px;
}
#aa6caafc75a2d61 .new-list a:hover,
#aa6caafc75a2d61 .hot-list a:hover {
  color: #0f6ecd;
}
#aa6caafc75a2d61 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aa6caafc75a2d61 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa6caafc75a2d61 .hot-item:hover a {
  color: #0f6ecd;
}
#aa6caafc75a2d61 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa6caafc75a2d61 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #000000;
  content: "";
}
#aa6caafc75a2d61 .content-header {
  padding-bottom: 10px;
}
#aa6caafc75a2d61 .item-title {
  color: #333;
}
#aa6caafc75a2d61 input::placeholder {
  color: #999;
}
#aa6caafc75a2d61 .datetime {
  color: #999;
}
#aa6caafc75a2d61 .new-item a {
  padding-left: 25px;
}
#aa6caafc75a2d61 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#aa6caafc75a2d61 .siblings a {
  color: #444;
  line-height: 2;
}
#aa6caafc75a2d61 .siblings a:hover {
  color: #0f6ecd;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad6d6a3e84adbd1 .uk-card {
  float: left;
  transition: all 0.2s linear;
}
#ad6d6a3e84adbd1 .items {
  width: 100%;
  overflow: hidden;
}
#ad6d6a3e84adbd1 .uk-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#ad6d6a3e84adbd1 .uk-card .item {
  background-size: cover;
  height: 524px;
  width: 100%;
}
#ad6d6a3e84adbd1 .uk-card .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#ad6d6a3e84adbd1 .uk-card .item .zindex {
  padding: 54px 0;
  z-index: 3;
  position: relative;
  height: 100%;
}
#ad6d6a3e84adbd1 .uk-card .icon {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
}
#ad6d6a3e84adbd1 .uk-card .item .title {
  display: block;
  font-size: 20px;
  width: 24px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
}
#ad6d6a3e84adbd1 .uk-card .item-expand {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75.5%;
  height: 524px;
}
#ad6d6a3e84adbd1 .uk-card .item-expand .title {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
#ad6d6a3e84adbd1 .uk-card .item-expand .pic {
  width: 64%;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
}
#ad6d6a3e84adbd1 .uk-card.on .item {
  width: 24.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#ad6d6a3e84adbd1 .uk-card.on .item .mask {
  background-color: rgba(0, 0, 0, 0.8);
}
#ad6d6a3e84adbd1 .uk-card .item-expand .arrow {
  display: block;
  width: 34px;
  margin: 36px auto 0;
}
#ad6d6a3e84adbd1 .uk-card.on .item-expand {
  display: flex;
}
#ad6d6a3e84adbd1 .uk-card.on .item .icon {
  display: none;
}
#ad6d6a3e84adbd1 .uk-card .item i {
  position: absolute;
  width: 1px;
  height: 38px;
  left: 50%;
  bottom: 60px;
  background: #fff;
}
@media (max-width: 640px) {
  #ad6d6a3e84adbd1 .uk-card.on .item-expand {
    display: none;
  }
  #ad6d6a3e84adbd1 .items {
    padding: 0 15px;
  }
  #ad6d6a3e84adbd1 .uk-card.on .item {
    width: 100%;
  }
  #ad6d6a3e84adbd1 .uk-card .item-expand,
  #ad6d6a3e84adbd1 .uk-card .item {
    height: 320px;
  }
  #ad6d6a3e84adbd1 .uk-card .icon {
    width: 60%;
  }
  #ad6d6a3e84adbd1 .uk-card .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}
#ae8b4a97d0a09b9 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#ae8b4a97d0a09b9 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#ae8b4a97d0a09b9 .new-list .uk-cover-container {
  min-height: 80px;
}
#ae8b4a97d0a09b9 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ae8b4a97d0a09b9 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ae8b4a97d0a09b9 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#ae8b4a97d0a09b9 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#ae8b4a97d0a09b9 .main-item:hover::after {
  opacity: 1;
}
#ae8b4a97d0a09b9 .main-info {
  z-index: 100;
}
#af885ac481ab28c .brand-list {
  background-color: #f5f5f5;
  margin-right: -1px;
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
}
#af885ac481ab28c .brand-list ul {
  margin-right: -2px;
  overflow: hidden;
}
#af885ac481ab28c .brand-item img {
  width: 80%;
  vertical-align: middle;
}
#af885ac481ab28c .brand-item {
  width: 132px;
  height: 108px;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
  position: relative;
}
#af885ac481ab28c .brand-item .brand-img {
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 108px;
  background-color: #fff;
}
#af885ac481ab28c .brand-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
#af885ac481ab28c .brand-item .coupon {
  color: #fff;
  text-align: center;
  padding: 0 5px;
}
#af885ac481ab28c .brand-item .enter {
  text-align: center;
  height: 32px;
}
#af885ac481ab28c .brand-item .enter span {
  display: inline-block;
  color: #fff;
  width: 63px;
  height: 18px;
  font-size: 12px;
  line-height: 15px;
  background-color: #FF0036;
  border-radius: 9px;
}
#af885ac481ab28c .brand-item:hover .brand-mask {
  opacity: 1;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a55d0abb5aae99e > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a7f8ba03e6a7d4d , #a7f8ba03e6a7d4d a{color: rgba(255, 255, 255, 1);}#a0326a2539a19c1 > .ele-wrap {background-color: rgba(255, 255, 255, 0.74);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adfa5a12b6a8d31 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a56dbabf73a1c8f , #a56dbabf73a1c8f a{color: rgba(255, 255, 255, 1);}#a119ba286eabd58 > .ele-wrap {background-color: rgba(255, 255, 255, 0.47);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adaebad3b1a0a5c > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a6946a9d91af6fb , #a6946a9d91af6fb a{color: rgba(255, 255, 255, 1);}#ab0e8ad604a3d5c > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b79ae36da8751 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a6dd8a0ff1a9e6c , #a6dd8a0ff1a9e6c a{color: rgba(255, 255, 255, 1);}#a309ca8a4da467d > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#af74ba8b0baba91 , #af74ba8b0baba91 a{color: rgba(255, 255, 255, 1);}#a5ce4a6ca6a68bf [data-item="items[0].title"] {left: 327px;top: -84px; position: relative;}#a5ce4a6ca6a68bf [data-item="items[0].abstract"] {left: 215px;top: -99px; position: relative;}#a5ce4a6ca6a68bf [data-item="items[1].title"] {left: 399px;top: -107px; position: relative;}#a5ce4a6ca6a68bf [data-item="items[1].abstract"] {left: 398px;top: -121px; position: relative;}#ada1da0953a335c > .ele-wrap {background-color: rgba(63, 217, 141, 1);background-image: url(/resources/upload/a57ffab92fa5057/1642390784595.jpeg);background-position: center center;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3be0a0cc5ab76c > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a7f49a68afab6db , #a7f49a68afab6db a{color: rgba(19, 199, 0, 1);}#a91d2ad34fa8b37 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0f80ad716a7a68 , #a0f80ad716a7a68 a{color: rgba(19, 199, 0, 1);}#a32cea233ead68d > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a80a0ae8aaad5c0 , #a80a0ae8aaad5c0 a{color: rgba(19, 199, 0, 1);}#a89a8a2cb3ae0ad > .ele-wrap {background-color: rgba(242, 242, 242, 1);background-image: url(/resources/upload/a57ffab92fa5057/1641970168562.jpeg);background-position: center center;background-size: 100% 100%;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a521fafe44a29ea > .ele-wrap {
                background-image: linear-gradient(360deg,
                rgba(176, 209, 247, 1),
                rgba(0, 87, 179, 0.66));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px undefined;}#ab8e2ae6c8ae608 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 25px;justify-content: center;border-style: solid;}#ab8e2ae6c8ae608 .ele-wrap:hover {background-color: #509c49;}#a9599a3acdad801 > .ele-wrap {background-color: #f2f5fa;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abdb4a5ed2a23b2 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1235ac0dda72e4 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ca8ac929aeea4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#a3d57a299aa5102 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a57ffab92fa5057/1678970093363.png);background-position: center center;background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae340a8511a1884 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#a3191aaadea1ec1 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a57ffab92fa5057/1678970093869.png);background-position: center center;background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ab16ca9552afa16 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#a1256a675aae9f5 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a57ffab92fa5057/1678970092060.png);background-position: center center;background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a16b6a12fca70c3 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#aed37acb1fa8931 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a57ffab92fa5057/1678601798194.png);background-position: center center;background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7549a2670a6de2 > .ele-wrap {background-color: #f2f5fa;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3444ad847a065d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d1da4cacae671 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab364a3c57a550f > .ele-wrap {background-color: #f2f5fa;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcf0ac449ae7fb > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a30a44a6a9ad8 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae817a0974a501d > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;}#aed83a310da6617 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#afa21aea3cad5be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(238, 238, 238, 1);border-right-style: solid;border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);border-top-color: rgba(238, 238, 238, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abaeba278ea8bb7 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#abaeba278ea8bb7  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ae12aa9eb3ae841 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#ae12aa9eb3ae841  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a8b89a1c39a8261 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a8b89a1c39a8261  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#aa612a5a94aa35a > .ele-wrap {background-color: rgba(63, 217, 141, 1);background-image: url(/resources/upload/a57ffab92fa5057/1642390784595.jpeg);background-position: center center;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ab5adbebaa48a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17f1a19f0aeceb > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#ad6a8a6911a6cfc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5b53abaeba813c > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a95c8abae4a5f02 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3d2ea1ee8a3d85 > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#af335abd3ea7792 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b97a9cfca690d > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a7a73ac92ba4a04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af173a845da046e > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a8c73a979da725d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab989a34b0a561d > .ele-wrap {background-color: rgba(247, 250, 253, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-style: dashed;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#ad6d6a3e84adbd1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(208, 2, 27, 1);}#a9c75a895fae9d3 > .ele-wrap {background-color: rgba(63, 217, 141, 1);background-image: url(/resources/upload/a57ffab92fa5057/1642390784595.jpeg);background-position: center center;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9eb0af923a027f > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a39a8766a0738 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#abce4a253fa1819 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a57ffab92fa5057/1652836497003.png);background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0f0aa0a4ca1b1b > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf33afacaab849 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1cdfaa7aaa403f > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4412a85bda6790 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af5b7a3d13a4170 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a077cae081a1dbf > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b4aa87fda0c0a > .ele-wrap {background-color: rgba(63, 217, 141, 1);background-image: url(/resources/upload/a57ffab92fa5057/1642390784595.jpeg);background-position: center center;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15f6adc88abd3d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a15f6adc88abd3d .form-item .uk-input,
#a15f6adc88abd3d .form-item .uk-select,
#a15f6adc88abd3d .form-item .uk-textarea {
  width: 200px;
}
#a15f6adc88abd3d .form-item .auto-height {
  height: auto;
}
#aa81eafe2aa4703 .a5645a1672a2a42 {
  overflow: hidden;
}
#aa81eafe2aa4703 .a5645a1672a2a42 , #aa81eafe2aa4703 .a5645a1672a2a42 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#aa81eafe2aa4703 .a5645a1672a2a42:hover , #aa81eafe2aa4703 .a5645a1672a2a42 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#aa81eafe2aa4703 .uk-grid {
  margin-left: -15px;
}
#aa81eafe2aa4703 .uk-grid > * {
  padding-left: 15px;
}
#aa81eafe2aa4703 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa81eafe2aa4703 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa81eafe2aa4703 .uk-position-center-left-out {
    left: -30px;
  }
  #aa81eafe2aa4703 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a99c5abdffaa767 .a883ba160bacdc6 {
  overflow: hidden;
}
#a99c5abdffaa767 .a883ba160bacdc6 , #a99c5abdffaa767 .a883ba160bacdc6 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a99c5abdffaa767 .a883ba160bacdc6:hover , #a99c5abdffaa767 .a883ba160bacdc6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a99c5abdffaa767 .uk-grid {
  margin-left: -15px;
}
#a99c5abdffaa767 .uk-grid > * {
  padding-left: 15px;
}
#a99c5abdffaa767 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a99c5abdffaa767 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a99c5abdffaa767 .uk-position-center-left-out {
    left: -30px;
  }
  #a99c5abdffaa767 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3c41a6088a08e0 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3c41a6088a08e0 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aac8ca5f3faefac {
  overflow: hidden;
  pointer-events: none;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aac8ca5f3faefac > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav,
#aac8ca5f3faefac > .tab-nav,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav,
#aac8ca5f3faefac > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #f0eff3;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav-horizontal,
#aac8ca5f3faefac > .tab-nav-horizontal,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aac8ca5f3faefac > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aac8ca5f3faefac > .tab-nav-horizontal::-webkit-scrollbar,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aac8ca5f3faefac > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aac8ca5f3faefac > .tab-nav-horizontal.tagScroll,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aac8ca5f3faefac > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aac8ca5f3faefac > .tab-nav-horizontal.tagScroll li a,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aac8ca5f3faefac > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav a,
#aac8ca5f3faefac > .tab-nav a,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aac8ca5f3faefac > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav li a,
#aac8ca5f3faefac > .tab-nav li a,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aac8ca5f3faefac > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #f0eff3;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav li a svg,
#aac8ca5f3faefac > .tab-nav li a svg,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aac8ca5f3faefac > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav li a .ap_icon,
#aac8ca5f3faefac > .tab-nav li a .ap_icon,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aac8ca5f3faefac > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav li a:hover,
#aac8ca5f3faefac > .tab-nav li a:hover,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aac8ca5f3faefac > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aac8ca5f3faefac > .tab-wrap > div > .tab-nav li.uk-active a,
#aac8ca5f3faefac > .tab-nav li.uk-active a,
#aac8ca5f3faefac > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aac8ca5f3faefac > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aac8ca5f3faefac .layout-left li,
#aac8ca5f3faefac .layout-center li,
#aac8ca5f3faefac .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aac8ca5f3faefac .layout-left li a,
#aac8ca5f3faefac .layout-center li a,
#aac8ca5f3faefac .layout-right li a {
  height: 100%;
}
#aac8ca5f3faefac > .tab-tabs .layout-left {
  text-align: left;
}
#aac8ca5f3faefac > .tab-tabs .layout-center {
  text-align: center;
}
#aac8ca5f3faefac > .tab-tabs .layout-right {
  text-align: right;
}
#aac8ca5f3faefac .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aac8ca5f3faefac .tab-content-wrap {
  background-color: #f0eff3;
}
#aac8ca5f3faefac .tab-contents,
#aac8ca5f3faefac .tab-contents-wrap {
  pointer-events: none;
}
#aac8ca5f3faefac .tab-content,
#aac8ca5f3faefac .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aac8ca5f3faefac .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aac8ca5f3faefac .tab-wrap .tab-contents {
  height: 100%;
}
#aac8ca5f3faefac .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aac8ca5f3faefac .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aac8ca5f3faefac .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ae7e1af275a081b .uk-grid {
  margin-left: -15px;
}
#ae7e1af275a081b .uk-grid > * {
  padding-left: 15px;
}
#ae7e1af275a081b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae7e1af275a081b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae7e1af275a081b .uk-position-center-left-out {
    left: -30px;
  }
  #ae7e1af275a081b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f84a6737a439f .uk-grid {
  margin-left: -15px;
}
#a5f84a6737a439f .uk-grid > * {
  padding-left: 15px;
}
#a5f84a6737a439f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5f84a6737a439f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5f84a6737a439f .uk-position-center-left-out {
    left: -30px;
  }
  #a5f84a6737a439f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7a1fafedda2fb2 .uk-grid {
  margin-left: -15px;
}
#a7a1fafedda2fb2 .uk-grid > * {
  padding-left: 15px;
}
#a7a1fafedda2fb2 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7a1fafedda2fb2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7a1fafedda2fb2 .uk-position-center-left-out {
    left: -30px;
  }
  #a7a1fafedda2fb2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a736eaf5f5a4530 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a831aa6c91a2c6c .uk-form .form-submit-btn {
  width: 280px;
}
#a831aa6c91a2c6c .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a831aa6c91a2c6c .submit-wrap {
  text-align: center;
}
#a831aa6c91a2c6c .submit-wrap button {
  background-color: #d0021b;
}
#a831aa6c91a2c6c .submit-wrap button {
  font-size: 16px;
}
#a831aa6c91a2c6c .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a831aa6c91a2c6c form {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a831aa6c91a2c6c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a831aa6c91a2c6c .form-item {
  margin-top: 8px !important;
  margin-bottom: 28px !important;
}
#a831aa6c91a2c6c .form-item .uk-input,
#a831aa6c91a2c6c .form-item .uk-select,
#a831aa6c91a2c6c .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a831aa6c91a2c6c .form-item .auto-height {
  height: auto;
}
#a831aa6c91a2c6c .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a831aa6c91a2c6c .form-item .send-code {
  bottom: 0px;
}
#a831aa6c91a2c6c .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a831aa6c91a2c6c .uk-form-label,
#a831aa6c91a2c6c .form-agree,
#a831aa6c91a2c6c .uk-h3,
#a831aa6c91a2c6c p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a831aa6c91a2c6c .form-item {
  position: relative;
}
#a831aa6c91a2c6c .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a831aa6c91a2c6c .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a831aa6c91a2c6c .form-item .uk-input,
#a831aa6c91a2c6c .form-item .uk-select,
#a831aa6c91a2c6c .form-item .uk-textarea,
#a831aa6c91a2c6c .form-item .address-select,
#a831aa6c91a2c6c .form-item .uk-grid {
  padding-left: 90px;
}
#a831aa6c91a2c6c .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a1a18a7c48a237a > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ace7aaab09a2cfa , #ace7aaab09a2cfa a{color: rgba(255, 255, 255, 1);}#af725ade6aab95e > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ce5a097fa0e27 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5779a26f2a517e > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aad71ab9f1a7e4e > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae2a7ac73bab5e5 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a28aee79a626c > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e9ea0f3ea6392 , #a1e9ea0f3ea6392 a{color: rgba(233, 27, 27, 1);}#acb59a729ca2703 , #acb59a729ca2703 a{color: rgba(233, 27, 27, 1);}#acda7a19dca69ac , #acda7a19dca69ac a{color: rgba(233, 27, 27, 1);}#ab07ba596fadd6f , #ab07ba596fadd6f a{color: rgba(233, 27, 27, 1);}#a1767a8d75ae4d0 , #a1767a8d75ae4d0 a{color: rgba(233, 27, 27, 1);}#a5490ade3fa6dbf > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d39a9c6eab5d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a0d39a9c6eab5d3 * {color: #4a90e2 }
                            #a0d39a9c6eab5d3 .line{border-color: #4a90e2 }#a0d39a9c6eab5d3  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a0d39a9c6eab5d3:hover * {color: #ffffff }
                            #a0d39a9c6eab5d3:hover .line{border-color: #ffffff }#a1be3a6f4aafa0b , #a1be3a6f4aafa0b a{color: rgba(74, 144, 226, 1);}#a1be3a6f4aafa0b:hover, #a1be3a6f4aafa0b a:hover {color: rgba(74, 144, 226, 1);}#aefada798dac607 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6107abc68a6171 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a6107abc68a6171 * {color: #4a90e2 }
                            #a6107abc68a6171 .line{border-color: #4a90e2 }#a6107abc68a6171  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a6107abc68a6171:hover * {color: #ffffff }
                            #a6107abc68a6171:hover .line{border-color: #ffffff }#a10edafdbfaa1bb , #a10edafdbfaa1bb a{color: rgba(74, 144, 226, 1);}#a10edafdbfaa1bb:hover, #a10edafdbfaa1bb a:hover {color: rgba(74, 144, 226, 1);}#a2f46a74e4af494 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ad5ab164a58d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a9ad5ab164a58d3 * {color: #4a90e2 }
                            #a9ad5ab164a58d3 .line{border-color: #4a90e2 }#a9ad5ab164a58d3  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a9ad5ab164a58d3:hover * {color: #ffffff }
                            #a9ad5ab164a58d3:hover .line{border-color: #ffffff }#a1f12a153ea349a , #a1f12a153ea349a a{color: rgba(74, 144, 226, 1);}#a1f12a153ea349a:hover, #a1f12a153ea349a a:hover {color: rgba(74, 144, 226, 1);}#a3907afae3a4770 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a392aa593ba9452 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a392aa593ba9452 * {color: #4a90e2 }
                            #a392aa593ba9452 .line{border-color: #4a90e2 }#a392aa593ba9452  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a392aa593ba9452:hover * {color: #ffffff }
                            #a392aa593ba9452:hover .line{border-color: #ffffff }#a7449a747fa92d4 , #a7449a747fa92d4 a{color: rgba(74, 144, 226, 1);}#a7449a747fa92d4:hover, #a7449a747fa92d4 a:hover {color: rgba(74, 144, 226, 1);}#acb42a0c46add6d > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2aa8afbb2aba8a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a2aa8afbb2aba8a * {color: #4a90e2 }
                            #a2aa8afbb2aba8a .line{border-color: #4a90e2 }#a2aa8afbb2aba8a  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a2aa8afbb2aba8a:hover * {color: #ffffff }
                            #a2aa8afbb2aba8a:hover .line{border-color: #ffffff }#ab000a9946a6d5e , #ab000a9946a6d5e a{color: rgba(74, 144, 226, 1);}#ab000a9946a6d5e:hover, #ab000a9946a6d5e a:hover {color: rgba(74, 144, 226, 1);}#aaa38add4fa6ef5 , #aaa38add4fa6ef5 a{color: rgba(208, 2, 27, 1);}#a4f75ac048aa6f0 , #a4f75ac048aa6f0 a{color: rgba(208, 2, 27, 1);}#a183caab59a1e97 , #a183caab59a1e97 a{color: rgba(208, 2, 27, 1);}#ab767acad2aa233 , #ab767acad2aa233 a{color: rgba(208, 2, 27, 1);}#a0137a11b0a11e8 > .ele-wrap {background-color: rgba(63, 217, 141, 1);background-image: url(/resources/upload/a57ffab92fa5057/1642390784595.jpeg);background-position: center center;background-size: contain;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a10a1d07ac373 .a2864a5ce4a723e {
  overflow: hidden;
}
#a5a10a1d07ac373 .a2864a5ce4a723e , #a5a10a1d07ac373 .a2864a5ce4a723e > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a5a10a1d07ac373 .a2864a5ce4a723e:hover , #a5a10a1d07ac373 .a2864a5ce4a723e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a5a10a1d07ac373 .uk-grid {
  margin-left: -15px;
}
#a5a10a1d07ac373 .uk-grid > * {
  padding-left: 15px;
}
#a5a10a1d07ac373 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a5a10a1d07ac373 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5a10a1d07ac373 .uk-position-center-left-out {
    left: -30px;
  }
  #a5a10a1d07ac373 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ace1aa1a5faa37f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a281fac12da238c > .ele-wrap {background-color: rgba(199, 197, 197, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab661a95d0a0217 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 0px 0px undefined;}#a1094a63c0ac1a4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a12a7a6688a929b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a09d5a04abafcb9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(199, 199, 199, 1);}#a5bfea1b79ae2ac > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8b4a97d0a09b9 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;background-color: rgba(245, 166, 35, 1);}#adb90af0daa6272 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#adb90af0daa6272 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a0417ae43fa1567 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acf4ba31f4a6083 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a69a21cfad9d2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a4a69a21cfad9d2 .ele-wrap:hover {background-color: #509c49;}#a26e2a48d6a8b95 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad080ab1a7a19be > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a196ea8ef5a37b6 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5fe2a87e9a5e49 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b07a7430a1b36 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#aa47dae297ac19f > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8904a8944aaba2 .uk-grid {
  margin-left: -15px;
}
#a8904a8944aaba2 .uk-grid > * {
  padding-left: 15px;
}
#a8904a8944aaba2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8904a8944aaba2 .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a8904a8944aaba2 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8904a8944aaba2 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a8904a8944aaba2 .article .info p {
  margin: 10px 0 10px;
}
#a8904a8944aaba2 .article svg {
  fill: currentColor;
}
#a8904a8944aaba2 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a8904a8944aaba2 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a8904a8944aaba2 .article.list-icon .info {
  padding-left: 25px;
}
#a8904a8944aaba2 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a8904a8944aaba2 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8904a8944aaba2 .article:hover .title {
  color: #626262;
}
#a8904a8944aaba2 .article:hover .datetime {
  color: #b6b6b6;
}
#a8904a8944aaba2 .article:hover .category {
  color: #b6b6b6;
}
#a8904a8944aaba2 .article:hover .abstract {
  color: #b6b6b6;
}
#a8904a8944aaba2 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8904a8944aaba2 .article:hover .list_icon {
  color: #b6b6b6;
}
#ae312a4da8a5ad2 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#aead9a1872a477e > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ac5a4e91a3e4d .uk-grid {
  margin-left: -15px;
}
#a8ac5a4e91a3e4d .uk-grid > * {
  padding-left: 15px;
}
#a8ac5a4e91a3e4d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8ac5a4e91a3e4d .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a8ac5a4e91a3e4d .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8ac5a4e91a3e4d .article .info {
  padding: 10px 10px;
  position: relative;
}
#a8ac5a4e91a3e4d .article .info p {
  margin: 10px 0 10px;
}
#a8ac5a4e91a3e4d .article svg {
  fill: currentColor;
}
#a8ac5a4e91a3e4d .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a8ac5a4e91a3e4d .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a8ac5a4e91a3e4d .article.list-icon .info {
  padding-left: 25px;
}
#a8ac5a4e91a3e4d .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a8ac5a4e91a3e4d .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8ac5a4e91a3e4d .article:hover .title {
  color: #626262;
}
#a8ac5a4e91a3e4d .article:hover .datetime {
  color: #b6b6b6;
}
#a8ac5a4e91a3e4d .article:hover .category {
  color: #b6b6b6;
}
#a8ac5a4e91a3e4d .article:hover .abstract {
  color: #b6b6b6;
}
#a8ac5a4e91a3e4d .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8ac5a4e91a3e4d .article:hover .list_icon {
  color: #b6b6b6;
}
#abbdfa274fa0af4 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#a7fcda2ad2a6320 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a697fa9e44a1f30 .uk-grid {
  margin-left: -15px;
}
#a697fa9e44a1f30 .uk-grid > * {
  padding-left: 15px;
}
#a697fa9e44a1f30 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a697fa9e44a1f30 .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a697fa9e44a1f30 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a697fa9e44a1f30 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a697fa9e44a1f30 .article .info p {
  margin: 10px 0 10px;
}
#a697fa9e44a1f30 .article svg {
  fill: currentColor;
}
#a697fa9e44a1f30 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a697fa9e44a1f30 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a697fa9e44a1f30 .article.list-icon .info {
  padding-left: 25px;
}
#a697fa9e44a1f30 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a697fa9e44a1f30 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a697fa9e44a1f30 .article:hover .title {
  color: #626262;
}
#a697fa9e44a1f30 .article:hover .datetime {
  color: #b6b6b6;
}
#a697fa9e44a1f30 .article:hover .category {
  color: #b6b6b6;
}
#a697fa9e44a1f30 .article:hover .abstract {
  color: #b6b6b6;
}
#a697fa9e44a1f30 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a697fa9e44a1f30 .article:hover .list_icon {
  color: #b6b6b6;
}
#ab583a2b9ba1e2a > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#a4366a8456a6725 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75eca5bb0a1824 .uk-grid {
  margin-left: -15px;
}
#a75eca5bb0a1824 .uk-grid > * {
  padding-left: 15px;
}
#a75eca5bb0a1824 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a75eca5bb0a1824 .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a75eca5bb0a1824 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a75eca5bb0a1824 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a75eca5bb0a1824 .article .info p {
  margin: 10px 0 10px;
}
#a75eca5bb0a1824 .article svg {
  fill: currentColor;
}
#a75eca5bb0a1824 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a75eca5bb0a1824 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a75eca5bb0a1824 .article.list-icon .info {
  padding-left: 25px;
}
#a75eca5bb0a1824 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a75eca5bb0a1824 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a75eca5bb0a1824 .article:hover .title {
  color: #626262;
}
#a75eca5bb0a1824 .article:hover .datetime {
  color: #b6b6b6;
}
#a75eca5bb0a1824 .article:hover .category {
  color: #b6b6b6;
}
#a75eca5bb0a1824 .article:hover .abstract {
  color: #b6b6b6;
}
#a75eca5bb0a1824 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a75eca5bb0a1824 .article:hover .list_icon {
  color: #b6b6b6;
}
#a7e37ad944abba3 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#a76c8a10cfa81a6 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e58aae34a0fc4 .uk-grid {
  margin-left: -15px;
}
#a6e58aae34a0fc4 .uk-grid > * {
  padding-left: 15px;
}
#a6e58aae34a0fc4 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6e58aae34a0fc4 .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a6e58aae34a0fc4 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a6e58aae34a0fc4 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a6e58aae34a0fc4 .article .info p {
  margin: 10px 0 10px;
}
#a6e58aae34a0fc4 .article svg {
  fill: currentColor;
}
#a6e58aae34a0fc4 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a6e58aae34a0fc4 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a6e58aae34a0fc4 .article.list-icon .info {
  padding-left: 25px;
}
#a6e58aae34a0fc4 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a6e58aae34a0fc4 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6e58aae34a0fc4 .article:hover .title {
  color: #626262;
}
#a6e58aae34a0fc4 .article:hover .datetime {
  color: #b6b6b6;
}
#a6e58aae34a0fc4 .article:hover .category {
  color: #b6b6b6;
}
#a6e58aae34a0fc4 .article:hover .abstract {
  color: #b6b6b6;
}
#a6e58aae34a0fc4 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6e58aae34a0fc4 .article:hover .list_icon {
  color: #b6b6b6;
}
#abcb7a592ca3bc5 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(74, 74, 74, 1);}#a7e24a16bbaa8c9 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f9ba09b4a2337 .uk-grid {
  margin-left: -15px;
}
#a8f9ba09b4a2337 .uk-grid > * {
  padding-left: 15px;
}
#a8f9ba09b4a2337 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8f9ba09b4a2337 .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a8f9ba09b4a2337 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a8f9ba09b4a2337 .article .info {
  padding: 10px 10px;
  position: relative;
}
#a8f9ba09b4a2337 .article .info p {
  margin: 10px 0 10px;
}
#a8f9ba09b4a2337 .article svg {
  fill: currentColor;
}
#a8f9ba09b4a2337 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#a8f9ba09b4a2337 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#a8f9ba09b4a2337 .article.list-icon .info {
  padding-left: 25px;
}
#a8f9ba09b4a2337 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#a8f9ba09b4a2337 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a8f9ba09b4a2337 .article:hover .title {
  color: #626262;
}
#a8f9ba09b4a2337 .article:hover .datetime {
  color: #b6b6b6;
}
#a8f9ba09b4a2337 .article:hover .category {
  color: #b6b6b6;
}
#a8f9ba09b4a2337 .article:hover .abstract {
  color: #b6b6b6;
}
#a8f9ba09b4a2337 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a8f9ba09b4a2337 .article:hover .list_icon {
  color: #b6b6b6;
}
#ac2f3a7b39a2437 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#ac2f3a7b39a2437 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac2f3a7b39a2437 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#aa3b8a4eb1ac763 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acd16aa744a21b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abdd4ad9fea9fdd .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 25px;justify-content: center;border-style: solid;}#abdd4ad9fea9fdd .ele-wrap:hover {background-color: #509c49;}#a89fba7f76aa945 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #777;background-color: transparent;background-image: url(/resources/upload/a57ffab92fa5057/1642419713228.png);border-radius: 25px;font-size: 14px;justify-content: center;}#a89fba7f76aa945 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-image: url(/resources/upload/a57ffab92fa5057/1642419878723.png);}#a9998a2967a85c7 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #777;background-color: transparent;background-image: url(/resources/upload/a57ffab92fa5057/1642420236943.png);border-radius: 25px;font-size: 14px;justify-content: center;}#a9998a2967a85c7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-image: url(/resources/upload/a57ffab92fa5057/1642420237174.png);}#a43e2a2571aa778 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #777;background-color: transparent;background-image: url(/resources/upload/a57ffab92fa5057/1642420271892.png);border-radius: 25px;font-size: 14px;justify-content: center;}#a43e2a2571aa778 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-image: url(/resources/upload/a57ffab92fa5057/1642420272358.png);}#a5727adcb3a7003 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #777;background-color: transparent;background-image: url(/resources/upload/a57ffab92fa5057/1642420308166.png);border-radius: 25px;font-size: 14px;justify-content: center;}#a5727adcb3a7003 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-image: url(/resources/upload/a57ffab92fa5057/1642420308703.png);}#a6102a69c4a0669 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #777;background-color: transparent;background-image: url(/resources/upload/a57ffab92fa5057/1642420351047.png);border-radius: 25px;font-size: 14px;justify-content: center;}#a6102a69c4a0669 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;background-image: url(/resources/upload/a57ffab92fa5057/1642420343371.png);}#a2389aaeb1a6711 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95dbaa6e3a6167 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c3fabb03a6a61 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addcfa15e0a9092 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a0293ae4b8a1a7d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a92a3a9319a6158 > .ele-wrap {background-color: rgba(0, 182, 84, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d20a16c4a173e > .ele-wrap {background-color: rgba(0, 182, 84, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a65e8a470ba85c0 > .ele-wrap {background-color: rgba(0, 182, 84, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5786a2fdba17f1 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#ae491aa1a5ac0f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab8e7a98c4a0fb2 .brand-list {
  background-color: #f5f5f5;
  margin-right: -1px;
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
}
#ab8e7a98c4a0fb2 .brand-list ul {
  margin-right: -2px;
  overflow: hidden;
}
#ab8e7a98c4a0fb2 .brand-item img {
  width: 80%;
  vertical-align: middle;
}
#ab8e7a98c4a0fb2 .brand-item {
  width: 132px;
  height: 108px;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
  position: relative;
}
#ab8e7a98c4a0fb2 .brand-item .brand-img {
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 108px;
  background-color: #fff;
}
#ab8e7a98c4a0fb2 .brand-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
#ab8e7a98c4a0fb2 .brand-item .coupon {
  color: #fff;
  text-align: center;
  padding: 0 5px;
}
#ab8e7a98c4a0fb2 .brand-item .enter {
  text-align: center;
  height: 32px;
}
#ab8e7a98c4a0fb2 .brand-item .enter span {
  display: inline-block;
  color: #fff;
  width: 63px;
  height: 18px;
  font-size: 12px;
  line-height: 15px;
  background-color: #FF0036;
  border-radius: 9px;
}
#ab8e7a98c4a0fb2 .brand-item:hover .brand-mask {
  opacity: 1;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab004adc6ea5e51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a720ba1083a8977 , #a720ba1083a8977 a{color: rgba(4, 166, 115, 1);}#aacbfaf415ac3cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acecea1816a1489 , #acecea1816a1489 a{color: rgba(4, 166, 115, 1);}#a977caebc5af444 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a43e4a1350aa0ee , #a43e4a1350aa0ee a{color: rgba(4, 166, 115, 1);}#a15f4a99a3aa4d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d07aa583ac410 , #a0d07aa583ac410 a{color: rgba(4, 166, 115, 1);}#a366aa6cacac04e .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 50px;
}
#aee64a50d9a9010 > .ele-wrap {
                background-image: linear-gradient(270deg,
                transparent,
                rgba(0, 153, 68, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae57da24d5a6606 , #ae57da24d5a6606 a{color: rgba(255, 255, 255, 1);}#aa61da42d3acb90 , #aa61da42d3acb90 a{color: rgba(255, 255, 255, 1);}#a6263a290da33a3 , #a6263a290da33a3 a{color: rgba(255, 255, 255, 1);}#acebea86a5af2a3 , #acebea86a5af2a3 a{color: rgba(255, 255, 255, 1);}#a261da2bbcaed59 , #a261da2bbcaed59 a{color: rgba(255, 255, 255, 1);}#a8665a0047ae93e .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#abd62ad548ad6f2 .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a625aab6ada8bb7 > .ele-wrap {background-color: rgba(0, 153, 68, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 50px;border-bottom-right-radius: 50px;}#aa130af56eaf118 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a158ea4846a75bb > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#aadaea7563a3f8d , #aadaea7563a3f8d a{color: rgba(255, 255, 255, 1);}#a235ea58f0aaf9c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c03a1e45abeee > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a23e3aa961ad3a8 , #a23e3aa961ad3a8 a{color: rgba(255, 255, 255, 1);}#a516faf841a8cc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15efad360a049d > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a30fcab95fabbe7 , #a30fcab95fabbe7 a{color: rgba(255, 255, 255, 1);}#ac262a7c2eaed1b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0be2ae88cabf26 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a9a41aedafa9db9 , #a9a41aedafa9db9 a{color: rgba(255, 255, 255, 1);}#af809a2d99a07ab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a280ca0b8daa52b > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a305ca621eab717 , #a305ca621eab717 a{color: rgba(255, 255, 255, 1);}#a4ccaaf427a4861 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a72ddaba15a58e8 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a4b13ac5e0ad8df , #a4b13ac5e0ad8df a{color: rgba(255, 255, 255, 1);}#af649a00baad5de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78e1a85d3a3645 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#aa36fae162a6d78 , #aa36fae162a6d78 a{color: rgba(255, 255, 255, 1);}#a715baea1bad3d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa9f1ad3c4a21de > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#aa486add92aa594 , #aa486add92aa594 a{color: rgba(255, 255, 255, 1);}#ac28aa6672a5aa7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a06ab958a0e7c > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#ad9c7a20c6a29ee , #ad9c7a20c6a29ee a{color: rgba(255, 255, 255, 1);}#aa6bea3048a0747 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a182ba05a5a52fe > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a7f89aa6eaa482d , #a7f89aa6eaa482d a{color: rgba(255, 255, 255, 1);}#a0a7da8a60a0953 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aea3ea203ca9b92 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a9efca7035a0577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ae1baa8bf5a752d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5f28abe18a27a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#abf6ba54d9abc75 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a0ad9af8a4a2701 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab59cae734a6a3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5690ac03fadf17 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aaaa4a4b71af28a .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a831bacc68adeec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac1bea785eadd8d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#ac1bea785eadd8d .filter-nav li.uk-active {
  color: #fff;
  background-color: #000000;
}
#ac1bea785eadd8d .uk-card {
  background: #fff;
  font-size: 13px;
}
#ac1bea785eadd8d .img {
  background-position: center center;
}
#ac1bea785eadd8d .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a7544afd55a4ade .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a7544afd55a4ade .filter-nav li.uk-active {
  color: #fff;
  background-color: #000000;
}
#a7544afd55a4ade .uk-card {
  background: #fff;
  font-size: 13px;
}
#a7544afd55a4ade .img {
  background-position: center center;
}
#a7544afd55a4ade .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae9a2ac24aa63dd > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ae56aa8203a18a8 , #ae56aa8203a18a8 a{color: rgba(255, 255, 255, 1);}#a05daaad54ac159 > .ele-wrap {background-color: rgba(255, 255, 255, 0.74);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6460aa1caaf581 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a0f16ad8eeac498 , #a0f16ad8eeac498 a{color: rgba(255, 255, 255, 1);}#aa862aa7e5a6be0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.47);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2caaa482badc18 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a5a15a0779a50c1 , #a5a15a0779a50c1 a{color: rgba(255, 255, 255, 1);}#a3ad7a0882ab429 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca60a3af7a5d95 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ae3b3a11d0af8e8 , #ae3b3a11d0af8e8 a{color: rgba(255, 255, 255, 1);}#ae265a5139ac517 > .ele-wrap {background-color: rgba(255, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ab09aa5bfbaae58 , #ab09aa5bfbaae58 a{color: rgba(255, 255, 255, 1);}#ae0caa485aa41ff [data-item="items[0].title"] {left: 327px;top: -84px; position: relative;}#ae0caa485aa41ff [data-item="items[0].abstract"] {left: 215px;top: -99px; position: relative;}#ae0caa485aa41ff [data-item="items[1].title"] {left: 399px;top: -107px; position: relative;}#ae0caa485aa41ff [data-item="items[1].abstract"] {left: 398px;top: -121px; position: relative;}#a3ed3a1e9aaeecb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#a3ac6a08e8a2d91 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#a6e02afa9da598f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#a7e78afdc4a6eb5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#ae490a1006a893b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#afe6babda3a7791 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#af92ca234eaa7d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#a0fe8ada48a91aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#aa618a14f1a5b4e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}#aa8e7a8e44a3c39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae483a444caf1cc > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a99ccaefbba0838 , #a99ccaefbba0838 a{color: rgba(255, 255, 255, 1);}#af8b6af8d6ac659 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af478a50e3a3b58 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a68f4ac037a7bd7 , #a68f4ac037a7bd7 a{color: rgba(255, 255, 255, 1);}#af2e0a171fa0864 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a77b1ad5bfaad88 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#aa41faff37ade43 , #aa41faff37ade43 a{color: rgba(255, 255, 255, 1);}#a5e17a159aa7bd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac300a7454a5614 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a454fa0a47a5e67 , #a454fa0a47a5e67 a{color: rgba(255, 255, 255, 1);}#ae905a3796ab9a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa08aa530aad744 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#ada44a12dea6050 , #ada44a12dea6050 a{color: rgba(255, 255, 255, 1);}#acc18af30aa32b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad9cea28c8a447b > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a1d7eae026a891d , #a1d7eae026a891d a{color: rgba(255, 255, 255, 1);}#ae1c5ad87da941b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d30a1ac2a4364 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#a5c13ad0a4a7272 , #a5c13ad0a4a7272 a{color: rgba(255, 255, 255, 1);}#a1fb3af683a25b6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afc2ba7368aca8b > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#ad109a3e41a5ad4 , #ad109a3e41a5ad4 a{color: rgba(255, 255, 255, 1);}#a048bab664a0f1d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2b5a47f5ab7e9 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#af870ad6a1a076d , #af870ad6a1a076d a{color: rgba(255, 255, 255, 1);}#ad9abab385a9463 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d80abe78a10d9 > .ele-wrap {
                background-image: linear-gradient(140deg,
                rgba(2, 190, 93, 1),
                rgba(152, 242, 0, 1));
            border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;box-shadow: 0px 0px 0px 0px undefined;}#acfebac435a41f3 , #acfebac435a41f3 a{color: rgba(255, 255, 255, 1);}#ae8f7ac3cfa18e3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfbea2e57ab14a > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfbea2e57ab14a  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(74, 74, 74, 1);border-top-style: dashed;border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a2ae9aeefba4566 , #a2ae9aeefba4566 a{color: rgba(233, 27, 27, 1);}#ae02ea957cac0ea > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);}#a277aa79efa65c3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c87a526da994a > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c87a526da994a  > .ele-wrap:hover {border-top-width: 0px;border-top-style: dashed;border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a7b0fa353dae1dd , #a7b0fa353dae1dd a{color: rgba(233, 27, 27, 1);}#a0495a7876a5398 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);}#a1a63a52deadca4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8ffae4b8a23ad > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8ffae4b8a23ad  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(74, 74, 74, 1);border-top-style: dashed;border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a51d6ac57aa5e45 , #a51d6ac57aa5e45 a{color: rgba(233, 27, 27, 1);}#aa5bda39a8a916a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);}#ab0cda8970a0c28 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e42a08a2a5aa5 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e42a08a2a5aa5  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(74, 74, 74, 1);border-top-style: dashed;border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#add93aa875a7405 , #add93aa875a7405 a{color: rgba(233, 27, 27, 1);}#a46b6a8061a94fc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);}#a5ee3a7578a10a8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae806a149eacac6 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae806a149eacac6  > .ele-wrap:hover {border-top-width: 0px;border-top-color: rgba(74, 74, 74, 1);border-top-style: dashed;border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}#a0bcbab465a7a15 , #a0bcbab465a7a15 a{color: rgba(233, 27, 27, 1);}#a2239a0233ada5f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 74, 74, 1);border-left-color: rgba(74, 74, 74, 1);border-bottom-color: rgba(74, 74, 74, 1);}#ac1bea785eadd8d [data-item*=".abstract"], #ac1bea785eadd8d [data-item*=".abstract"] a {show: true;}#ac1bea785eadd8d [data-item*=".subTitle"], #ac1bea785eadd8d [data-item*=".subTitle"] a {show: true;}#ac1bea785eadd8d [data-item*=".category"], #ac1bea785eadd8d [data-item*=".category"] a {show: true;}#ac1bea785eadd8d [data-item="title"] {left: 0px;top: -1px; position: relative;}#a6229a1a3aa9687 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1dcaa7359a5a00 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a2631ac4b1afbb3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1ccba63e2aacad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ae295a9a9cab545 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa269aac0fa8c52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a798aa4931ae9e7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#af9ccabe5caf909 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a63dea8cdcadb9a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a0b2da3374ac60a > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a0b2da3374ac60a  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a9a0fab327aebc6 > .ele-wrap {background-image: url(/resources/upload/ab8670400bcf/1606888818332.png);background-position: center right;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a284ba738cabe9d > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a515da8192aa2c1 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a515da8192aa2c1  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#a694ea4529aff62 > .ele-wrap {background-image: url(/resources/upload/a57ffab92fa5057/1644998174637.jpeg);background-position: top center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af04dac5e6ac18a > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a31b8a11bfa212d > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(230, 230, 230, 1);border-right-color: rgba(230, 230, 230, 1);border-left-color: rgba(230, 230, 230, 1);border-bottom-color: rgba(230, 230, 230, 1);box-shadow: 0px 0px 2px 2px rgba(225, 225, 225, 1);}#a31b8a11bfa212d  > .ele-wrap:hover {border-top-color: rgba(19, 97, 225, 1);border-top-width: 1px;border-top-style: none;border-bottom-color: rgba(19, 97, 225, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 3px;border-right-style: none;border-left-style: none;border-bottom-style: solid;}#ababdaad6dadc14 > .ele-wrap {background-image: url(/resources/upload/a57ffab92fa5057/1644984945439.jpeg);background-position: center center;background-size: cover;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8ca9af653a18c9 > .ele-wrap {background-color: rgba(0, 0, 0, 0.55);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acd12a755cad328 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7dddaed79aa779 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a0971afcd2a5424 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5345a628ca9da4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ac491af276a41c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ad86daf441adc58 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a77a3a3eccab57f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a27ada11b2a1e2e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ac73ea4f0aa1341 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#acbfba9e1fa52e4 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a55aaa7b84a4532 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a22bcad82fa935f .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a7f30a0768a0433 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a3249a3e86adc9d .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#adfd1ae2bba0640 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a7725a5790a467e .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#ae1dfa4531af815 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#ac040a5255a082b .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a258cad603ac0ff > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a0f99a119ca8a0f .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a653da60cbadc21 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#af987aed4aaa2ae .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a3faeaf155a91b1 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(248, 206, 136, 1),
                rgba(219, 175, 101, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;}#a591aa487eafe23 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
#a7544afd55a4ade [data-item*=".abstract"], #a7544afd55a4ade [data-item*=".abstract"] a {show: true;}#a7544afd55a4ade [data-item*=".subTitle"], #a7544afd55a4ade [data-item*=".subTitle"] a {show: true;}#a7544afd55a4ade [data-item*=".category"], #a7544afd55a4ade [data-item*=".category"] a {show: true;}#a7544afd55a4ade [data-item="title"] {left: 0px;top: -1px; position: relative;}#af89ea4872a9240 > .ele-wrap {background-color: rgba(241, 238, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ab19aa9138a0517 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a3b7eaf440a13a1 , #a3b7eaf440a13a1 a{color: rgba(255, 255, 255, 1);}#ac0bea6447a0aaa > .ele-wrap {background-color: rgba(241, 238, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ae28daaf45a778f > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a6341ad672a48e6 , #a6341ad672a48e6 a{color: rgba(255, 255, 255, 1);}#a7e76acd38a01a0 > .ele-wrap {background-color: rgba(241, 238, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a766aae225a4e11 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad7eda77d8a3d19 , #ad7eda77d8a3d19 a{color: rgba(255, 255, 255, 1);}#a3ac5a01a6acbf1 > .ele-wrap {background-color: rgba(241, 238, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a22f4abd75a39ce > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9b0fafa21a5b7b , #a9b0fafa21a5b7b a{color: rgba(255, 255, 255, 1);}#a4c15ab155a2c73 > .ele-wrap {background-color: rgba(241, 238, 233, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2603a0237a8b52 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac441a98f3a2aa6 , #ac441a98f3a2aa6 a{color: rgba(255, 255, 255, 1);}#a54cea0adea8b11 .uk-grid {
  margin-left: -15px;
}
#a54cea0adea8b11 .uk-grid > * {
  padding-left: 15px;
}
#a54cea0adea8b11 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a54cea0adea8b11 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a54cea0adea8b11 .uk-position-center-left-out {
    left: -30px;
  }
  #a54cea0adea8b11 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac448a0edcaaef1 .uk-grid {
  margin-left: -15px;
}
#ac448a0edcaaef1 .uk-grid > * {
  padding-left: 15px;
}
#ac448a0edcaaef1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac448a0edcaaef1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac448a0edcaaef1 .uk-position-center-left-out {
    left: -30px;
  }
  #ac448a0edcaaef1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af92da4c6ea3525 .uk-grid {
  margin-left: -15px;
}
#af92da4c6ea3525 .uk-grid > * {
  padding-left: 15px;
}
#af92da4c6ea3525 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af92da4c6ea3525 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af92da4c6ea3525 .uk-position-center-left-out {
    left: -30px;
  }
  #af92da4c6ea3525 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6086aed51a17bc > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0bb9adef1aed4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a0bb9adef1aed4c * {color: #4a90e2 }
                            #a0bb9adef1aed4c .line{border-color: #4a90e2 }#a0bb9adef1aed4c  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a0bb9adef1aed4c:hover * {color: #ffffff }
                            #a0bb9adef1aed4c:hover .line{border-color: #ffffff }#a5083a6090ac0cf , #a5083a6090ac0cf a{color: rgba(74, 144, 226, 1);}#a5083a6090ac0cf:hover, #a5083a6090ac0cf a:hover {color: rgba(74, 144, 226, 1);}#ac699a8f34a343e > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00dca9d87a5ba0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a00dca9d87a5ba0 * {color: #4a90e2 }
                            #a00dca9d87a5ba0 .line{border-color: #4a90e2 }#a00dca9d87a5ba0  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a00dca9d87a5ba0:hover * {color: #ffffff }
                            #a00dca9d87a5ba0:hover .line{border-color: #ffffff }#a81dfafc9eab4ad , #a81dfafc9eab4ad a{color: rgba(74, 144, 226, 1);}#a81dfafc9eab4ad:hover, #a81dfafc9eab4ad a:hover {color: rgba(74, 144, 226, 1);}#a3993a02fcacb6c > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a457da2962ac775 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a457da2962ac775 * {color: #4a90e2 }
                            #a457da2962ac775 .line{border-color: #4a90e2 }#a457da2962ac775  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a457da2962ac775:hover * {color: #ffffff }
                            #a457da2962ac775:hover .line{border-color: #ffffff }#abf9aafdc7a4601 , #abf9aafdc7a4601 a{color: rgba(74, 144, 226, 1);}#abf9aafdc7a4601:hover, #abf9aafdc7a4601 a:hover {color: rgba(74, 144, 226, 1);}#a2cb2a0a3fa3ce4 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52a4a67b3a8808 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a52a4a67b3a8808 * {color: #4a90e2 }
                            #a52a4a67b3a8808 .line{border-color: #4a90e2 }#a52a4a67b3a8808  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a52a4a67b3a8808:hover * {color: #ffffff }
                            #a52a4a67b3a8808:hover .line{border-color: #ffffff }#a0e35ab497a3534 , #a0e35ab497a3534 a{color: rgba(74, 144, 226, 1);}#a0e35ab497a3534:hover, #a0e35ab497a3534 a:hover {color: rgba(74, 144, 226, 1);}#a5bbaa7eb2a3ddb > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa79fac784a75d4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#aa79fac784a75d4 * {color: #4a90e2 }
                            #aa79fac784a75d4 .line{border-color: #4a90e2 }#aa79fac784a75d4  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#aa79fac784a75d4:hover * {color: #ffffff }
                            #aa79fac784a75d4:hover .line{border-color: #ffffff }#a458ca095ea2bcb , #a458ca095ea2bcb a{color: rgba(74, 144, 226, 1);}#a458ca095ea2bcb:hover, #a458ca095ea2bcb a:hover {color: rgba(74, 144, 226, 1);}#a035aad7aaabf6f , #a035aad7aaabf6f a{color: rgba(208, 2, 27, 1);}#a91c3a2247a4ab2 , #a91c3a2247a4ab2 a{color: rgba(208, 2, 27, 1);}#a27c4af8f2adca2 , #a27c4af8f2adca2 a{color: rgba(208, 2, 27, 1);}#a60e7aa2e6a5040 , #a60e7aa2e6a5040 a{color: rgba(208, 2, 27, 1);}#af419a6f74a66cd .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a88e0a205cad742 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af2f0a1358a96cd .list-icon {
  color: #000000;
}
#af2f0a1358a96cd .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#af2f0a1358a96cd .uk-button:hover {
  background: #fff;
  color: #000000;
}
#af2f0a1358a96cd .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af2f0a1358a96cd [data-item="items[3]"] {left: 29px;top: 1px; position: relative;}#af2f0a1358a96cd [data-item="items[6]"] {left: 24px;top: 1px; position: relative;}#af2f0a1358a96cd [data-item="items[0]"] {left: 26px;top: 2px; position: relative;}#af2f0a1358a96cd [data-item="title"] {left: 2px;top: 16px; position: relative;}#af2f0a1358a96cd [data-item="items"] {left: -3px;top: 0px; position: relative;}#af2f0a1358a96cd [data-item="buttons[0]"] {font-size: 18px;justify-content: center;border-style: solid;color: #4a4a4a;}#a3d13ae6e2a7321 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aaa97abaa8ad042 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#abcaead244a3739 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab8fcabcc8aec54 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a8a04a0abbaf892 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#afd3fa60b2a5d86 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-right-color: rgba(2, 148, 35, 1);border-left-color: rgba(2, 148, 35, 1);border-bottom-color: rgba(2, 148, 35, 1);border-top-color: rgba(2, 148, 35, 1);border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aaba0a86c5a1dfb > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2aefa15a8ab315 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a0b76aab93a66b9 , #a0b76aab93a66b9 a{color: rgba(255, 255, 255, 1);}#a723aac789ae752 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#abcada2994aa77a > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a5a4bad9ccac2a5 , #a5a4bad9ccac2a5 a{color: rgba(255, 255, 255, 1);}#a5aaca582baf337 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#ad3e8abdeda1e54 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aa4edaa2b0a4114 , #aa4edaa2b0a4114 a{color: rgba(255, 255, 255, 1);}#a66a6a97d2a2546 > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#afdc4a61d7a9af2 > .ele-wrap {
                background-image: linear-gradient(220deg,
                rgba(1, 175, 71, 1),
                rgba(89, 203, 2, 1));
            border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a68bda1d4ea02a7 , #a68bda1d4ea02a7 a{color: rgba(255, 255, 255, 1);}#a3b76ab543a791d .uk-grid {
  margin-left: -15px;
}
#a3b76ab543a791d .uk-grid > * {
  padding-left: 15px;
}
#a3b76ab543a791d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3b76ab543a791d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3b76ab543a791d .uk-position-center-left-out {
    left: -30px;
  }
  #a3b76ab543a791d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afeaaa98d0a5a21 .uk-grid {
  margin-left: -15px;
}
#afeaaa98d0a5a21 .uk-grid > * {
  padding-left: 15px;
}
#afeaaa98d0a5a21 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afeaaa98d0a5a21 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afeaaa98d0a5a21 .uk-position-center-left-out {
    left: -30px;
  }
  #afeaaa98d0a5a21 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3736a4c11a55ed .uk-grid {
  margin-left: -15px;
}
#a3736a4c11a55ed .uk-grid > * {
  padding-left: 15px;
}
#a3736a4c11a55ed .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a3736a4c11a55ed .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3736a4c11a55ed .uk-position-center-left-out {
    left: -30px;
  }
  #a3736a4c11a55ed .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aea06af470a6e6a > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9effa4684a033c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a9effa4684a033c * {color: #4a90e2 }
                            #a9effa4684a033c .line{border-color: #4a90e2 }#a9effa4684a033c  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a9effa4684a033c:hover * {color: #ffffff }
                            #a9effa4684a033c:hover .line{border-color: #ffffff }#a5238a5bbaa9048 , #a5238a5bbaa9048 a{color: rgba(74, 144, 226, 1);}#a5238a5bbaa9048:hover, #a5238a5bbaa9048 a:hover {color: rgba(74, 144, 226, 1);}#a0f49ab101a8ded > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ef2ab2caae242 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a9ef2ab2caae242 * {color: #4a90e2 }
                            #a9ef2ab2caae242 .line{border-color: #4a90e2 }#a9ef2ab2caae242  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a9ef2ab2caae242:hover * {color: #ffffff }
                            #a9ef2ab2caae242:hover .line{border-color: #ffffff }#a0262a418bab9f4 , #a0262a418bab9f4 a{color: rgba(74, 144, 226, 1);}#a0262a418bab9f4:hover, #a0262a418bab9f4 a:hover {color: rgba(74, 144, 226, 1);}#a639ba5280a8cbd > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46d8a1b80afb44 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a46d8a1b80afb44 * {color: #4a90e2 }
                            #a46d8a1b80afb44 .line{border-color: #4a90e2 }#a46d8a1b80afb44  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a46d8a1b80afb44:hover * {color: #ffffff }
                            #a46d8a1b80afb44:hover .line{border-color: #ffffff }#a9c36a499aaf090 , #a9c36a499aaf090 a{color: rgba(74, 144, 226, 1);}#a9c36a499aaf090:hover, #a9c36a499aaf090 a:hover {color: rgba(74, 144, 226, 1);}#a3862adbe0a2adf > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c05aaa6ba5fdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a8c05aaa6ba5fdc * {color: #4a90e2 }
                            #a8c05aaa6ba5fdc .line{border-color: #4a90e2 }#a8c05aaa6ba5fdc  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a8c05aaa6ba5fdc:hover * {color: #ffffff }
                            #a8c05aaa6ba5fdc:hover .line{border-color: #ffffff }#a0f58a0df1adc5c , #a0f58a0df1adc5c a{color: rgba(74, 144, 226, 1);}#a0f58a0df1adc5c:hover, #a0f58a0df1adc5c a:hover {color: rgba(74, 144, 226, 1);}#aa50bae845a00e9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a96a9ae376a054c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 1px;border-top-color: rgba(74, 144, 226, 1);border-top-style: solid;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;color: #4a90e2;}#a96a9ae376a054c * {color: #4a90e2 }
                            #a96a9ae376a054c .line{border-color: #4a90e2 }#a96a9ae376a054c  > .ele-wrap:hover {border-top-style: solid;border-top-width: 0px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(74, 144, 226, 1);color: #ffffff;}#a96a9ae376a054c:hover * {color: #ffffff }
                            #a96a9ae376a054c:hover .line{border-color: #ffffff }#aec99ac7aba8195 , #aec99ac7aba8195 a{color: rgba(74, 144, 226, 1);}#aec99ac7aba8195:hover, #aec99ac7aba8195 a:hover {color: rgba(74, 144, 226, 1);}#ab210ad750a6d50 , #ab210ad750a6d50 a{color: rgba(208, 2, 27, 1);}#abe6ca13c3a2d6a , #abe6ca13c3a2d6a a{color: rgba(208, 2, 27, 1);}#a20cea00e7a466c , #a20cea00e7a466c a{color: rgba(208, 2, 27, 1);}#a6a5fad647acadb , #a6a5fad647acadb a{color: rgba(208, 2, 27, 1);}#a4bf3a9327a9c22 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a4808ac528a8f83 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#afe6fa6e06a5edc > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ae22fa1277a24cd > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8b44a4cf7a81fb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a61e3a2f59aca75 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ae5f2a430ea244f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a8e5aa5e25a0e16 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a93f9a56c3a993c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a7f3daa519ab073 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#ace3ca9be8a913c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7bada7c76ab0c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a36cea0310aed41 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a36cea0310aed41 .ele-wrap:hover {background-color: #509c49;}#aff7ba6261a983e > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abc3fa2353abcaf > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e14a927da0ddc > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff65a57aba5e82 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae48da1620a0f47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0e37ae062a66fe .ap-category-filter ul li.active {
  border-color: #000000;
  color: #000000;
}
#a0e37ae062a66fe .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0e37ae062a66fe .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0e37ae062a66fe .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0e37ae062a66fe .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0e37ae062a66fe .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;
}
#a0e37ae062a66fe .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0e37ae062a66fe .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0e37ae062a66fe .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0e37ae062a66fe .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0e37ae062a66fe .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0e37ae062a66fe .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0e37ae062a66fe .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0e37ae062a66fe .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0e37ae062a66fe .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0e37ae062a66fe .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0e37ae062a66fe .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0e37ae062a66fe .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0e37ae062a66fe .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;
  }
}
#a0e37ae062a66fe .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a0e37ae062a66fe .ele-article-list .pic-article .img_wrap {
  width: 25%;
  border-radius: 0px;
  overflow: hidden;
}
#a0e37ae062a66fe .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0e37ae062a66fe .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0e37ae062a66fe .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0e37ae062a66fe .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0e37ae062a66fe .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0e37ae062a66fe .ele-article-list .text-article:hover .time {
  color: auto;
}
#a075fa44bcaba46 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a4022a046da13bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af77caa003af306 .uk-position-bottom,
#af77caa003af306 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#af77caa003af306 .uk-position-bottom {
  background-color: #ffffff;
}
#af77caa003af306 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af77caa003af306 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#adf04a676baa5ae .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a2861a277caf028 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad104a75e2a9cc1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad104a75e2a9cc1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad104a75e2a9cc1 .ap-icon {
  margin-right: 6px;
}
#ad104a75e2a9cc1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#ad104a75e2a9cc1 .menu-list > li.icon-bottom > a,
#ad104a75e2a9cc1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad104a75e2a9cc1 .menu-list > li.icon-bottom > a .ap-icon,
#ad104a75e2a9cc1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad104a75e2a9cc1 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad104a75e2a9cc1 .menu-list > li.icon-top > a .ap-icon svg,
#ad104a75e2a9cc1 .menu-list > li.icon-bottom > a .ap-icon img,
#ad104a75e2a9cc1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad104a75e2a9cc1 .menu-list > li.icon-right > a .ap-icon,
#ad104a75e2a9cc1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad104a75e2a9cc1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad104a75e2a9cc1 .menu-list > li:hover > a,
#ad104a75e2a9cc1 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad104a75e2a9cc1 .menu-list ul,
#ad104a75e2a9cc1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad104a75e2a9cc1 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#ad104a75e2a9cc1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad104a75e2a9cc1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad104a75e2a9cc1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#addcba3efea79f9 .uk-position-bottom,
#addcba3efea79f9 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#addcba3efea79f9 .uk-position-bottom {
  background-color: #ffffff;
}
#addcba3efea79f9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#addcba3efea79f9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a39bba1a11a1fcf .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a689baf9a8a17ff .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a93d7aa22daf88e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a25cfa1bf5a2247 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ab882a7eb2a37e9 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a30bbaa55aab47e > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#abb27a03eea1177 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a7cbda7116abca0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a4a1ba196caffb6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a11fca9143af718 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ab219a42c1a339c .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#abac2a8e49a6a5b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a20d8a0e70a6668 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ab777a85fdae39a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ad8b4a81cdac1a2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a7791ae144acde5 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a07bea47feafed1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#aa83fa0dfca3dac > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a2607a0719ac4b1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a48d0a36e6a69a0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a9524af90aa947b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ad597a7f13a1bdb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ad01ea113fa4362 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a4810aff57a1c1a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ab636afa21a3ce0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ad2eda4343a59ba > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ae769a4e3ca05bb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ae07ea65b5ad4f3 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ac962a2f21ad570 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a01daad896ae5c0 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#af164aa58aaf13c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a332da10b6a4ecb > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a98b7acc6aa563f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#af6b2a9fa3a06d4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#aa88fad3aaa2d11 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a26f7abf23a4c8b > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#a4b87a8ccea1e20 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(145, 194, 251, 1);border-right-color: rgba(145, 194, 251, 1);border-left-color: rgba(145, 194, 251, 1);border-bottom-color: rgba(145, 194, 251, 1);}#ac34fa6d19abd34 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a242ea6011a489f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6b95a2683a7f63 .uk-position-bottom,
#a6b95a2683a7f63 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#a6b95a2683a7f63 .uk-position-bottom {
  background-color: #ffffff;
}
#a6b95a2683a7f63 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6b95a2683a7f63 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#abb2aa0970a782f .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#acdb6a25baab326 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad21caade4ae176 .uk-position-bottom,
#ad21caade4ae176 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#ad21caade4ae176 .uk-position-bottom {
  background-color: #ffffff;
}
#ad21caade4ae176 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad21caade4ae176 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa49fac4dda555e .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a316ea1e0aa79f8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa23eae0caaedf7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa23eae0caaedf7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa23eae0caaedf7 .ap-icon {
  margin-right: 6px;
}
#aa23eae0caaedf7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: solid;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 148px;
  height: 50px;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a,
#aa23eae0caaedf7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon svg,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon img,
#aa23eae0caaedf7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon,
#aa23eae0caaedf7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa23eae0caaedf7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa23eae0caaedf7 .menu-list > li:hover > a,
#aa23eae0caaedf7 .menu-list > li.active > a {
  background: #0066cc;
  background-color: #0066cc;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa23eae0caaedf7 .menu-list ul,
#aa23eae0caaedf7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa23eae0caaedf7 .menu-list ul {
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
}
#aa23eae0caaedf7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa23eae0caaedf7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa23eae0caaedf7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aba93ad37fa2503 .uk-position-bottom,
#aba93ad37fa2503 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
}
#aba93ad37fa2503 .uk-position-bottom {
  background-color: #ffffff;
}
#aba93ad37fa2503 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aba93ad37fa2503 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a9029a4f3ba9f52 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a5820add8eaf4b2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad2edad23daaa41 > .ele-wrap {background-color: rgba(1, 151, 60, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34c6a33c5a02ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f53aa3c2a2c68 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a696fa2a6cae4c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa63ea0e05a602c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba6fa87a6a0aa7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa482a3e3aae882 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a12b2aa9d3a58d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af04dae00ca4e50 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a735eabf38a9023 > .ele-wrap {background-color: rgba(1, 151, 60, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0327a190ea7ed4 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#ae491aa1a5ac0f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac43bae400ac8a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#ac43bae400ac8a3  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a3c51a7705af129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a3c51a7705af129  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a596aacdb6a0c2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#a596aacdb6a0c2a  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#aaaa4a4b71af28a .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac02da4589afa1f {
  min-height: 90vh;
  /* mobile */
}
#ac02da4589afa1f .search-highlight {
  background: yellow;
}
#ac02da4589afa1f .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ac02da4589afa1f .el-title {
  margin-bottom: 20px;
}
#ac02da4589afa1f .el-item:hover .el-title {
  color: #0f6ecd;
}
#ac02da4589afa1f .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ac02da4589afa1f .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ac02da4589afa1f .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ac02da4589afa1f .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ac02da4589afa1f .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ac02da4589afa1f .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ac02da4589afa1f .el-title {
    margin-bottom: 0;
  }
  #ac02da4589afa1f .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ac02da4589afa1f .category {
    font-size: 12px;
  }
  #ac02da4589afa1f .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1112af593a5821 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a1112af593a5821 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1112af593a5821 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1112af593a5821 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1112af593a5821 .error .clip:nth-of-type(1) .shadow,
#a1112af593a5821 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1112af593a5821 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1112af593a5821 .error h2 {
  font-size: 32px;
}
#a1112af593a5821 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1112af593a5821 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1112af593a5821 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1112af593a5821 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1112af593a5821 .error .clip .shadow {
  overflow: hidden;
}
#a1112af593a5821 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a1112af593a5821 .error .clip:nth-of-type(3) .shadow:after,
#a1112af593a5821 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a1112af593a5821 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1112af593a5821 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1112af593a5821 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1112af593a5821 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1112af593a5821 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1112af593a5821 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1112af593a5821 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1112af593a5821 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1112af593a5821 {
    /* Error Page */
    /* Error Page */
  }
  #a1112af593a5821 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1112af593a5821 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1112af593a5821 .error .clip:nth-of-type(1) .shadow,
  #a1112af593a5821 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1112af593a5821 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1112af593a5821 .error h2 {
    font-size: 24px;
  }
  #a1112af593a5821 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1112af593a5821 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1112af593a5821 .error .container-error-404 {
    height: 150px;
  }
}
#a1112af593a5821 .overlay {
  position: relative;
  z-index: 20;
}
#a1112af593a5821 .ground-color {
  background: white;
}
#a1112af593a5821 .item-bg-color {
  background: #EAEAEA;
}
#a1112af593a5821 .padding-top {
  padding-top: 10px;
}
#a1112af593a5821 .padding-bottom {
  padding-bottom: 10px;
}
#a1112af593a5821 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1112af593a5821 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1112af593a5821 .padding-all {
  padding: 10px;
}
#a1112af593a5821 .no-padding-left {
  padding-left: 0px;
}
#a1112af593a5821 .no-padding-right {
  padding-right: 0px;
}
#a1112af593a5821 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1112af593a5821 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1112af593a5821 .no-padding {
  padding: 0px;
}
#a1112af593a5821 .margin-top {
  margin-top: 10px;
}
#a1112af593a5821 .margin-bottom {
  margin-bottom: 10px;
}
#a1112af593a5821 .margin-right {
  margin-right: 10px;
}
#a1112af593a5821 .margin-left {
  margin-left: 10px;
}
#a1112af593a5821 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1112af593a5821 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1112af593a5821 .margin-all {
  margin: 10px;
}
#a1112af593a5821 .no-margin {
  margin: 0px;
}
#a1112af593a5821 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1112af593a5821 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1112af593a5821 .inside-col-shrink {
  margin: 0px 20px;
}
#a1112af593a5821 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a60e6a4ea2a7883 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a60e6a4ea2a7883 .switch_item {
  margin-right: 10px;
}
#a60e6a4ea2a7883 a.switch_item:hover {
  text-decoration: underline;
}
#a60e6a4ea2a7883 .slider {
  width: 420px;
  height: 600px;
}
#a60e6a4ea2a7883 .uk-slideshow-items {
  height: 100%;
}
#a60e6a4ea2a7883 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a60e6a4ea2a7883 .login-wrap {
  width: 100%;
  height: 100%;
}
#a60e6a4ea2a7883 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a60e6a4ea2a7883 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a60e6a4ea2a7883 .phone-login-box {
  margin: 40px auto 40px;
}
#a60e6a4ea2a7883 .login-header {
  margin-bottom: 24px;
}
#a60e6a4ea2a7883 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a60e6a4ea2a7883 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a60e6a4ea2a7883 .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;
}
#a60e6a4ea2a7883 .forget_password {
  cursor: pointer;
}
#a60e6a4ea2a7883 .forget_password:hover {
  color: #000000;
}
#a60e6a4ea2a7883 .input-item input.error,
#a60e6a4ea2a7883 .input-item input.error::placeholder {
  color: #fc4343;
}
#a60e6a4ea2a7883 .input-item input::placeholder {
  color: #999;
}
#a60e6a4ea2a7883 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a60e6a4ea2a7883 .form-item {
  margin: 24px 0;
}
#a60e6a4ea2a7883 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a60e6a4ea2a7883 .send-code {
  float: left;
  margin-left: 20px;
}
#a60e6a4ea2a7883 .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;
}
#a60e6a4ea2a7883 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a60e6a4ea2a7883 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a60e6a4ea2a7883 .login_btn_wrap {
  text-align: center;
}
#a60e6a4ea2a7883 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a60e6a4ea2a7883 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a60e6a4ea2a7883 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8072affaea3641 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a8072affaea3641 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a8072affaea3641 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a8072affaea3641 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a8072affaea3641 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a8072affaea3641 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a8072affaea3641 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a8072affaea3641 .nav-list {
  padding: 0 20px;
}
#a8072affaea3641 .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;
}
#a8072affaea3641 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a8072affaea3641 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a8072affaea3641 .order-item:hover {
  background: #f7f7f7;
}
#a8072affaea3641 .del-order {
  cursor: pointer;
}
#a8072affaea3641 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a8072affaea3641 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a8072affaea3641 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a8072affaea3641 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a8072affaea3641 .goods-item .goods-info {
  padding: 0 15px;
}
#a8072affaea3641 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a8072affaea3641 .appoint-time {
  margin-bottom: 4px;
}
#a8072affaea3641 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a8072affaea3641 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a8072affaea3641 .goods-item .goods-name {
  color: #333;
}
#a8072affaea3641 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a8072affaea3641 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a8072affaea3641 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a8072affaea3641 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a8072affaea3641 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a8072affaea3641 .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;
}
#a8072affaea3641 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a8072affaea3641 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a8072affaea3641 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a8072affaea3641 .setting-form {
  padding: 30px 20px;
}
#a8072affaea3641 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a8072affaea3641 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a8072affaea3641 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a8072affaea3641 .setting-form .setting-btns {
  margin-left: 130px;
}
#a8072affaea3641 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a8072affaea3641 .setting-wrap {
  position: relative;
}
#a8072affaea3641 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a8072affaea3641 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a8072affaea3641 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a8072affaea3641 .address-wrap {
  padding: 30px 20px;
}
#a8072affaea3641 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a8072affaea3641 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a8072affaea3641 .addr-list {
  min-height: 200px;
}
#a8072affaea3641 .addr-detail .addr-item-name,
#a8072affaea3641 .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;
}
#a8072affaea3641 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a8072affaea3641 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a8072affaea3641 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a8072affaea3641 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a8072affaea3641 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a8072affaea3641 .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;
}
#a8072affaea3641 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a8072affaea3641 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a8072affaea3641 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a8072affaea3641 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #000000;
}
#a8072affaea3641 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5672a882aab806 {
  min-height: 90vh;
  /* mobile */
}
#a5672a882aab806 .search-highlight {
  background: yellow;
}
#a5672a882aab806 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a5672a882aab806 .el-title {
  margin-bottom: 20px;
}
#a5672a882aab806 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a5672a882aab806 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a5672a882aab806 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a5672a882aab806 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a5672a882aab806 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a5672a882aab806 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a5672a882aab806 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a5672a882aab806 .el-title {
    margin-bottom: 0;
  }
  #a5672a882aab806 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a5672a882aab806 .category {
    font-size: 12px;
  }
  #a5672a882aab806 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a9ac3a6e3daf0b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad235ac13ea84fa .comment-detail {
  min-height: 600px;
}
#ad235ac13ea84fa table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ad235ac13ea84fa table th,
#ad235ac13ea84fa table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ad235ac13ea84fa table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ad235ac13ea84fa .red {
  color: #F00!important;
}
#ad235ac13ea84fa .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;
}
#aa9ccac91cac791 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa9ccac91cac791 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa9ccac91cac791 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#aa9ccac91cac791 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa9ccac91cac791 .menu-list > li.active > a:before,
#aa9ccac91cac791 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa9ccac91cac791 .menu-list > li ul li {
  position: relative;
}
#aa9ccac91cac791 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #4a90e2;
  width: 120px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa9ccac91cac791 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa9ccac91cac791 .menu-list li ul li a:active,
#aa9ccac91cac791 .menu-list li ul li a.active,
#aa9ccac91cac791 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa9ccac91cac791 .menu-list li ul,
#aa9ccac91cac791 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #4a90e2;
}
#aa9ccac91cac791 .menu-list li ul.menu-b > li,
#aa9ccac91cac791 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa9ccac91cac791 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa9ccac91cac791 .menu-list li:hover > ul {
  display: block;
}
#aa9ccac91cac791 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af12ba8d33a3273 .uk-container {max-width: 300px;}#a64a1a0836a24a6 .uk-form .form-submit-btn {
  width: 280px;
}
#a64a1a0836a24a6 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a64a1a0836a24a6 .submit-wrap {
  text-align: center;
}
#a64a1a0836a24a6 .submit-wrap button {
  background-color: #d0021b;
}
#a64a1a0836a24a6 .submit-wrap button {
  font-size: 16px;
}
#a64a1a0836a24a6 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a64a1a0836a24a6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a64a1a0836a24a6 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 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;
}
#a64a1a0836a24a6 .form-item .auto-height {
  height: auto;
}
#a64a1a0836a24a6 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a64a1a0836a24a6 .form-item .send-code {
  bottom: 0px;
}
#a64a1a0836a24a6 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a64a1a0836a24a6 .uk-form-label,
#a64a1a0836a24a6 .form-agree,
#a64a1a0836a24a6 .uk-h3,
#a64a1a0836a24a6 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a64a1a0836a24a6 .form-item {
  position: relative;
}
#a64a1a0836a24a6 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a64a1a0836a24a6 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a64a1a0836a24a6 .form-item .uk-input,
#a64a1a0836a24a6 .form-item .uk-select,
#a64a1a0836a24a6 .form-item .uk-textarea,
#a64a1a0836a24a6 .form-item .address-select,
#a64a1a0836a24a6 .form-item .uk-grid {
  padding-left: 90px;
}
#a64a1a0836a24a6 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a9daca4031aae74 > .ele-wrap {background-color: rgba(251, 251, 251, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1930a3e22ab376 , #a1930a3e22ab376 a{color: rgba(255, 255, 255, 1);}#a19f7a3643a73ec > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}#a1587ac0caae230 > .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);}