.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e6ac2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #f5a623;
}
/* 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: #f5a623;
}
/* 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: #1e6ac2;
  text-shadow: none;
}
::selection {
  background: #1e6ac2;
  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 #1e6ac2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e6ac2;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f4f9fe;
}
/* ========================================================================
     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: #f4f9fe;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e6ac2;
  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: #1e6ac2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e6ac2;
  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: #f4f9fe;
  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: #1e6ac2;
  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: #1e6ac2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e6ac2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e6ac2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ea1847;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ea1847;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e6ac2;
  color: #ffffff;
  border-color: #1e6ac2;
}
/*
   * 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: #f4f9fe;
  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: #1e6ac2;
}
/* 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: #1e6ac2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #f5a623;
}
/* 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: #1e6ac2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ea1847;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f4f9fe;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f4f9fe;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e6ac2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ea1847;
}
/* ========================================================================
     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: #1e6ac2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ea1847;
  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: #1e6ac2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ea1847;
  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: #1e6ac2;
}
/*
   * 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: #1e6ac2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e6ac2;
  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: #f4f9fe;
}
.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: #1e6ac2;
  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: #1e6ac2;
}
/* 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: #1e6ac2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e6ac2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e6ac2;
}
/* 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: #1e6ac2;
  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: #1e6ac2;
  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: #1e6ac2;
  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: #1e6ac2;
}
/* 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: #1e6ac2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e6ac2;
  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: #1e6ac2;
}
/*
   * 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: #1e6ac2;
}
/* 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: #f4f9fe;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e6ac2;
}
/*
   * 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: #1e6ac2;
  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: #f4f9fe;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e6ac2;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e6ac2;
}
.uk-progress::-ms-fill {
  background-color: #1e6ac2;
}
/* ========================================================================
     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: #1e6ac2 !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: #1e6ac2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e6ac2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f4f9fe;
}
.uk-background-primary {
  background-color: #1e6ac2;
}
.uk-background-secondary {
  background-color: #ea1847;
}
/* ========================================================================
     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: #1e6ac2;
  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: #1e6ac2;
  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: #1e6ac2;
  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: #f4f9fe;
  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: #1e6ac2;
}
.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(234, 24, 71, 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: #1e6ac2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f4f9fe;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e6ac2;
}
.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: #1e6ac2;
  border-color: #1e6ac2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e6ac2;
}
/* ========================================================================
   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: #175296;
}
.ap-list-filter dd a.active {
  background-color: #1e6ac2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e6ac2;
}
.category li a.active {
  color: #1e6ac2;
}
.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: #1e6ac2;
}
.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: #1e6ac2;
  border: 1px solid rgba(30, 106, 194, 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: #1e6ac2;
}
form .step .ui-step.active .ui-step-title {
  color: #1e6ac2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e6ac2;
  background-color: #1e6ac2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e6ac2;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e6ac2;
  color: #1e6ac2;
}
.btn-effect-2:hover {
  background-color: #1e6ac2;
}
.uk-button.btn-effect-5 {
  background-color: #1e6ac2;
  box-shadow: 0 0 15px rgba(30, 106, 194, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e6ac2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e6ac2;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#ac488af549a2c70 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a8a13a6aeaa4511 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8a13a6aeaa4511  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#addaeacdbcaceba , #addaeacdbcaceba a{color: rgba(255, 255, 255, 1);}#af699a9e6cad6cb > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#af699a9e6cad6cb  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a2e26a3bd0a8b01 , #a2e26a3bd0a8b01 a{color: rgba(255, 255, 255, 1);}#a3fc9af3afa391e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3fc9af3afa391e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aaeefa50aaa97ca , #aaeefa50aaa97ca a{color: rgba(255, 255, 255, 1);}#a00dfa8bc5af58d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a00dfa8bc5af58d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a73f8ac3d1ab49b , #a73f8ac3d1ab49b a{color: rgba(255, 255, 255, 1);}#a08f2abb51a5547 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a08f2abb51a5547  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a6498a1f8fa4ddf , #a6498a1f8fa4ddf a{color: rgba(255, 255, 255, 1);}#abecba840ba5f71 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692349116595.png);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 120px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;}#abecba840ba5f71  > .ele-wrap:hover {border-top-left-radius: 120px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5ff3adbb8a1ea7 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693388581261.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-left-radius: 120px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a5ff3adbb8a1ea7  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 120px;border-top-left-radius: 2px;border-right-width: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abaffad83aa5c12 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693407136846.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abaffad83aa5c12  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7c61a437ca59df > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a7c61a437ca59df  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a336eaf49aa0c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693542614889.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-right-radius: 120px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a336eaf49aa0c29  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 120px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a56ffa1d72a559a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 120px;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a56ffa1d72a559a  > .ele-wrap:hover {border-top-right-radius: 120px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9bfa7ffcac04c .a906ca3886a1043 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ae9bfa7ffcac04c .a906ca3886a1043  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ae9bfa7ffcac04c .a906ca3886a1043:hover * {color: #ffffff }
                            #ae9bfa7ffcac04c .a906ca3886a1043:hover .line{border-color: #ffffff }#ae9bfa7ffcac04c .a69fda1986a19b2 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ae9bfa7ffcac04c .a0849a343fa7725 {
  overflow: hidden;
}
#ae9bfa7ffcac04c .a0849a343fa7725 , #ae9bfa7ffcac04c .a0849a343fa7725 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9bfa7ffcac04c .a0849a343fa7725:hover , #ae9bfa7ffcac04c .a0849a343fa7725 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ae9bfa7ffcac04c .uk-grid {
  margin-left: -12px;
}
#ae9bfa7ffcac04c .uk-grid > * {
  padding-left: 12px;
}
#ae9bfa7ffcac04c .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae9bfa7ffcac04c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae9bfa7ffcac04c .uk-position-center-left-out {
    left: -30px;
  }
  #ae9bfa7ffcac04c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa5eea9e2aa3fe3 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a02cfa4e3fa743b a, #a02cfa4e3fa743b {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a02cfa4e3fa743b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ac377abbaaabf3d form {
  width: 100%;
  height: 100%;
}
#ac377abbaaabf3d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ac377abbaaabf3d .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ac377abbaaabf3d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ac377abbaaabf3d .search-box .search-type.show {
  display: block;
}
#ac377abbaaabf3d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ac377abbaaabf3d .search-box .search-type li:hover {
  color: #104e94;
}
#ac377abbaaabf3d .search-box .search-type li.active {
  color: #104e94;
}
#ac377abbaaabf3d .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac377abbaaabf3d .inner-form .input-field {
  height: 100%;
}
#ac377abbaaabf3d .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ac377abbaaabf3d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ac377abbaaabf3d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ac377abbaaabf3d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ac377abbaaabf3d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ac377abbaaabf3d .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ac377abbaaabf3d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ac377abbaaabf3d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ac377abbaaabf3d .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ac377abbaaabf3d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ac377abbaaabf3d .btn-search:hover {
  background: #104e94;
}
#ac377abbaaabf3d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ab52eae3e9a65c1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa4b4a142ca2104 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5dcfabf0ea2e71 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51dfa548caa44a > .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;}#a4577afe8da5208 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d2ae8d7a6fa9 > .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;}#a3872a8cbaa9c0d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3872a8cbaa9c0d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a3872a8cbaa9c0d:hover * {color: #ffffff  !important}
                            #a3872a8cbaa9c0d:hover .line{border-color: #ffffff  !important}#a6776aa256a6ced > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6776aa256a6ced  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a6776aa256a6ced:hover * {color: #ffffff  !important}
                            #a6776aa256a6ced:hover .line{border-color: #ffffff  !important}#a7df8a73f3abb4f > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7df8a73f3abb4f  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a7df8a73f3abb4f:hover * {color: #ffffff  !important}
                            #a7df8a73f3abb4f:hover .line{border-color: #ffffff  !important}#a15f5a01f1a6a00 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15f5a01f1a6a00  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a15f5a01f1a6a00:hover * {color: #ffffff  !important}
                            #a15f5a01f1a6a00:hover .line{border-color: #ffffff  !important}#ae9feafd25acdbd > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae9feafd25acdbd  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ae9feafd25acdbd:hover * {color: #ffffff  !important}
                            #ae9feafd25acdbd:hover .line{border-color: #ffffff  !important}#ab909a22acac2d4 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab909a22acac2d4  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab909a22acac2d4:hover * {color: #ffffff  !important}
                            #ab909a22acac2d4:hover .line{border-color: #ffffff  !important}#a5308a381ca6b5b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5308a381ca6b5b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a5308a381ca6b5b:hover * {color: #ffffff  !important}
                            #a5308a381ca6b5b:hover .line{border-color: #ffffff  !important}#ab7cda3e35a348d > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab7cda3e35a348d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab7cda3e35a348d:hover * {color: #ffffff  !important}
                            #ab7cda3e35a348d:hover .line{border-color: #ffffff  !important}#ac313ad471aacca > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac313ad471aacca  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac313ad471aacca:hover * {color: #ffffff  !important}
                            #ac313ad471aacca:hover .line{border-color: #ffffff  !important}#a3eb0a7d05a433c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3edad86ba9c92 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adacba3c06a3616 {
  min-height: 300px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#ac488af549a2c70 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a8a13a6aeaa4511 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8a13a6aeaa4511  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#addaeacdbcaceba , #addaeacdbcaceba a{color: rgba(255, 255, 255, 1);}#af699a9e6cad6cb > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#af699a9e6cad6cb  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a2e26a3bd0a8b01 , #a2e26a3bd0a8b01 a{color: rgba(255, 255, 255, 1);}#a3fc9af3afa391e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3fc9af3afa391e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aaeefa50aaa97ca , #aaeefa50aaa97ca a{color: rgba(255, 255, 255, 1);}#a00dfa8bc5af58d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a00dfa8bc5af58d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a73f8ac3d1ab49b , #a73f8ac3d1ab49b a{color: rgba(255, 255, 255, 1);}#a08f2abb51a5547 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a08f2abb51a5547  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a6498a1f8fa4ddf , #a6498a1f8fa4ddf a{color: rgba(255, 255, 255, 1);}#abecba840ba5f71 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692349116595.png);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 120px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;}#abecba840ba5f71  > .ele-wrap:hover {border-top-left-radius: 120px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a5ff3adbb8a1ea7 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693388581261.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-left-radius: 120px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a5ff3adbb8a1ea7  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 120px;border-top-left-radius: 2px;border-right-width: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abaffad83aa5c12 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693407136846.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abaffad83aa5c12  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a7c61a437ca59df > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a7c61a437ca59df  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a336eaf49aa0c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693542614889.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-right-radius: 120px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a336eaf49aa0c29  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 120px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a56ffa1d72a559a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 120px;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a56ffa1d72a559a  > .ele-wrap:hover {border-top-right-radius: 120px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-color: rgba(234, 24, 71, 1);border-top-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6477a1629ab8c0 {
  overflow: hidden;
}
#a6477a1629ab8c0 , #a6477a1629ab8c0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#a9c23affe5a787f {
  overflow: hidden;
}
#a9c23affe5a787f , #a9c23affe5a787f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1941a90d3a27fa .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 4px;justify-content: center;border-style: solid;}#a1941a90d3a27fa .ele-wrap:hover {background-color: #0483cc;}#ad5e3aef91a28c4 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 4px;justify-content: center;border-style: solid;}#ad5e3aef91a28c4 .ele-wrap:hover {background-color: #0483cc;}#ae99da322caa797 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 4px;justify-content: center;border-style: solid;}#ae99da322caa797 .ele-wrap:hover {background-color: #0483cc;}#a6773a2f12af682 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 4px;justify-content: center;border-style: solid;}#a6773a2f12af682 .ele-wrap:hover {background-color: #0483cc;}#ab75caf6bda7e7c .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 4px;justify-content: center;border-style: solid;}#ab75caf6bda7e7c .ele-wrap:hover {background-color: #0483cc;}#ad2aaa5ebdad3d7 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0448ac836a3c4a > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a82d8aac2daea44 a, #a82d8aac2daea44 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a82d8aac2daea44 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#a6ae2a2188a903a form {
  width: 100%;
  height: 100%;
}
#a6ae2a2188a903a .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a6ae2a2188a903a .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a6ae2a2188a903a .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a6ae2a2188a903a .search-box .search-type.show {
  display: block;
}
#a6ae2a2188a903a .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#a6ae2a2188a903a .search-box .search-type li:hover {
  color: #104e94;
}
#a6ae2a2188a903a .search-box .search-type li.active {
  color: #104e94;
}
#a6ae2a2188a903a .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6ae2a2188a903a .inner-form .input-field {
  height: 100%;
}
#a6ae2a2188a903a .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#a6ae2a2188a903a .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a6ae2a2188a903a .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a6ae2a2188a903a .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a6ae2a2188a903a .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a6ae2a2188a903a .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#a6ae2a2188a903a .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a6ae2a2188a903a .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#a6ae2a2188a903a .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#a6ae2a2188a903a .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#a6ae2a2188a903a .btn-search:hover {
  background: #104e94;
}
#a6ae2a2188a903a .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a772fa7e14a66aa > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2663a8e6ca360a > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a2663a8e6ca360a  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aed69ab4aaaf579 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aed69ab4aaaf579  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8276a0858a0d3c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8276a0858a0d3c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#aa137a6a9ca7cce .video-box,
#aa137a6a9ca7cce .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aa137a6a9ca7cce .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#aa137a6a9ca7cce .preview-box img {
  width: 100%;
  max-height: 500px;
}
#aa137a6a9ca7cce .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aa137a6a9ca7cce .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#aa137a6a9ca7cce .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aa137a6a9ca7cce .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aa137a6a9ca7cce .thumb-box {
  width: 100%;
  position: relative;
}
#aa137a6a9ca7cce .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aa137a6a9ca7cce .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aa137a6a9ca7cce .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aa137a6a9ca7cce .thumb-list {
  overflow: hidden;
}
#aa137a6a9ca7cce .thumb-list ul {
  width: 100000px;
}
#aa137a6a9ca7cce .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aa137a6a9ca7cce .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#aa137a6a9ca7cce .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aa137a6a9ca7cce .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aa137a6a9ca7cce .thumb-list ul li.active img {
  border-color: #df3033;
}
#aa137a6a9ca7cce .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aa137a6a9ca7cce .zoom-box img {
  max-width: initial;
}
#aa137a6a9ca7cce .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aa137a6a9ca7cce .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#aa137a6a9ca7cce .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#aa137a6a9ca7cce .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#aa137a6a9ca7cce .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #aa137a6a9ca7cce .right {
    width: 100%;
  }
  #aa137a6a9ca7cce .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aa137a6a9ca7cce .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aa137a6a9ca7cce .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a4e78a70b0a2c06 .inner-detail p {
  text-indent: 28px;
}
#a4e78a70b0a2c06 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #555555;
  line-height: 28px;
}
#a2c42aee58a191c , #a2c42aee58a191c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a481ba114aab521 , #a481ba114aab521 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#afe5ba90eaae0bc , #afe5ba90eaae0bc .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3592afb1ea7892 , #a3592afb1ea7892 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad626a1f5ea9f71 , #ad626a1f5ea9f71 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9d44a2397a8bf1 , #a9d44a2397a8bf1 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa1eea737daab0a , #aa1eea737daab0a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aafeea0fabaaead > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af744a2de4aa985 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4faa9878a126b > .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;}#a5e2aaf4a2a1095 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fa0ac189aeea2 > .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;}#a59aead9e0af3d6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59aead9e0af3d6  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a59aead9e0af3d6:hover * {color: #ffffff  !important}
                            #a59aead9e0af3d6:hover .line{border-color: #ffffff  !important}#aff0da24c0a131f > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff0da24c0a131f  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aff0da24c0a131f:hover * {color: #ffffff  !important}
                            #aff0da24c0a131f:hover .line{border-color: #ffffff  !important}#a59d5a32b1a9354 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59d5a32b1a9354  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a59d5a32b1a9354:hover * {color: #ffffff  !important}
                            #a59d5a32b1a9354:hover .line{border-color: #ffffff  !important}#ab040a24a2a6c4e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab040a24a2a6c4e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab040a24a2a6c4e:hover * {color: #ffffff  !important}
                            #ab040a24a2a6c4e:hover .line{border-color: #ffffff  !important}#a31d0aba2ead2e1 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a31d0aba2ead2e1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a31d0aba2ead2e1:hover * {color: #ffffff  !important}
                            #a31d0aba2ead2e1:hover .line{border-color: #ffffff  !important}#a9996ac18fa531e > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9996ac18fa531e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a9996ac18fa531e:hover * {color: #ffffff  !important}
                            #a9996ac18fa531e:hover .line{border-color: #ffffff  !important}#a3ea3a0911a16d3 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ea3a0911a16d3  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a3ea3a0911a16d3:hover * {color: #ffffff  !important}
                            #a3ea3a0911a16d3:hover .line{border-color: #ffffff  !important}#a9513ad240a3852 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9513ad240a3852  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a9513ad240a3852:hover * {color: #ffffff  !important}
                            #a9513ad240a3852:hover .line{border-color: #ffffff  !important}#adec4a7429aad6b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adec4a7429aad6b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#adec4a7429aad6b:hover * {color: #ffffff  !important}
                            #adec4a7429aad6b:hover .line{border-color: #ffffff  !important}#ab17aa64dfa9170 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2513ab86bad91f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#adacba3c06a3616 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a44abaff75a320f > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a44abaff75a320f  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a94cca4ab8a40f3 , #a94cca4ab8a40f3 a{color: rgba(255, 255, 255, 1);}#a659da6443ad39c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a659da6443ad39c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a819bad761a976d , #a819bad761a976d a{color: rgba(255, 255, 255, 1);}#a73b4a3a97a5e37 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a73b4a3a97a5e37  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afd89a9873aeb1c , #afd89a9873aeb1c a{color: rgba(255, 255, 255, 1);}#a9aa8a13bba6057 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9aa8a13bba6057  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a92b9ab171a8a20 , #a92b9ab171a8a20 a{color: rgba(255, 255, 255, 1);}#a4246aa4f1a48a9 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4246aa4f1a48a9  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a7af3a8810a492b , #a7af3a8810a492b a{color: rgba(255, 255, 255, 1);}#a3df7a21c5adae2 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1ec1a336fa1bf2 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 8px;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1ec1a336fa1bf2 .img-wrap:hover {
  border-color: #ea1847;
}
#a6496a0bd9a774f > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a7422ad55ea3915 a, #a7422ad55ea3915 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a7422ad55ea3915 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ab3c6a5967a133d form {
  width: 100%;
  height: 100%;
}
#ab3c6a5967a133d .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ab3c6a5967a133d .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ab3c6a5967a133d .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ab3c6a5967a133d .search-box .search-type.show {
  display: block;
}
#ab3c6a5967a133d .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ab3c6a5967a133d .search-box .search-type li:hover {
  color: #104e94;
}
#ab3c6a5967a133d .search-box .search-type li.active {
  color: #104e94;
}
#ab3c6a5967a133d .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ab3c6a5967a133d .inner-form .input-field {
  height: 100%;
}
#ab3c6a5967a133d .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ab3c6a5967a133d .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ab3c6a5967a133d .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ab3c6a5967a133d .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ab3c6a5967a133d .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ab3c6a5967a133d .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ab3c6a5967a133d .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ab3c6a5967a133d .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ab3c6a5967a133d .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ab3c6a5967a133d .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ab3c6a5967a133d .btn-search:hover {
  background: #104e94;
}
#ab3c6a5967a133d .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a7d01afbc5ac97d > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a324fa5d1ba78a8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a278aa5a5ca908b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9d5ad0d7a1db4 > .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;}#a4550a7f1ea7f6b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8cf8ab24ca32a1 > .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;}#a8a05ae883ad7a7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a05ae883ad7a7  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a8a05ae883ad7a7:hover * {color: #ffffff  !important}
                            #a8a05ae883ad7a7:hover .line{border-color: #ffffff  !important}#a4197a9f17a2e7e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4197a9f17a2e7e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4197a9f17a2e7e:hover * {color: #ffffff  !important}
                            #a4197a9f17a2e7e:hover .line{border-color: #ffffff  !important}#a245dae9d7a1edf > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a245dae9d7a1edf  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a245dae9d7a1edf:hover * {color: #ffffff  !important}
                            #a245dae9d7a1edf:hover .line{border-color: #ffffff  !important}#a40eba2a0da263c > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a40eba2a0da263c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a40eba2a0da263c:hover * {color: #ffffff  !important}
                            #a40eba2a0da263c:hover .line{border-color: #ffffff  !important}#ae5eea5b04addf0 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b9ea7aa2ade6f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#af3fea925aaa272 .af3aba919baf34b > .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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3fea925aaa272 .af3aba919baf34b  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.5);}#af3fea925aaa272 .ab7eeadbc5a71a6 {
  overflow: hidden;
}
#af3fea925aaa272 .ab7eeadbc5a71a6 , #af3fea925aaa272 .ab7eeadbc5a71a6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3fea925aaa272 .ab7eeadbc5a71a6:hover , #af3fea925aaa272 .ab7eeadbc5a71a6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 19px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3fea925aaa272 .ac541af284a30c2 {
  overflow: hidden;
}
#af3fea925aaa272 .ac541af284a30c2 , #af3fea925aaa272 .ac541af284a30c2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 25px;}#af3fea925aaa272 .a0a5dab8f3a6cdb a, #af3fea925aaa272 .a0a5dab8f3a6cdb {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);}#af3fea925aaa272 .a0a5dab8f3a6cdb a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3fea925aaa272 .aa77dac1bba4a69  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);}#af3fea925aaa272 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3fea925aaa272 .uk-position-center-left-out {
    left: -30px;
  }
  #af3fea925aaa272 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa950a3acbae61a {
  min-height: 300px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a44abaff75a320f > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a44abaff75a320f  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a94cca4ab8a40f3 , #a94cca4ab8a40f3 a{color: rgba(255, 255, 255, 1);}#a659da6443ad39c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a659da6443ad39c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a819bad761a976d , #a819bad761a976d a{color: rgba(255, 255, 255, 1);}#a73b4a3a97a5e37 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a73b4a3a97a5e37  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afd89a9873aeb1c , #afd89a9873aeb1c a{color: rgba(255, 255, 255, 1);}#a9aa8a13bba6057 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9aa8a13bba6057  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a92b9ab171a8a20 , #a92b9ab171a8a20 a{color: rgba(255, 255, 255, 1);}#a4246aa4f1a48a9 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4246aa4f1a48a9  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a7af3a8810a492b , #a7af3a8810a492b a{color: rgba(255, 255, 255, 1);}#a3df7a21c5adae2 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1ec1a336fa1bf2 .img-wrap {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 8px;
  border-right-style: solid;
  border-right-width: 5px;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a1ec1a336fa1bf2 .img-wrap:hover {
  border-color: #ea1847;
}
#ae0c9a24cbab119 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b95ac8c5a4a9d > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5b8aa37fa7373 > .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;}#a9a6ea4769aa239 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3383a27e7a22d0 > .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;}#a1140ae3bca7b3f > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1140ae3bca7b3f  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a1140ae3bca7b3f:hover * {color: #ffffff  !important}
                            #a1140ae3bca7b3f:hover .line{border-color: #ffffff  !important}#af449a2ac8ae9f0 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af449a2ac8ae9f0  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#af449a2ac8ae9f0:hover * {color: #ffffff  !important}
                            #af449a2ac8ae9f0:hover .line{border-color: #ffffff  !important}#ac5a4afd0badf95 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac5a4afd0badf95  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac5a4afd0badf95:hover * {color: #ffffff  !important}
                            #ac5a4afd0badf95:hover .line{border-color: #ffffff  !important}#a83d1a3deca9feb > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a83d1a3deca9feb  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a83d1a3deca9feb:hover * {color: #ffffff  !important}
                            #a83d1a3deca9feb:hover .line{border-color: #ffffff  !important}#aad57af785aec89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c36ac26cab1a9 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7936a01a5aa34c > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#afec0a1288a0972 a, #afec0a1288a0972 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#afec0a1288a0972 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ace9aa456fac4cf form {
  width: 100%;
  height: 100%;
}
#ace9aa456fac4cf .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ace9aa456fac4cf .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ace9aa456fac4cf .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ace9aa456fac4cf .search-box .search-type.show {
  display: block;
}
#ace9aa456fac4cf .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ace9aa456fac4cf .search-box .search-type li:hover {
  color: #104e94;
}
#ace9aa456fac4cf .search-box .search-type li.active {
  color: #104e94;
}
#ace9aa456fac4cf .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ace9aa456fac4cf .inner-form .input-field {
  height: 100%;
}
#ace9aa456fac4cf .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ace9aa456fac4cf .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ace9aa456fac4cf .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ace9aa456fac4cf .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ace9aa456fac4cf .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ace9aa456fac4cf .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ace9aa456fac4cf .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ace9aa456fac4cf .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ace9aa456fac4cf .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ace9aa456fac4cf .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ace9aa456fac4cf .btn-search:hover {
  background: #104e94;
}
#ace9aa456fac4cf .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0d05ad872a8ac3 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae7f6a9d9dac89c {
  overflow: hidden;
}
#ae7f6a9d9dac89c , #ae7f6a9d9dac89c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;}#a090eafc7fa62fe a, #a090eafc7fa62fe {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;color: rgba(119, 119, 119, 1);}#a090eafc7fa62fe a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#ab4c1a7860a9a4b  {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;color: rgba(119, 119, 119, 1);}#a9c2da106fa4666 .inner-detail p {
  text-indent: 28px;
}
#a9c2da106fa4666 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #555555;
  line-height: 28px;
}
#a8c44a6f5eaffd0, #a8c44a6f5eaffd0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;}#aaaf9a0e9da9cc5, #aaaf9a0e9da9cc5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;}#aa950a3acbae61a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: left;font-family: inherit;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3e1aaab0eab759 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a012aa75a7a45a9 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac3daa4923a1d60 a, #ac3daa4923a1d60 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#ac3daa4923a1d60 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#a90f5a70a1a2be7 form {
  width: 100%;
  height: 100%;
}
#a90f5a70a1a2be7 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a90f5a70a1a2be7 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a90f5a70a1a2be7 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a90f5a70a1a2be7 .search-box .search-type.show {
  display: block;
}
#a90f5a70a1a2be7 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#a90f5a70a1a2be7 .search-box .search-type li:hover {
  color: #104e94;
}
#a90f5a70a1a2be7 .search-box .search-type li.active {
  color: #104e94;
}
#a90f5a70a1a2be7 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a90f5a70a1a2be7 .inner-form .input-field {
  height: 100%;
}
#a90f5a70a1a2be7 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#a90f5a70a1a2be7 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a90f5a70a1a2be7 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a90f5a70a1a2be7 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#a90f5a70a1a2be7 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a90f5a70a1a2be7 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#a90f5a70a1a2be7 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a90f5a70a1a2be7 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#a90f5a70a1a2be7 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#a90f5a70a1a2be7 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#a90f5a70a1a2be7 .btn-search:hover {
  background: #104e94;
}
#a90f5a70a1a2be7 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a4c41a62c0ae1e1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa77eac325aa871 .a017ea5ad4a1d5c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#aa77eac325aa871 .a017ea5ad4a1d5c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#aa77eac325aa871 .a017ea5ad4a1d5c:hover * {color: #ffffff }
                            #aa77eac325aa871 .a017ea5ad4a1d5c:hover .line{border-color: #ffffff }#aa77eac325aa871 .a02c1a9c03adebc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#aa77eac325aa871 .a694ea76ffad316 , #aa77eac325aa871 .a694ea76ffad316 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#aa77eac325aa871 .a6dcfaeae4a031b {
  overflow: hidden;
}
#aa77eac325aa871 .a6dcfaeae4a031b , #aa77eac325aa871 .a6dcfaeae4a031b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa77eac325aa871 .a6dcfaeae4a031b:hover , #aa77eac325aa871 .a6dcfaeae4a031b *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa77eac325aa871 .a14a5a44c7ab716 , #aa77eac325aa871 .a14a5a44c7ab716 .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#aa77eac325aa871 .uk-grid {
  margin-left: -12px;
}
#aa77eac325aa871 .uk-grid > * {
  padding-left: 12px;
}
#aa77eac325aa871 .uk-grid > .uk-grid-margin {
  margin-top: 12px;
}
#aa77eac325aa871 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa77eac325aa871 .uk-position-center-left-out {
    left: -30px;
  }
  #aa77eac325aa871 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adf20aa54dadf30 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae019ac7dea62dc > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67b9a3925aa507 > .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;}#a11e2a5014a8f49 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2f30a6eb5ae766 > .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;}#a2e94af743a1d99 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2e94af743a1d99  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a2e94af743a1d99:hover * {color: #ffffff  !important}
                            #a2e94af743a1d99:hover .line{border-color: #ffffff  !important}#abf7ea0e7ea35d4 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf7ea0e7ea35d4  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#abf7ea0e7ea35d4:hover * {color: #ffffff  !important}
                            #abf7ea0e7ea35d4:hover .line{border-color: #ffffff  !important}#a534ca95f1a8318 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a534ca95f1a8318  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a534ca95f1a8318:hover * {color: #ffffff  !important}
                            #a534ca95f1a8318:hover .line{border-color: #ffffff  !important}#a76dcae996aea45 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76dcae996aea45  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a76dcae996aea45:hover * {color: #ffffff  !important}
                            #a76dcae996aea45:hover .line{border-color: #ffffff  !important}#a5809a34c7a9839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5809a34c7a9839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a5809a34c7a9839:hover * {color: #ffffff  !important}
                            #a5809a34c7a9839:hover .line{border-color: #ffffff  !important}#a10d1a2cbba2fed > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10d1a2cbba2fed  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a10d1a2cbba2fed:hover * {color: #ffffff  !important}
                            #a10d1a2cbba2fed:hover .line{border-color: #ffffff  !important}#ae5b4a0ac9ad784 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae5b4a0ac9ad784  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ae5b4a0ac9ad784:hover * {color: #ffffff  !important}
                            #ae5b4a0ac9ad784:hover .line{border-color: #ffffff  !important}#a34c1a9793a24d2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34c1a9793a24d2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a34c1a9793a24d2:hover * {color: #ffffff  !important}
                            #a34c1a9793a24d2:hover .line{border-color: #ffffff  !important}#a0473a85f5a18d2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0473a85f5a18d2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0473a85f5a18d2:hover * {color: #ffffff  !important}
                            #a0473a85f5a18d2:hover .line{border-color: #ffffff  !important}#a096aad2dba935b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4f28ae3c9a3904 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a202ca7180a43c4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa4edacfc7a0e68 {
  min-height: 300px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a615da5cc2afd5b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a8ebfa5ac8af546 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693557097626.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a8ebfa5ac8af546  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a4e92aa5f9ab8de > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#a4e92aa5f9ab8de  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ae86da2fa5acc4c > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693498083172.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#ae86da2fa5acc4c  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#af22ca635aad054 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693491924263.jpeg);background-size: cover;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);}#af22ca635aad054  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-top-width: 2px;border-top-style: solid;border-top-color: rgba(234, 24, 71, 1);border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-left-width: 2px;border-bottom-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ac2c3a3309a64a4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6cda593ba1a14 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a0661a48b3a8679 a, #a0661a48b3a8679 {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#a0661a48b3a8679 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;}#ade38a9932a4801 form {
  width: 100%;
  height: 100%;
}
#ade38a9932a4801 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ade38a9932a4801 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ade38a9932a4801 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ade38a9932a4801 .search-box .search-type.show {
  display: block;
}
#ade38a9932a4801 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 18px;
}
#ade38a9932a4801 .search-box .search-type li:hover {
  color: #104e94;
}
#ade38a9932a4801 .search-box .search-type li.active {
  color: #104e94;
}
#ade38a9932a4801 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-right-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.3);
  border-right-style: solid;
  border-left-color: rgba(155, 155, 155, 0.3);
  border-bottom-color: rgba(155, 155, 155, 0.3);
  border-top-color: rgba(155, 155, 155, 0.3);
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ade38a9932a4801 .inner-form .input-field {
  height: 100%;
}
#ade38a9932a4801 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #555555;
}
#ade38a9932a4801 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #7b7b7b;
}
#ade38a9932a4801 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ade38a9932a4801 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #555555;
  margin: 0 15px;
}
#ade38a9932a4801 .inner-form .input-field.second-wrap {
  min-width: 140px;
}
#ade38a9932a4801 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e6ac2;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  font-size: 16px;
}
#ade38a9932a4801 .btn-search:hover {
  background: #104e94;
}
#ade38a9932a4801 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a25caa483faa9be > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a829bac4c8acb6a .video-box,
#a829bac4c8acb6a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a829bac4c8acb6a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a829bac4c8acb6a .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a829bac4c8acb6a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a829bac4c8acb6a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a829bac4c8acb6a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a829bac4c8acb6a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a829bac4c8acb6a .thumb-box {
  width: 100%;
  position: relative;
}
#a829bac4c8acb6a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a829bac4c8acb6a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a829bac4c8acb6a .thumb-list {
  overflow: hidden;
}
#a829bac4c8acb6a .thumb-list ul {
  width: 100000px;
}
#a829bac4c8acb6a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a829bac4c8acb6a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a829bac4c8acb6a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a829bac4c8acb6a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a829bac4c8acb6a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a829bac4c8acb6a .zoom-box img {
  max-width: initial;
}
#a829bac4c8acb6a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a829bac4c8acb6a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a829bac4c8acb6a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a829bac4c8acb6a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a829bac4c8acb6a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a829bac4c8acb6a .right {
    width: 100%;
  }
  #a829bac4c8acb6a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a829bac4c8acb6a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad4b0a820daf58d , #ad4b0a820daf58d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ace03ac320ad7d0 , #ace03ac320ad7d0 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ae9afa6d1facf6d , #ae9afa6d1facf6d .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac53dae87da5658 , #ac53dae87da5658 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 32px;}#ab459a6ef3ac69d > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67f7a5ecfa6795 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a67f7a5ecfa6795  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a921fa5b0ea0854  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a4feba3c02a4ea3  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#abafaaa45aa8a68 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a243ea28b5a2c0e > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acde4a86ddafbcf , #acde4a86ddafbcf .param-tag {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(234, 24, 71, 1);}#a6cf9aef61a9357 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;}#af8fba39edafbaa > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a7dcbac09ba58b1 {
  overflow: hidden;
}
#a7dcbac09ba58b1 , #a7dcbac09ba58b1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 30px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2c0fa92e2a8f21 > .ele-wrap {background-color: rgba(222, 222, 222, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a09d6af988a7f0b, #a09d6af988a7f0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a09d6af988a7f0b a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa368a48e2a3b2f, #aa368a48e2a3b2f a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa368a48e2a3b2f a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a7c03a2c1dab8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3978a0234a4f2a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a716aaad65a1a81 > .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;}#a9744a5fcfa8f14 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ef1ad4e8a2a48 > .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;}#ac8d7aa625afc9d > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d7aa625afc9d  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ac8d7aa625afc9d:hover * {color: #ffffff  !important}
                            #ac8d7aa625afc9d:hover .line{border-color: #ffffff  !important}#aee79a6a6ba845e > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aee79a6a6ba845e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aee79a6a6ba845e:hover * {color: #ffffff  !important}
                            #aee79a6a6ba845e:hover .line{border-color: #ffffff  !important}#a4717a1f73a1d89 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4717a1f73a1d89  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4717a1f73a1d89:hover * {color: #ffffff  !important}
                            #a4717a1f73a1d89:hover .line{border-color: #ffffff  !important}#ab2c3a89b0ab839 > .ele-wrap {background-color: rgba(155, 155, 155, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab2c3a89b0ab839  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab2c3a89b0ab839:hover * {color: #ffffff  !important}
                            #ab2c3a89b0ab839:hover .line{border-color: #ffffff  !important}#a0227a2e71af163 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0227a2e71af163  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a0227a2e71af163:hover * {color: #ffffff  !important}
                            #a0227a2e71af163:hover .line{border-color: #ffffff  !important}#ade2da51b3a2c96 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade2da51b3a2c96  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ade2da51b3a2c96:hover * {color: #ffffff  !important}
                            #ade2da51b3a2c96:hover .line{border-color: #ffffff  !important}#ace6ba8fbfa676b > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace6ba8fbfa676b  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ace6ba8fbfa676b:hover * {color: #ffffff  !important}
                            #ace6ba8fbfa676b:hover .line{border-color: #ffffff  !important}#a56ada786cab62c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56ada786cab62c  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a56ada786cab62c:hover * {color: #ffffff  !important}
                            #a56ada786cab62c:hover .line{border-color: #ffffff  !important}#acdc3a1465af3e2 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdc3a1465af3e2  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#acdc3a1465af3e2:hover * {color: #ffffff  !important}
                            #acdc3a1465af3e2:hover .line{border-color: #ffffff  !important}#a1a4da5cd6a6d0f > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fd0a2a2eaa4ff .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a7d25a928aa627e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e4a068ea3d61 .a4d03a7ea7a6a5f > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover * {color: #ffffff }
                            #af3e4a068ea3d61 .a4d03a7ea7a6a5f:hover .line{border-color: #ffffff }#af3e4a068ea3d61 .a5058a47b2a362a .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 {
  overflow: hidden;
}
#af3e4a068ea3d61 .a4d8dae6beacbf9 , #af3e4a068ea3d61 .a4d8dae6beacbf9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af3e4a068ea3d61 .a4d8dae6beacbf9:hover , #af3e4a068ea3d61 .a4d8dae6beacbf9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af3e4a068ea3d61 .uk-grid {
  margin-left: -10px;
}
#af3e4a068ea3d61 .uk-grid > * {
  padding-left: 10px;
}
#af3e4a068ea3d61 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af3e4a068ea3d61 .uk-position-center-left-out {
    left: -30px;
  }
  #af3e4a068ea3d61 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#afaa1a4033aef9f .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6deca122aa6744 > .ele-wrap {background-color: rgba(155, 155, 155, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c6aa7383ac198 .ele-wrap {border-color: rgba(155, 155, 155, 0.4);color: #4a4a4a;border-width: 1px;border-style: solid;font-size: 16px;justify-content: center;border-radius: 4px;background-color: transparent;}#a4c6aa7383ac198 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#aa4edacfc7a0e68 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;text-align: left;font-family: inherit;color: rgba(30, 106, 194, 1);}#ad300a6976a7379 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac009aff07aa96a .a2df0a9fb8a03a6 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac009aff07aa96a .a2df0a9fb8a03a6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac009aff07aa96a .a2df0a9fb8a03a6:hover * {color: #ffffff }
                            #ac009aff07aa96a .a2df0a9fb8a03a6:hover .line{border-color: #ffffff }#ac009aff07aa96a .a45e9a5d98a10fa .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ac009aff07aa96a .aad0baf132a1dab {
  overflow: hidden;
}
#ac009aff07aa96a .aad0baf132a1dab , #ac009aff07aa96a .aad0baf132a1dab > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac009aff07aa96a .aad0baf132a1dab:hover , #ac009aff07aa96a .aad0baf132a1dab *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ac009aff07aa96a .uk-grid {
  margin-left: -10px;
}
#ac009aff07aa96a .uk-grid > * {
  padding-left: 10px;
}
#ac009aff07aa96a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac009aff07aa96a .uk-position-center-left-out {
    left: -30px;
  }
  #ac009aff07aa96a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa158a3718a7c2b > .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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(155, 155, 155, 0.4);border-right-color: rgba(155, 155, 155, 0.4);border-left-color: rgba(155, 155, 155, 0.4);border-bottom-color: rgba(155, 155, 155, 0.4);}#aa158a3718a7c2b  > .ele-wrap:hover {border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa158a3718a7c2b:hover * {color: #ffffff  !important}
                            #aa158a3718a7c2b:hover .line{border-color: #ffffff  !important}#a4444abdb6a71c9 , #a4444abdb6a71c9 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;line-height: 50px;}#a5de0af4b3a2750 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a26ada1c4fa1473 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a26ada1c4fa1473 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a948fa53aaa5d13 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a36f3a4c81aa697 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba28d7a3895 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88a6afb69a9fa0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a88a6afb69a9fa0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa2a2a2d16ad21e , #aa2a2a2d16ad21e a{color: rgba(255, 255, 255, 1);}#aa13ea8270a3686 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aa13ea8270a3686  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a8938acf08af048 , #a8938acf08af048 a{color: rgba(255, 255, 255, 1);}#a9bd8a7315a1e5e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9bd8a7315a1e5e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a98c2aeaa7a3b70 , #a98c2aeaa7a3b70 a{color: rgba(255, 255, 255, 1);}#a0a88a208aa0eaa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a0a88a208aa0eaa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afdbaacc4fad35d , #afdbaacc4fad35d a{color: rgba(255, 255, 255, 1);}#a56a6afa87ad02e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a56a6afa87ad02e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a50cba271baa0ab , #a50cba271baa0ab a{color: rgba(255, 255, 255, 1);}#abdecadc2dad534 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ade2fa8131ab754 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aae85a4a04af608 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9c8bad1e8a2e42 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a42c0a74f1a6a9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abc66a4fcdac66c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abc66a4fcdac66c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8639a56b9a4840 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2f2cad352a3951 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2f2cad352a3951  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1987aedf7a5edc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a00d8a538da0135 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a00d8a538da0135  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a77baa468da8bcc .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a67e7acf7ba3ba2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a67e7acf7ba3ba2  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a7525a378fa7627 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a91d7ae1a3ae1e7 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a91d7ae1a3ae1e7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa8d2a3de0a6072 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9ac4abe88aa835 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9ac4abe88aa835  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2743a829aa6985 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8543a075ba2de5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a7e8aad390aed01 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0ab3a0fcda217b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0d83afe62abe61 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ada4da3c46a1d1b .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4ad6a9de0ae7c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0f01acc82a8113 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a88b0a8066a274f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a4545acf64a75ba .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac122aeb1aae12f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3611a5d42a3525 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a99f5aac8facdbf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#aa345a4a47a2a73 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a5685a66fca552c .img-wrap {
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
}
#a0f88a5f1ca302f .img-wrap {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#af370a63e8a31eb > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#af370a63e8a31eb  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a1164a1748a3a6a , #a1164a1748a3a6a a{color: rgba(255, 255, 255, 1);}#a5ce2ad774ad2ad > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a5ce2ad774ad2ad  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#abb94a56a0a6264 , #abb94a56a0a6264 a{color: rgba(255, 255, 255, 1);}#a10d2a8fe4af974 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a10d2a8fe4af974  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a5f92a5a68aa10d , #a5f92a5a68aa10d a{color: rgba(255, 255, 255, 1);}#ade38a54cca4c53 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ade38a54cca4c53  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a5786aa0e6a2c4f , #a5786aa0e6a2c4f a{color: rgba(255, 255, 255, 1);}#aec07a2db7ab4a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aec07a2db7ab4a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab350ac5d9a8bdd , #ab350ac5d9a8bdd a{color: rgba(255, 255, 255, 1);}#a280badf0aaf6a6 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 180px;
}
#aa819a093ca3581 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(74, 144, 226, 1);line-height: 50px;}#acf01a5742a8e86 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a94abab850a747f .a197ca9105afa7f > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a94abab850a747f .a197ca9105afa7f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#a94abab850a747f .a197ca9105afa7f:hover * {color: #ffffff  !important}
                            #a94abab850a747f .a197ca9105afa7f:hover .line{border-color: #ffffff  !important}#a94abab850a747f .a7753aac2baa85f .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a94abab850a747f .ad67aa2576a89ed {
  overflow: hidden;
}
#a94abab850a747f .ad67aa2576a89ed , #a94abab850a747f .ad67aa2576a89ed > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a94abab850a747f .ad67aa2576a89ed:hover , #a94abab850a747f .ad67aa2576a89ed *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a94abab850a747f .uk-grid {
  margin-left: -11px;
}
#a94abab850a747f .uk-grid > * {
  padding-left: 11px;
}
#a94abab850a747f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a94abab850a747f .uk-position-center-left-out {
    left: -30px;
  }
  #a94abab850a747f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a73caa9a46af697 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a73caa9a46af697 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a3ad0a99e6a2881 .ac922a53edab6c5 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3ad0a99e6a2881 .ac922a53edab6c5  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a3ad0a99e6a2881 .ac922a53edab6c5:hover * {color: #ffffff  !important}
                            #a3ad0a99e6a2881 .ac922a53edab6c5:hover .line{border-color: #ffffff  !important}#a3ad0a99e6a2881 .a0d69afe07a4367 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a3ad0a99e6a2881 .a435faea20af8d2 {
  overflow: hidden;
}
#a3ad0a99e6a2881 .a435faea20af8d2 , #a3ad0a99e6a2881 .a435faea20af8d2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3ad0a99e6a2881 .a435faea20af8d2:hover , #a3ad0a99e6a2881 .a435faea20af8d2 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a3ad0a99e6a2881 .uk-grid {
  margin-left: -11px;
}
#a3ad0a99e6a2881 .uk-grid > * {
  padding-left: 11px;
}
#a3ad0a99e6a2881 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3ad0a99e6a2881 .uk-position-center-left-out {
    left: -30px;
  }
  #a3ad0a99e6a2881 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad54ea0306ae0b8 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#ad54ea0306ae0b8 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#ab99fa6f80ae0cd .a34a8ad954ac836 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ab99fa6f80ae0cd .a34a8ad954ac836  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ab99fa6f80ae0cd .a34a8ad954ac836:hover * {color: #ffffff  !important}
                            #ab99fa6f80ae0cd .a34a8ad954ac836:hover .line{border-color: #ffffff  !important}#ab99fa6f80ae0cd .a1f3ba7947aa188 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ab99fa6f80ae0cd .a4d5fa7456a14ca {
  overflow: hidden;
}
#ab99fa6f80ae0cd .a4d5fa7456a14ca , #ab99fa6f80ae0cd .a4d5fa7456a14ca > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab99fa6f80ae0cd .a4d5fa7456a14ca:hover , #ab99fa6f80ae0cd .a4d5fa7456a14ca *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ab99fa6f80ae0cd .uk-grid {
  margin-left: -11px;
}
#ab99fa6f80ae0cd .uk-grid > * {
  padding-left: 11px;
}
#ab99fa6f80ae0cd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab99fa6f80ae0cd .uk-position-center-left-out {
    left: -30px;
  }
  #ab99fa6f80ae0cd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7378a3ceba08b3 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a7378a3ceba08b3 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a3165a605aab0da .a0059ac5e2add4b > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a3165a605aab0da .a0059ac5e2add4b  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a3165a605aab0da .a0059ac5e2add4b:hover * {color: #ffffff  !important}
                            #a3165a605aab0da .a0059ac5e2add4b:hover .line{border-color: #ffffff  !important}#a3165a605aab0da .a3dd4acf8fa235f .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a3165a605aab0da .a6369ac5a5a69ef {
  overflow: hidden;
}
#a3165a605aab0da .a6369ac5a5a69ef , #a3165a605aab0da .a6369ac5a5a69ef > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a3165a605aab0da .a6369ac5a5a69ef:hover , #a3165a605aab0da .a6369ac5a5a69ef *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a3165a605aab0da .uk-grid {
  margin-left: -11px;
}
#a3165a605aab0da .uk-grid > * {
  padding-left: 11px;
}
#a3165a605aab0da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3165a605aab0da .uk-position-center-left-out {
    left: -30px;
  }
  #a3165a605aab0da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6475a75cca9e05 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a6475a75cca9e05 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a9594a8eada4a96 .a5c47aea41ab11b > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a9594a8eada4a96 .a5c47aea41ab11b  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a9594a8eada4a96 .a5c47aea41ab11b:hover * {color: #ffffff  !important}
                            #a9594a8eada4a96 .a5c47aea41ab11b:hover .line{border-color: #ffffff  !important}#a9594a8eada4a96 .a22d6ae74aaf069 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9594a8eada4a96 .a3646aaecaadc24 {
  overflow: hidden;
}
#a9594a8eada4a96 .a3646aaecaadc24 , #a9594a8eada4a96 .a3646aaecaadc24 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9594a8eada4a96 .a3646aaecaadc24:hover , #a9594a8eada4a96 .a3646aaecaadc24 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a9594a8eada4a96 .uk-grid {
  margin-left: -11px;
}
#a9594a8eada4a96 .uk-grid > * {
  padding-left: 11px;
}
#a9594a8eada4a96 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9594a8eada4a96 .uk-position-center-left-out {
    left: -30px;
  }
  #a9594a8eada4a96 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#affbca30bbad2ae .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#affbca30bbad2ae .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a3cb9a34efa1430 {
  overflow: hidden;
  pointer-events: none;
}
#a3cb9a34efa1430 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a3cb9a34efa1430 > .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;
}
#a3cb9a34efa1430 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3cb9a34efa1430 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a3cb9a34efa1430 > .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;
}
#a3cb9a34efa1430 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav,
#a3cb9a34efa1430 > .tab-nav,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav-horizontal,
#a3cb9a34efa1430 > .tab-nav-horizontal,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3cb9a34efa1430 > .tab-nav-horizontal::-webkit-scrollbar,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3cb9a34efa1430 > .tab-nav-horizontal.tagScroll,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3cb9a34efa1430 > .tab-nav-horizontal.tagScroll li a,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav a,
#a3cb9a34efa1430 > .tab-nav a,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav a {
  padding: 0 60px;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav li a,
#a3cb9a34efa1430 > .tab-nav li a,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(155, 155, 155, 0.2);
  margin-bottom: 1px;
  padding: 0 60px;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav li a svg,
#a3cb9a34efa1430 > .tab-nav li a svg,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3cb9a34efa1430 > .tab-nav li a .ap_icon,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav li a:hover,
#a3cb9a34efa1430 > .tab-nav li a:hover,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #f5a623;
}
#a3cb9a34efa1430 > .tab-wrap > div > .tab-nav li.uk-active a,
#a3cb9a34efa1430 > .tab-nav li.uk-active a,
#a3cb9a34efa1430 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a3cb9a34efa1430 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a3cb9a34efa1430 .layout-left li,
#a3cb9a34efa1430 .layout-center li,
#a3cb9a34efa1430 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a3cb9a34efa1430 .layout-left li a,
#a3cb9a34efa1430 .layout-center li a,
#a3cb9a34efa1430 .layout-right li a {
  height: 100%;
}
#a3cb9a34efa1430 > .tab-tabs .layout-left {
  text-align: left;
}
#a3cb9a34efa1430 > .tab-tabs .layout-center {
  text-align: center;
}
#a3cb9a34efa1430 > .tab-tabs .layout-right {
  text-align: right;
}
#a3cb9a34efa1430 .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#a3cb9a34efa1430 .tab-content-wrap {
  background-color: transparent;
}
#a3cb9a34efa1430 .tab-contents,
#a3cb9a34efa1430 .tab-contents-wrap {
  pointer-events: none;
}
#a3cb9a34efa1430 .tab-content,
#a3cb9a34efa1430 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a3cb9a34efa1430 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a3cb9a34efa1430 .tab-wrap .tab-contents {
  height: 100%;
}
#a3cb9a34efa1430 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac48cabe5dabcd5 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a8cd8ae12bad972 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a8cd8ae12bad972 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a95c4a97e9a5fa7 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a84cdab172a69b7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae673a8d8fa8f0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a62e0a1145ac4e3 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a62e0a1145ac4e3  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#abac0ac8dba8ff8 , #abac0ac8dba8ff8 a{color: rgba(255, 255, 255, 1);}#a4ddfa24cea51d9 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4ddfa24cea51d9  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a7ea4aeb4ea4c8f , #a7ea4aeb4ea4c8f a{color: rgba(255, 255, 255, 1);}#a21d0a3558a8a86 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a21d0a3558a8a86  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a907daa231ab149 , #a907daa231ab149 a{color: rgba(255, 255, 255, 1);}#a4c69a16d7a8604 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4c69a16d7a8604  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ad236a9891aff89 , #ad236a9891aff89 a{color: rgba(255, 255, 255, 1);}#a4162aa1dda8e38 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4162aa1dda8e38  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a480baeb1daf88a , #a480baeb1daf88a a{color: rgba(255, 255, 255, 1);}#aac45ad6e2af111 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a6412a10f1ae3f0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a6412a10f1ae3f0 .ele-wrap:hover {background-color: #0483cc;}#a362ead695ae73e .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ad251a9736aa1e1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad251a9736aa1e1 .ele-wrap:hover {background-color: #0483cc;}#a57bba3c14ad744 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a554ea6e79ad28f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a554ea6e79ad28f .ele-wrap:hover {background-color: #0483cc;}#a27f6a7d4cab3ae .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a157daa01ba2303 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a157daa01ba2303 .ele-wrap:hover {background-color: #0483cc;}#af429ad640af7fb .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ad1eea098aa2c24 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ad1eea098aa2c24 .ele-wrap:hover {background-color: #0483cc;}#acaa7a0e2ba27f2 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a1f39a60d2ad370 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1f39a60d2ad370 .ele-wrap:hover {background-color: #0483cc;}#ac122a9eb3afd19 {
  overflow: hidden;
  pointer-events: none;
}
#ac122a9eb3afd19 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac122a9eb3afd19 > .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;
}
#ac122a9eb3afd19 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac122a9eb3afd19 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac122a9eb3afd19 > .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;
}
#ac122a9eb3afd19 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav,
#ac122a9eb3afd19 > .tab-nav,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav-horizontal,
#ac122a9eb3afd19 > .tab-nav-horizontal,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac122a9eb3afd19 > .tab-nav-horizontal::-webkit-scrollbar,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac122a9eb3afd19 > .tab-nav-horizontal.tagScroll,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 75px;
  overflow-x: auto;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac122a9eb3afd19 > .tab-nav-horizontal.tagScroll li a,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav a,
#ac122a9eb3afd19 > .tab-nav a,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav a {
  padding: 0 63px;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav li a,
#ac122a9eb3afd19 > .tab-nav li a,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 74px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 75px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 1px;
  margin-left: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #1e6ac2;
  padding: 0 63px;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav li a svg,
#ac122a9eb3afd19 > .tab-nav li a svg,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac122a9eb3afd19 > .tab-nav li a .ap_icon,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav li a:hover,
#ac122a9eb3afd19 > .tab-nav li a:hover,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ac122a9eb3afd19 > .tab-wrap > div > .tab-nav li.uk-active a,
#ac122a9eb3afd19 > .tab-nav li.uk-active a,
#ac122a9eb3afd19 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac122a9eb3afd19 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
  background-color: #ea1847;
}
#ac122a9eb3afd19 .layout-left li,
#ac122a9eb3afd19 .layout-center li,
#ac122a9eb3afd19 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac122a9eb3afd19 .layout-left li a,
#ac122a9eb3afd19 .layout-center li a,
#ac122a9eb3afd19 .layout-right li a {
  height: 100%;
}
#ac122a9eb3afd19 > .tab-tabs .layout-left {
  text-align: left;
}
#ac122a9eb3afd19 > .tab-tabs .layout-center {
  text-align: center;
}
#ac122a9eb3afd19 > .tab-tabs .layout-right {
  text-align: right;
}
#ac122a9eb3afd19 .tab-contents {
  height: 100%;
  height: calc(100% - 75px);
}
#ac122a9eb3afd19 .tab-content-wrap {
  background-color: transparent;
}
#ac122a9eb3afd19 .tab-contents,
#ac122a9eb3afd19 .tab-contents-wrap {
  pointer-events: none;
}
#ac122a9eb3afd19 .tab-content,
#ac122a9eb3afd19 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac122a9eb3afd19 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac122a9eb3afd19 .tab-wrap .tab-contents {
  height: 100%;
}
#ac122a9eb3afd19 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7e2da5e1cafaf9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a9d96a6548a0a1c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a8a53aad15ac8aa > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a43f9a28f6a0ee3 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a0209a1f3aa1f21 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ae3a2acf44aa7c6 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ae3a2acf44aa7c6  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa7e2a25e4a885a .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#acaa1a2a5ba23d5 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#acaa1a2a5ba23d5  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#ae1eca1511afe4a .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a7986a7b00a1872 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a7986a7b00a1872  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aebf6a3a9eaffb3 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a7763ab3dda85b1 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a7763ab3dda85b1  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#ad4d6ad6caa8063 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ac75aa1e95a6438 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac75aa1e95a6438  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a8ccda0d15a9437 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2534a3b24acc1e > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a2534a3b24acc1e  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a849baeeb9a7e2b .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8a62a7db5ac5c1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8a62a7db5ac5c1  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a388ba1548a84cb > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a388ba1548a84cb  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a554faede8a64e5 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a554faede8a64e5  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a4c1baad44a905e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4c1baad44a905e  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a97b4aef79a2222 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a97b4aef79a2222  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a17b9ab636ab51e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a17b9ab636ab51e  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a5865a4b07a7e2b , #a5865a4b07a7e2b a{color: rgba(30, 106, 194, 1);}#a7cc0a9b4aa3c4d , #a7cc0a9b4aa3c4d a{color: rgba(30, 106, 194, 1);}#a3d15a0a5ba30b3 , #a3d15a0a5ba30b3 a{color: rgba(30, 106, 194, 1);}#a9d7eaff77a7df2 , #a9d7eaff77a7df2 a{color: rgba(30, 106, 194, 1);}#a4557af35caebc0 , #a4557af35caebc0 a{color: rgba(30, 106, 194, 1);}#a4a9fa43b5afe14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a18a6ae16faabaf .aaa64a7d82aeef8 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a18a6ae16faabaf .aa75da69bda2471 > .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-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a18a6ae16faabaf .uk-grid {
  margin-left: -20px;
}
#a18a6ae16faabaf .uk-grid > * {
  padding-left: 20px;
}
#a18a6ae16faabaf .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a18a6ae16faabaf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a18a6ae16faabaf .uk-position-center-left-out {
    left: -30px;
  }
  #a18a6ae16faabaf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a02edabc5fafa0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a5ec4a559caeb65 .a277aa9a3fac54d > .ele-wrap {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-color: rgba(155, 155, 155, 0.3);border-right-style: solid;border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a5ec4a559caeb65 .a277aa9a3fac54d  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a5ec4a559caeb65 .a88ebab337adc5d {
  overflow: hidden;
}
#a5ec4a559caeb65 .a88ebab337adc5d , #a5ec4a559caeb65 .a88ebab337adc5d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a5ec4a559caeb65 .a88ebab337adc5d:hover , #a5ec4a559caeb65 .a88ebab337adc5d *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a5ec4a559caeb65 .a3634ad563a3b3e {
  overflow: hidden;
}
#a5ec4a559caeb65 .a3634ad563a3b3e , #a5ec4a559caeb65 .a3634ad563a3b3e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a5ec4a559caeb65 .a0ff2a44d2ab3e5  {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);}#a5ec4a559caeb65 .uk-grid {
  margin-left: 0px;
}
#a5ec4a559caeb65 .uk-grid > * {
  padding-left: 0px;
}
#a5ec4a559caeb65 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5ec4a559caeb65 .uk-position-center-left-out {
    left: -30px;
  }
  #a5ec4a559caeb65 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3d11ac5d8a1df6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#afbc0ad03aad1bf > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9bb7ab025a2ed2 .aeaf4acd4ca4365 {
  overflow: hidden;
}
#a9bb7ab025a2ed2 .aeaf4acd4ca4365 , #a9bb7ab025a2ed2 .aeaf4acd4ca4365 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9bb7ab025a2ed2 .aeaf4acd4ca4365:hover , #a9bb7ab025a2ed2 .aeaf4acd4ca4365 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a9bb7ab025a2ed2 .a74bda6022aac4a {
  overflow: hidden;
}
#a9bb7ab025a2ed2 .a74bda6022aac4a , #a9bb7ab025a2ed2 .a74bda6022aac4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a9bb7ab025a2ed2 .a13e3a35efad70f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#a9bb7ab025a2ed2 .ad921a34b0a73fc .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#a9bb7ab025a2ed2 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9bb7ab025a2ed2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9bb7ab025a2ed2 .uk-position-center-left-out {
    left: -30px;
  }
  #a9bb7ab025a2ed2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a22e7a1300a3b87 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a17b5ae098aa823 > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#afb60a64a8ab0d0 .a46e8adcb4a1014 {
  overflow: hidden;
}
#afb60a64a8ab0d0 .a46e8adcb4a1014 , #afb60a64a8ab0d0 .a46e8adcb4a1014 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#afb60a64a8ab0d0 .a46e8adcb4a1014:hover , #afb60a64a8ab0d0 .a46e8adcb4a1014 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#afb60a64a8ab0d0 .a1ac1a1ff6af530  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#afb60a64a8ab0d0 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#afb60a64a8ab0d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afb60a64a8ab0d0 .uk-position-center-left-out {
    left: -30px;
  }
  #afb60a64a8ab0d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a2fe7adf9da478b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a4289a1599aa725 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a4b45af738a972f .img-wrap {
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
}
#ab567a89b6a2bbe .img-wrap {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#a975ea48f2ac32b > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a975ea48f2ac32b  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a1122aae58a4d73 , #a1122aae58a4d73 a{color: rgba(255, 255, 255, 1);}#a7d26a8e51ac66d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a7d26a8e51ac66d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#abd0aa2710abe7e , #abd0aa2710abe7e a{color: rgba(255, 255, 255, 1);}#a19a2aaf75a7bc7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a19a2aaf75a7bc7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a6de4a4394a18ef , #a6de4a4394a18ef a{color: rgba(255, 255, 255, 1);}#af8d7a3c39a2243 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#af8d7a3c39a2243  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afb5fa6d19ae4a7 , #afb5fa6d19ae4a7 a{color: rgba(255, 255, 255, 1);}#ae192a8a25a5f9a > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ae192a8a25a5f9a  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a11a5a0e79a8e2a , #a11a5a0e79a8e2a a{color: rgba(255, 255, 255, 1);}#aeee0a7676aa002 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 180px;
}
#a5844ac919a344b [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(74, 144, 226, 1);line-height: 50px;}#a4734a97d3a7835 > .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;}#a8df2a5be8a6644 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1694401971958.jpeg);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#a43bfa6560a8e29 > .ele-wrap {background-color: rgba(77, 72, 92, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}#a88d0abe58ab9ef > .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;}#afe7ca7a12aee1a > .ele-wrap {background-color: rgba(77, 72, 92, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a12e0a82dbab7cc , #a12e0a82dbab7cc a{color: rgba(74, 144, 226, 1);}#aa3b9a9da1a2177 , #aa3b9a9da1a2177 a{color: rgba(245, 166, 35, 1);}#a79d3a5755a1280 , #a79d3a5755a1280 a{color: rgba(34, 172, 56, 1);}#a0c20a376fa0df3 , #a0c20a376fa0df3 a{color: rgba(102, 102, 102, 1);}#ae98baf813ac99b , #ae98baf813ac99b a{color: rgba(74, 144, 226, 1);}#a27d0a3e3fac4d2 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a071da3b24ad358 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a008ba21b8a8840 .a3281a93efa0835 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a008ba21b8a8840 .a3281a93efa0835  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a008ba21b8a8840 .a3281a93efa0835:hover * {color: #ffffff  !important}
                            #a008ba21b8a8840 .a3281a93efa0835:hover .line{border-color: #ffffff  !important}#a008ba21b8a8840 .a677ba11a3aa45c .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a008ba21b8a8840 .a77e0a297ca4df4 {
  overflow: hidden;
}
#a008ba21b8a8840 .a77e0a297ca4df4 , #a008ba21b8a8840 .a77e0a297ca4df4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a008ba21b8a8840 .a77e0a297ca4df4:hover , #a008ba21b8a8840 .a77e0a297ca4df4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a008ba21b8a8840 .uk-grid {
  margin-left: -11px;
}
#a008ba21b8a8840 .uk-grid > * {
  padding-left: 11px;
}
#a008ba21b8a8840 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a008ba21b8a8840 .uk-position-center-left-out {
    left: -30px;
  }
  #a008ba21b8a8840 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a03c3a1dcfad96e .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a03c3a1dcfad96e .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#aa1bfadd35a7535 .aa8aead14ea64f7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aa1bfadd35a7535 .aa8aead14ea64f7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aa1bfadd35a7535 .aa8aead14ea64f7:hover * {color: #ffffff  !important}
                            #aa1bfadd35a7535 .aa8aead14ea64f7:hover .line{border-color: #ffffff  !important}#aa1bfadd35a7535 .a33bca4fa0ab0c9 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#aa1bfadd35a7535 .a8902a6b54a517e {
  overflow: hidden;
}
#aa1bfadd35a7535 .a8902a6b54a517e , #aa1bfadd35a7535 .a8902a6b54a517e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa1bfadd35a7535 .a8902a6b54a517e:hover , #aa1bfadd35a7535 .a8902a6b54a517e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#aa1bfadd35a7535 .uk-grid {
  margin-left: -11px;
}
#aa1bfadd35a7535 .uk-grid > * {
  padding-left: 11px;
}
#aa1bfadd35a7535 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa1bfadd35a7535 .uk-position-center-left-out {
    left: -30px;
  }
  #aa1bfadd35a7535 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a023ea6616a5e3b .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a023ea6616a5e3b .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a51d5aa1d8a81da .a80d2af218acf85 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a51d5aa1d8a81da .a80d2af218acf85  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a51d5aa1d8a81da .a80d2af218acf85:hover * {color: #ffffff  !important}
                            #a51d5aa1d8a81da .a80d2af218acf85:hover .line{border-color: #ffffff  !important}#a51d5aa1d8a81da .a6b38ab2f3ac23d .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a51d5aa1d8a81da .a8dafa0434a987e {
  overflow: hidden;
}
#a51d5aa1d8a81da .a8dafa0434a987e , #a51d5aa1d8a81da .a8dafa0434a987e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a51d5aa1d8a81da .a8dafa0434a987e:hover , #a51d5aa1d8a81da .a8dafa0434a987e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a51d5aa1d8a81da .uk-grid {
  margin-left: -11px;
}
#a51d5aa1d8a81da .uk-grid > * {
  padding-left: 11px;
}
#a51d5aa1d8a81da .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a51d5aa1d8a81da .uk-position-center-left-out {
    left: -30px;
  }
  #a51d5aa1d8a81da .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a27f5ad8dea763f .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a27f5ad8dea763f .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#ad916a58afa512d .a7c64a941baeb70 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#ad916a58afa512d .a7c64a941baeb70  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#ad916a58afa512d .a7c64a941baeb70:hover * {color: #ffffff  !important}
                            #ad916a58afa512d .a7c64a941baeb70:hover .line{border-color: #ffffff  !important}#ad916a58afa512d .a9b16a4b1bac06f .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ad916a58afa512d .a1cf6a9bfca72c1 {
  overflow: hidden;
}
#ad916a58afa512d .a1cf6a9bfca72c1 , #ad916a58afa512d .a1cf6a9bfca72c1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad916a58afa512d .a1cf6a9bfca72c1:hover , #ad916a58afa512d .a1cf6a9bfca72c1 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ad916a58afa512d .uk-grid {
  margin-left: -11px;
}
#ad916a58afa512d .uk-grid > * {
  padding-left: 11px;
}
#ad916a58afa512d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad916a58afa512d .uk-position-center-left-out {
    left: -30px;
  }
  #ad916a58afa512d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab313a7822a9bba .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#ab313a7822a9bba .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a8bb3a06f4a545a .af413a8cbaace4a > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a8bb3a06f4a545a .af413a8cbaace4a  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a8bb3a06f4a545a .af413a8cbaace4a:hover * {color: #ffffff  !important}
                            #a8bb3a06f4a545a .af413a8cbaace4a:hover .line{border-color: #ffffff  !important}#a8bb3a06f4a545a .a7badac0d1a4ae8 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a8bb3a06f4a545a .a4abeafaaaa1ce3 {
  overflow: hidden;
}
#a8bb3a06f4a545a .a4abeafaaaa1ce3 , #a8bb3a06f4a545a .a4abeafaaaa1ce3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8bb3a06f4a545a .a4abeafaaaa1ce3:hover , #a8bb3a06f4a545a .a4abeafaaaa1ce3 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a8bb3a06f4a545a .uk-grid {
  margin-left: -11px;
}
#a8bb3a06f4a545a .uk-grid > * {
  padding-left: 11px;
}
#a8bb3a06f4a545a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8bb3a06f4a545a .uk-position-center-left-out {
    left: -30px;
  }
  #a8bb3a06f4a545a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adbdaae0efaebba .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#adbdaae0efaebba .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#ab2a1a2ca3a2a4b {
  overflow: hidden;
  pointer-events: none;
}
#ab2a1a2ca3a2a4b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab2a1a2ca3a2a4b > .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;
}
#ab2a1a2ca3a2a4b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2a1a2ca3a2a4b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab2a1a2ca3a2a4b > .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;
}
#ab2a1a2ca3a2a4b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav,
#ab2a1a2ca3a2a4b > .tab-nav,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav-horizontal,
#ab2a1a2ca3a2a4b > .tab-nav-horizontal,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2a1a2ca3a2a4b > .tab-nav-horizontal::-webkit-scrollbar,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2a1a2ca3a2a4b > .tab-nav-horizontal.tagScroll,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2a1a2ca3a2a4b > .tab-nav-horizontal.tagScroll li a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav a,
#ab2a1a2ca3a2a4b > .tab-nav a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav a {
  padding: 0 60px;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav li a,
#ab2a1a2ca3a2a4b > .tab-nav li a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(155, 155, 155, 0.2);
  margin-bottom: 1px;
  padding: 0 60px;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav li a svg,
#ab2a1a2ca3a2a4b > .tab-nav li a svg,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2a1a2ca3a2a4b > .tab-nav li a .ap_icon,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav li a:hover,
#ab2a1a2ca3a2a4b > .tab-nav li a:hover,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #f5a623;
}
#ab2a1a2ca3a2a4b > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2a1a2ca3a2a4b > .tab-nav li.uk-active a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab2a1a2ca3a2a4b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#ab2a1a2ca3a2a4b .layout-left li,
#ab2a1a2ca3a2a4b .layout-center li,
#ab2a1a2ca3a2a4b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab2a1a2ca3a2a4b .layout-left li a,
#ab2a1a2ca3a2a4b .layout-center li a,
#ab2a1a2ca3a2a4b .layout-right li a {
  height: 100%;
}
#ab2a1a2ca3a2a4b > .tab-tabs .layout-left {
  text-align: left;
}
#ab2a1a2ca3a2a4b > .tab-tabs .layout-center {
  text-align: center;
}
#ab2a1a2ca3a2a4b > .tab-tabs .layout-right {
  text-align: right;
}
#ab2a1a2ca3a2a4b .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ab2a1a2ca3a2a4b .tab-content-wrap {
  background-color: transparent;
}
#ab2a1a2ca3a2a4b .tab-contents,
#ab2a1a2ca3a2a4b .tab-contents-wrap {
  pointer-events: none;
}
#ab2a1a2ca3a2a4b .tab-content,
#ab2a1a2ca3a2a4b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab2a1a2ca3a2a4b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab2a1a2ca3a2a4b .tab-wrap .tab-contents {
  height: 100%;
}
#ab2a1a2ca3a2a4b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a040ba4c7da7e17 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a8d91a4f02a8614 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#a8d91a4f02a8614 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a3959a3642a0c90 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#acd15a0160a8400 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ad5a00dca05a0 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fa3a8b59a3cc9 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3fa3a8b59a3cc9  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a3b14ac8e7adf78 , #a3b14ac8e7adf78 a{color: rgba(255, 255, 255, 1);}#a30b2af981a31d2 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a30b2af981a31d2  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aaa16a136aabf70 , #aaa16a136aabf70 a{color: rgba(255, 255, 255, 1);}#a3b84a89bdaead9 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3b84a89bdaead9  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afefdadaaea3864 , #afefdadaaea3864 a{color: rgba(255, 255, 255, 1);}#a618fa657caf1bd > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a618fa657caf1bd  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a016baf9cdaf506 , #a016baf9cdaf506 a{color: rgba(255, 255, 255, 1);}#ab18da9be1a88a2 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ab18da9be1a88a2  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afe07a2170a2115 , #afe07a2170a2115 a{color: rgba(255, 255, 255, 1);}#a3796a0538a29cb .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aa281a7e61a3ecd .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aa281a7e61a3ecd .ele-wrap:hover {background-color: #0483cc;}#ae28daf353aee53 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#af309ae27aa1a98 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af309ae27aa1a98 .ele-wrap:hover {background-color: #0483cc;}#a2bcdae09ea507a .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ab393a8eeaa625d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab393a8eeaa625d .ele-wrap:hover {background-color: #0483cc;}#a5d74a9feca280f .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ab015aac69a0b0b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab015aac69a0b0b .ele-wrap:hover {background-color: #0483cc;}#a45d4a1af5a6391 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a5fa9ae4b9af86b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a5fa9ae4b9af86b .ele-wrap:hover {background-color: #0483cc;}#adda6a1a1cac97c .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a56aea3c5bacff9 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a56aea3c5bacff9 .ele-wrap:hover {background-color: #0483cc;}#a2db3a2450a93d4 {
  overflow: hidden;
  pointer-events: none;
}
#a2db3a2450a93d4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2db3a2450a93d4 > .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;
}
#a2db3a2450a93d4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2db3a2450a93d4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2db3a2450a93d4 > .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;
}
#a2db3a2450a93d4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav,
#a2db3a2450a93d4 > .tab-nav,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav-horizontal,
#a2db3a2450a93d4 > .tab-nav-horizontal,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2db3a2450a93d4 > .tab-nav-horizontal::-webkit-scrollbar,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2db3a2450a93d4 > .tab-nav-horizontal.tagScroll,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 75px;
  overflow-x: auto;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2db3a2450a93d4 > .tab-nav-horizontal.tagScroll li a,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav a,
#a2db3a2450a93d4 > .tab-nav a,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav a {
  padding: 0 63px;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav li a,
#a2db3a2450a93d4 > .tab-nav li a,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 74px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 75px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 1px;
  margin-left: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #1e6ac2;
  padding: 0 63px;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav li a svg,
#a2db3a2450a93d4 > .tab-nav li a svg,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2db3a2450a93d4 > .tab-nav li a .ap_icon,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav li a:hover,
#a2db3a2450a93d4 > .tab-nav li a:hover,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#a2db3a2450a93d4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2db3a2450a93d4 > .tab-nav li.uk-active a,
#a2db3a2450a93d4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2db3a2450a93d4 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
  background-color: #ea1847;
}
#a2db3a2450a93d4 .layout-left li,
#a2db3a2450a93d4 .layout-center li,
#a2db3a2450a93d4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2db3a2450a93d4 .layout-left li a,
#a2db3a2450a93d4 .layout-center li a,
#a2db3a2450a93d4 .layout-right li a {
  height: 100%;
}
#a2db3a2450a93d4 > .tab-tabs .layout-left {
  text-align: left;
}
#a2db3a2450a93d4 > .tab-tabs .layout-center {
  text-align: center;
}
#a2db3a2450a93d4 > .tab-tabs .layout-right {
  text-align: right;
}
#a2db3a2450a93d4 .tab-contents {
  height: 100%;
  height: calc(100% - 75px);
}
#a2db3a2450a93d4 .tab-content-wrap {
  background-color: transparent;
}
#a2db3a2450a93d4 .tab-contents,
#a2db3a2450a93d4 .tab-contents-wrap {
  pointer-events: none;
}
#a2db3a2450a93d4 .tab-content,
#a2db3a2450a93d4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2db3a2450a93d4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2db3a2450a93d4 .tab-wrap .tab-contents {
  height: 100%;
}
#a2db3a2450a93d4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0c18abcc2a975e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ad3f5a3810a085b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a31b9ae2eda96ed > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#af102a3ffba71ba > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#acfd8a19c2a67e8 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ac9d2a1fc2a6483 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac9d2a1fc2a6483  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#ad0dea3871ab6ec .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a421bab582ae034 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a421bab582ae034  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a98bba4df8a29fe .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a107ba66b8abde1 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a107ba66b8abde1  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a0f94accaba8527 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a0104a37d8ae72e > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a0104a37d8ae72e  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#af7e7a2f3da69cf .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#aaac0a6a30a27f0 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#aaac0a6a30a27f0  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a9dd7a9ceba43ad .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a553fa7d8baa5f4 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a553fa7d8baa5f4  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a9e42af917a1d20 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a7680a34f9aa791 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a7680a34f9aa791  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a51aba89b0a5f6e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a51aba89b0a5f6e  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#adc79a4faca2056 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#adc79a4faca2056  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a26fdac5e9a848d > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a26fdac5e9a848d  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#ad16bad2e2a5b8c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ad16bad2e2a5b8c  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a330eab448ac259 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a330eab448ac259  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#ac9b2a6dd5ad66b , #ac9b2a6dd5ad66b a{color: rgba(30, 106, 194, 1);}#a3812a9172aba37 , #a3812a9172aba37 a{color: rgba(30, 106, 194, 1);}#a85d3a35e7af922 , #a85d3a35e7af922 a{color: rgba(30, 106, 194, 1);}#ad557a5e46a7d90 , #ad557a5e46a7d90 a{color: rgba(30, 106, 194, 1);}#ad53da97e6a8cd6 , #ad53da97e6a8cd6 a{color: rgba(30, 106, 194, 1);}#a916dac2a0a9985 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a4c66a11e0a80bb .a4e2cacc42a6794 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a4c66a11e0a80bb .a9ed7a518da5214 > .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-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a4c66a11e0a80bb .uk-grid {
  margin-left: -20px;
}
#a4c66a11e0a80bb .uk-grid > * {
  padding-left: 20px;
}
#a4c66a11e0a80bb .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a4c66a11e0a80bb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4c66a11e0a80bb .uk-position-center-left-out {
    left: -30px;
  }
  #a4c66a11e0a80bb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a966da81cfa3e56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#abe79a2e32aa864 .ab066a924eaefeb > .ele-wrap {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-color: rgba(155, 155, 155, 0.3);border-right-style: solid;border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abe79a2e32aa864 .ab066a924eaefeb  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#abe79a2e32aa864 .ae34ea54b9af0e6 {
  overflow: hidden;
}
#abe79a2e32aa864 .ae34ea54b9af0e6 , #abe79a2e32aa864 .ae34ea54b9af0e6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#abe79a2e32aa864 .ae34ea54b9af0e6:hover , #abe79a2e32aa864 .ae34ea54b9af0e6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#abe79a2e32aa864 .ab1c9a9bc4a0b9f {
  overflow: hidden;
}
#abe79a2e32aa864 .ab1c9a9bc4a0b9f , #abe79a2e32aa864 .ab1c9a9bc4a0b9f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#abe79a2e32aa864 .ae9e0ae422ae85f  {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);}#abe79a2e32aa864 .uk-grid {
  margin-left: 0px;
}
#abe79a2e32aa864 .uk-grid > * {
  padding-left: 0px;
}
#abe79a2e32aa864 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abe79a2e32aa864 .uk-position-center-left-out {
    left: -30px;
  }
  #abe79a2e32aa864 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a73e4adc5baa9f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a305ba0ab0a5e7a > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#af61cadd42a762e .a3a95a8141a33b8 {
  overflow: hidden;
}
#af61cadd42a762e .a3a95a8141a33b8 , #af61cadd42a762e .a3a95a8141a33b8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#af61cadd42a762e .a3a95a8141a33b8:hover , #af61cadd42a762e .a3a95a8141a33b8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#af61cadd42a762e .aaddca4cd0ac377 {
  overflow: hidden;
}
#af61cadd42a762e .aaddca4cd0ac377 , #af61cadd42a762e .aaddca4cd0ac377 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#af61cadd42a762e .af9b4a3560ac084 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#af61cadd42a762e .a5828a4b0ca8f3d .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#af61cadd42a762e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af61cadd42a762e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af61cadd42a762e .uk-position-center-left-out {
    left: -30px;
  }
  #af61cadd42a762e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a233ba64a1a2d34 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a8482a458cae72c > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9aeaa6386a511b .ae9d8a2814adcc0 {
  overflow: hidden;
}
#a9aeaa6386a511b .ae9d8a2814adcc0 , #a9aeaa6386a511b .ae9d8a2814adcc0 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9aeaa6386a511b .ae9d8a2814adcc0:hover , #a9aeaa6386a511b .ae9d8a2814adcc0 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a9aeaa6386a511b .a0309a9352a34f0  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a9aeaa6386a511b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a9aeaa6386a511b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9aeaa6386a511b .uk-position-center-left-out {
    left: -30px;
  }
  #a9aeaa6386a511b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#abf6aa25cca9ab9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a8ad6a9e31a4a21 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(30, 106, 194, 1);line-height: 65px;}#a0aa5ac985a023c .img-wrap {
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 180px;
  border-top-left-radius: 180px;
}
#a33c6a225bad7fc .img-wrap {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#a1d17aa569af6ae > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a1d17aa569af6ae  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ac96cad403aa7a1 , #ac96cad403aa7a1 a{color: rgba(255, 255, 255, 1);}#a7157af2efac980 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a7157af2efac980  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a3d0dae37aa5129 , #a3d0dae37aa5129 a{color: rgba(255, 255, 255, 1);}#a5607a34d1abf78 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a5607a34d1abf78  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a7700a85d6ac9e6 , #a7700a85d6ac9e6 a{color: rgba(255, 255, 255, 1);}#ae1f2a6485a5420 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ae1f2a6485a5420  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa64ba8eaaa51cc , #aa64ba8eaaa51cc a{color: rgba(255, 255, 255, 1);}#a62d3a95d1a9918 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a62d3a95d1a9918  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a4745a71a7a6bc0 , #a4745a71a7a6bc0 a{color: rgba(255, 255, 255, 1);}#aae0bae488a4857 .img-wrap {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 180px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 180px;
}
#a4bfcab466a88a4 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 100px;text-align: right;font-family: inherit;color: rgba(74, 144, 226, 1);line-height: 50px;}#a8266ace06a5701 > .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;}#a6e0fa440bab30f > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1694401971958.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;}#ab16ea806fa0580 > .ele-wrap {background-color: rgba(77, 72, 92, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab298a115eaa010 , #ab298a115eaa010 a{color: rgba(74, 144, 226, 1);}#ae1c8a600ea01e5 , #ae1c8a600ea01e5 a{color: rgba(245, 166, 35, 1);}#aa9d3a3bb3a8778 , #aa9d3a3bb3a8778 a{color: rgba(34, 172, 56, 1);}#a7d5caa078afc06 , #a7d5caa078afc06 a{color: rgba(102, 102, 102, 1);}#a7140a7428a3e1b , #a7140a7428a3e1b a{color: rgba(74, 144, 226, 1);}#a3629a2a9da8a86 > .ele-wrap {background-color: rgba(77, 72, 92, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;}#a40eeaf76ca7d86 > .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;}#a8c6caa586adc4d > .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;}#aa6b5abc3bac785 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af243a6893a06c7 .a63abad4adae72b > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#af243a6893a06c7 .a63abad4adae72b  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#af243a6893a06c7 .a63abad4adae72b:hover * {color: #ffffff  !important}
                            #af243a6893a06c7 .a63abad4adae72b:hover .line{border-color: #ffffff  !important}#af243a6893a06c7 .ae066a6d20ade9c .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#af243a6893a06c7 .a9434ac360a0e73 {
  overflow: hidden;
}
#af243a6893a06c7 .a9434ac360a0e73 , #af243a6893a06c7 .a9434ac360a0e73 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#af243a6893a06c7 .a9434ac360a0e73:hover , #af243a6893a06c7 .a9434ac360a0e73 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#af243a6893a06c7 .uk-grid {
  margin-left: -11px;
}
#af243a6893a06c7 .uk-grid > * {
  padding-left: 11px;
}
#af243a6893a06c7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af243a6893a06c7 .uk-position-center-left-out {
    left: -30px;
  }
  #af243a6893a06c7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aac4caab3cab838 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#aac4caab3cab838 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a4bcfaaed5a9297 .abfa5a2aeea85d1 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a4bcfaaed5a9297 .abfa5a2aeea85d1  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a4bcfaaed5a9297 .abfa5a2aeea85d1:hover * {color: #ffffff  !important}
                            #a4bcfaaed5a9297 .abfa5a2aeea85d1:hover .line{border-color: #ffffff  !important}#a4bcfaaed5a9297 .a31ecac653aaa13 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a4bcfaaed5a9297 .ab747a694da7757 {
  overflow: hidden;
}
#a4bcfaaed5a9297 .ab747a694da7757 , #a4bcfaaed5a9297 .ab747a694da7757 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4bcfaaed5a9297 .ab747a694da7757:hover , #a4bcfaaed5a9297 .ab747a694da7757 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a4bcfaaed5a9297 .uk-grid {
  margin-left: -11px;
}
#a4bcfaaed5a9297 .uk-grid > * {
  padding-left: 11px;
}
#a4bcfaaed5a9297 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4bcfaaed5a9297 .uk-position-center-left-out {
    left: -30px;
  }
  #a4bcfaaed5a9297 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2e1ca0fc2a70b3 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a2e1ca0fc2a70b3 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a915dac0e7a7c88 .a6d44a8b04afff7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a915dac0e7a7c88 .a6d44a8b04afff7  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a915dac0e7a7c88 .a6d44a8b04afff7:hover * {color: #ffffff  !important}
                            #a915dac0e7a7c88 .a6d44a8b04afff7:hover .line{border-color: #ffffff  !important}#a915dac0e7a7c88 .a60ffa8566aa14e .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a915dac0e7a7c88 .a476bab10daef6e {
  overflow: hidden;
}
#a915dac0e7a7c88 .a476bab10daef6e , #a915dac0e7a7c88 .a476bab10daef6e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a915dac0e7a7c88 .a476bab10daef6e:hover , #a915dac0e7a7c88 .a476bab10daef6e *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a915dac0e7a7c88 .uk-grid {
  margin-left: -11px;
}
#a915dac0e7a7c88 .uk-grid > * {
  padding-left: 11px;
}
#a915dac0e7a7c88 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a915dac0e7a7c88 .uk-position-center-left-out {
    left: -30px;
  }
  #a915dac0e7a7c88 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a069bada1cad4c6 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a069bada1cad4c6 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#a64c7a39b6a57b4 .a3ac3a9872a26bc > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a64c7a39b6a57b4 .a3ac3a9872a26bc  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a64c7a39b6a57b4 .a3ac3a9872a26bc:hover * {color: #ffffff  !important}
                            #a64c7a39b6a57b4 .a3ac3a9872a26bc:hover .line{border-color: #ffffff  !important}#a64c7a39b6a57b4 .ad7bca5e36acb77 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a64c7a39b6a57b4 .a9c25ade4fa5bce {
  overflow: hidden;
}
#a64c7a39b6a57b4 .a9c25ade4fa5bce , #a64c7a39b6a57b4 .a9c25ade4fa5bce > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a64c7a39b6a57b4 .a9c25ade4fa5bce:hover , #a64c7a39b6a57b4 .a9c25ade4fa5bce *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a64c7a39b6a57b4 .uk-grid {
  margin-left: -11px;
}
#a64c7a39b6a57b4 .uk-grid > * {
  padding-left: 11px;
}
#a64c7a39b6a57b4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a64c7a39b6a57b4 .uk-position-center-left-out {
    left: -30px;
  }
  #a64c7a39b6a57b4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6639a4ecfadcd8 .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a6639a4ecfadcd8 .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#aad33a8b40a7bb2 .a3ddca04a1ad1f9 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);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-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);border-top-color: rgba(30, 106, 194, 1);border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#aad33a8b40a7bb2 .a3ddca04a1ad1f9  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 1px;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aad33a8b40a7bb2 .a3ddca04a1ad1f9:hover * {color: #ffffff  !important}
                            #aad33a8b40a7bb2 .a3ddca04a1ad1f9:hover .line{border-color: #ffffff  !important}#aad33a8b40a7bb2 .a00c3a96e5a9fc7 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#aad33a8b40a7bb2 .a5c82a2181a1242 {
  overflow: hidden;
}
#aad33a8b40a7bb2 .a5c82a2181a1242 , #aad33a8b40a7bb2 .a5c82a2181a1242 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#aad33a8b40a7bb2 .a5c82a2181a1242:hover , #aad33a8b40a7bb2 .a5c82a2181a1242 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#aad33a8b40a7bb2 .uk-grid {
  margin-left: -11px;
}
#aad33a8b40a7bb2 .uk-grid > * {
  padding-left: 11px;
}
#aad33a8b40a7bb2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aad33a8b40a7bb2 .uk-position-center-left-out {
    left: -30px;
  }
  #aad33a8b40a7bb2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a95dfa0793acaaa .ele-wrap {color: #ffffff;font-size: 15px;background-color: rgba(30, 106, 194, 1);justify-content: center;border-style: solid;border-width: 0px;border-radius: 5px;}#a95dfa0793acaaa .ele-wrap:hover {color: #f8e71c;background-color: rgba(16, 78, 148, 1);}#ad7a5aa7bfa994d {
  overflow: hidden;
  pointer-events: none;
}
#ad7a5aa7bfa994d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad7a5aa7bfa994d > .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;
}
#ad7a5aa7bfa994d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad7a5aa7bfa994d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 70px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad7a5aa7bfa994d > .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;
}
#ad7a5aa7bfa994d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav,
#ad7a5aa7bfa994d > .tab-nav,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav-horizontal,
#ad7a5aa7bfa994d > .tab-nav-horizontal,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad7a5aa7bfa994d > .tab-nav-horizontal::-webkit-scrollbar,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad7a5aa7bfa994d > .tab-nav-horizontal.tagScroll,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 70px;
  overflow-x: auto;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad7a5aa7bfa994d > .tab-nav-horizontal.tagScroll li a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav a,
#ad7a5aa7bfa994d > .tab-nav a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav a {
  padding: 0 60px;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav li a,
#ad7a5aa7bfa994d > .tab-nav li a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 69px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70px;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(155, 155, 155, 0.2);
  margin-bottom: 1px;
  padding: 0 60px;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav li a svg,
#ad7a5aa7bfa994d > .tab-nav li a svg,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad7a5aa7bfa994d > .tab-nav li a .ap_icon,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav li a:hover,
#ad7a5aa7bfa994d > .tab-nav li a:hover,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #f5a623;
}
#ad7a5aa7bfa994d > .tab-wrap > div > .tab-nav li.uk-active a,
#ad7a5aa7bfa994d > .tab-nav li.uk-active a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad7a5aa7bfa994d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#ad7a5aa7bfa994d .layout-left li,
#ad7a5aa7bfa994d .layout-center li,
#ad7a5aa7bfa994d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad7a5aa7bfa994d .layout-left li a,
#ad7a5aa7bfa994d .layout-center li a,
#ad7a5aa7bfa994d .layout-right li a {
  height: 100%;
}
#ad7a5aa7bfa994d > .tab-tabs .layout-left {
  text-align: left;
}
#ad7a5aa7bfa994d > .tab-tabs .layout-center {
  text-align: center;
}
#ad7a5aa7bfa994d > .tab-tabs .layout-right {
  text-align: right;
}
#ad7a5aa7bfa994d .tab-contents {
  height: 100%;
  height: calc(100% - 70px);
}
#ad7a5aa7bfa994d .tab-content-wrap {
  background-color: transparent;
}
#ad7a5aa7bfa994d .tab-contents,
#ad7a5aa7bfa994d .tab-contents-wrap {
  pointer-events: none;
}
#ad7a5aa7bfa994d .tab-content,
#ad7a5aa7bfa994d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad7a5aa7bfa994d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad7a5aa7bfa994d .tab-wrap .tab-contents {
  height: 100%;
}
#ad7a5aa7bfa994d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad426af4c4a139b .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ab091a8496a9ad9 .ele-wrap {color: #444;font-size: 16px;background-color: transparent;justify-content: center;border-style: solid;border-radius: 4px;border-color: rgba(155, 155, 155, 0.3);border-width: 1px;}#ab091a8496a9ad9 .ele-wrap:hover {color: #ffffff;border-color: rgba(234, 24, 71, 1);background-color: rgba(234, 24, 71, 1);}#a0e62aec7aa9c9c > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a652aa1324aac0d > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6eda43d8aac8d > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bb7adb4ba98e6 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a6bb7adb4ba98e6  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a724daed03ac102 , #a724daed03ac102 a{color: rgba(255, 255, 255, 1);}#a1c8ba8b18a6c0c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a1c8ba8b18a6c0c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af268aa342a55c1 , #af268aa342a55c1 a{color: rgba(255, 255, 255, 1);}#a2183a2109a02b3 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a2183a2109a02b3  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a7c4fa2352ad527 , #a7c4fa2352ad527 a{color: rgba(255, 255, 255, 1);}#a9c78a5a39a913b > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9c78a5a39a913b  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab151a3ddcafd8c , #ab151a3ddcafd8c a{color: rgba(255, 255, 255, 1);}#a235aacd72a6e9e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a235aacd72a6e9e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a031eadf88ab6bd , #a031eadf88ab6bd a{color: rgba(255, 255, 255, 1);}#a037aae9fea0936 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ac35aadf9cafd8f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ac35aadf9cafd8f .ele-wrap:hover {background-color: #0483cc;}#ae984aa4b7a9026 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a0ae9a3accacb51 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a0ae9a3accacb51 .ele-wrap:hover {background-color: #0483cc;}#aaf52a29cca2873 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a0fcbab724a4f3d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a0fcbab724a4f3d .ele-wrap:hover {background-color: #0483cc;}#a3b57aa8b2a84ae .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a4583a3bd1ab6b1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a4583a3bd1ab6b1 .ele-wrap:hover {background-color: #0483cc;}#a6e44a67fcabd9b .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aa4a6a966ea0954 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aa4a6a966ea0954 .ele-wrap:hover {background-color: #0483cc;}#ae929a6b9ba778f .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#afc6dabf29a5c91 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#afc6dabf29a5c91 .ele-wrap:hover {background-color: #0483cc;}#a1367abc5ba34f0 {
  overflow: hidden;
  pointer-events: none;
}
#a1367abc5ba34f0 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1367abc5ba34f0 > .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;
}
#a1367abc5ba34f0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1367abc5ba34f0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1367abc5ba34f0 > .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;
}
#a1367abc5ba34f0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav,
#a1367abc5ba34f0 > .tab-nav,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav-horizontal,
#a1367abc5ba34f0 > .tab-nav-horizontal,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1367abc5ba34f0 > .tab-nav-horizontal::-webkit-scrollbar,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1367abc5ba34f0 > .tab-nav-horizontal.tagScroll,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 75px;
  overflow-x: auto;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1367abc5ba34f0 > .tab-nav-horizontal.tagScroll li a,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav a,
#a1367abc5ba34f0 > .tab-nav a,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav a {
  padding: 0 63px;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav li a,
#a1367abc5ba34f0 > .tab-nav li a,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 74px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 75px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 1px;
  margin-left: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #1e6ac2;
  padding: 0 63px;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav li a svg,
#a1367abc5ba34f0 > .tab-nav li a svg,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1367abc5ba34f0 > .tab-nav li a .ap_icon,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav li a:hover,
#a1367abc5ba34f0 > .tab-nav li a:hover,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#a1367abc5ba34f0 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1367abc5ba34f0 > .tab-nav li.uk-active a,
#a1367abc5ba34f0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1367abc5ba34f0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
  background-color: #ea1847;
}
#a1367abc5ba34f0 .layout-left li,
#a1367abc5ba34f0 .layout-center li,
#a1367abc5ba34f0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1367abc5ba34f0 .layout-left li a,
#a1367abc5ba34f0 .layout-center li a,
#a1367abc5ba34f0 .layout-right li a {
  height: 100%;
}
#a1367abc5ba34f0 > .tab-tabs .layout-left {
  text-align: left;
}
#a1367abc5ba34f0 > .tab-tabs .layout-center {
  text-align: center;
}
#a1367abc5ba34f0 > .tab-tabs .layout-right {
  text-align: right;
}
#a1367abc5ba34f0 .tab-contents {
  height: 100%;
  height: calc(100% - 75px);
}
#a1367abc5ba34f0 .tab-content-wrap {
  background-color: transparent;
}
#a1367abc5ba34f0 .tab-contents,
#a1367abc5ba34f0 .tab-contents-wrap {
  pointer-events: none;
}
#a1367abc5ba34f0 .tab-content,
#a1367abc5ba34f0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1367abc5ba34f0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1367abc5ba34f0 .tab-wrap .tab-contents {
  height: 100%;
}
#a1367abc5ba34f0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a39e0aaa99a9b50 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a51cba0146ac321 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#abce9ae482a7fff > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#ab2b8ad14baec16 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a1aaba1299a61f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a0ff1a99b0a38f0 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a0ff1a99b0a38f0  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#ad6a0a0695a8322 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ac585a95d5a9516 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ac585a95d5a9516  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a60aaa8459adc29 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a73eeae11da9560 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a73eeae11da9560  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a5a5ea7c6ca0393 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ace00a919ea11ec > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ace00a919ea11ec  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a2e1cab111a9549 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a9f3aafb7ea0927 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9f3aafb7ea0927  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a6c00a083ea7307 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a020fa54efa5e7a > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a020fa54efa5e7a  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1874a94dca9714 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ae0bcaa514a6bc3 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#ae0bcaa514a6bc3  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a1a3aa5cfbac9cb > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a1a3aa5cfbac9cb  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a080baf819ae3da > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a080baf819ae3da  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#acd5da2b33a5807 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#acd5da2b33a5807  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a2bd6a48dba1299 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a2bd6a48dba1299  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a8194abbe8abf41 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a8194abbe8abf41  > .ele-wrap:hover {border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;background-color: rgba(234, 24, 71, 1);}#a5f96abb30a3c28 , #a5f96abb30a3c28 a{color: rgba(30, 106, 194, 1);}#aef14abdccad826 , #aef14abdccad826 a{color: rgba(30, 106, 194, 1);}#a923eaf22ca6933 , #a923eaf22ca6933 a{color: rgba(30, 106, 194, 1);}#af954ad048a78a8 , #af954ad048a78a8 a{color: rgba(30, 106, 194, 1);}#aacb8aef7fa83be , #aacb8aef7fa83be a{color: rgba(30, 106, 194, 1);}#ac2d9ae46ea2da7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#aeab3aac97a7935 .a3f3ea37f8a0dba .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aeab3aac97a7935 .a2e29a7765a7efe > .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-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#aeab3aac97a7935 .uk-grid {
  margin-left: -20px;
}
#aeab3aac97a7935 .uk-grid > * {
  padding-left: 20px;
}
#aeab3aac97a7935 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aeab3aac97a7935 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeab3aac97a7935 .uk-position-center-left-out {
    left: -30px;
  }
  #aeab3aac97a7935 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad23fa65beafde1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ab2c0a3d30a97ca .a5ab9a54d2abc0d > .ele-wrap {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-color: rgba(155, 155, 155, 0.3);border-right-style: solid;border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab2c0a3d30a97ca .a5ab9a54d2abc0d  > .ele-wrap:hover {border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-width: 1px;border-right-style: solid;border-right-color: rgba(234, 24, 71, 1);border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ab2c0a3d30a97ca .aef82a5dfdaebc4 {
  overflow: hidden;
}
#ab2c0a3d30a97ca .aef82a5dfdaebc4 , #ab2c0a3d30a97ca .aef82a5dfdaebc4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#ab2c0a3d30a97ca .aef82a5dfdaebc4:hover , #ab2c0a3d30a97ca .aef82a5dfdaebc4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#ab2c0a3d30a97ca .adf30a58d5a4f16 {
  overflow: hidden;
}
#ab2c0a3d30a97ca .adf30a58d5a4f16 , #ab2c0a3d30a97ca .adf30a58d5a4f16 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#ab2c0a3d30a97ca .a56dbacf25a8f2d  {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(155, 155, 155, 1);}#ab2c0a3d30a97ca .uk-grid {
  margin-left: 0px;
}
#ab2c0a3d30a97ca .uk-grid > * {
  padding-left: 0px;
}
#ab2c0a3d30a97ca .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab2c0a3d30a97ca .uk-position-center-left-out {
    left: -30px;
  }
  #ab2c0a3d30a97ca .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a133faab6cae286 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#aff99adb27a9c60 > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a60b7a28afac7fd .aa09da893badd39 {
  overflow: hidden;
}
#a60b7a28afac7fd .aa09da893badd39 , #a60b7a28afac7fd .aa09da893badd39 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a60b7a28afac7fd .aa09da893badd39:hover , #a60b7a28afac7fd .aa09da893badd39 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a60b7a28afac7fd .a25e3a8d7cac071 {
  overflow: hidden;
}
#a60b7a28afac7fd .a25e3a8d7cac071 , #a60b7a28afac7fd .a25e3a8d7cac071 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a60b7a28afac7fd .a5339a5d89a4e07 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#a60b7a28afac7fd .ae614ad896aa5ed .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#a60b7a28afac7fd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a60b7a28afac7fd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a60b7a28afac7fd .uk-position-center-left-out {
    left: -30px;
  }
  #a60b7a28afac7fd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8a9ba63aaa60b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a68fca4a1ead1e6 > .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-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a1fc3a939dad733 .a746da9956a2d17 {
  overflow: hidden;
}
#a1fc3a939dad733 .a746da9956a2d17 , #a1fc3a939dad733 .a746da9956a2d17 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(74, 74, 74, 1);}#a1fc3a939dad733 .a746da9956a2d17:hover , #a1fc3a939dad733 .a746da9956a2d17 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;color: rgba(245, 166, 35, 1);}#a1fc3a939dad733 .ab4adac74aa602e  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);}#a1fc3a939dad733 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1fc3a939dad733 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1fc3a939dad733 .uk-position-center-left-out {
    left: -30px;
  }
  #a1fc3a939dad733 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a66efaf93bad7e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a12d3aa4b7aa54f .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a119fa491da92be .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#a119fa491da92be .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#a119fa491da92be .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a119fa491da92be .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a119fa491da92be .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a119fa491da92be .menu-list-expand .submenu-indicator {
  display: none;
}
#a119fa491da92be .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#a119fa491da92be .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a119fa491da92be .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a119fa491da92be .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#a119fa491da92be .jquery-accordion-menu ul li a img,
#a119fa491da92be .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a119fa491da92be .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a119fa491da92be .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu,
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a119fa491da92be .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a119fa491da92be .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu.show,
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a119fa491da92be .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a119fa491da92be .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#a119fa491da92be .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a42ecaf072a9d6e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7170a4bb0a76d1 > .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;}#a375faed85a1d6c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a593da4509aa9d9 > .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;}#a2631a9863a0a75 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9cca1385a82ad .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a8254a7e4dacea0 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4dd5aa6caaa357 .a2758a1c53ac128 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a4dd5aa6caaa357 .a2758a1c53ac128  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a4dd5aa6caaa357 .a2758a1c53ac128:hover * {color: #ffffff }
                            #a4dd5aa6caaa357 .a2758a1c53ac128:hover .line{border-color: #ffffff }#a4dd5aa6caaa357 .adde3a5a2dacb89 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a4dd5aa6caaa357 .a1216a9d7ba9812 {
  overflow: hidden;
}
#a4dd5aa6caaa357 .a1216a9d7ba9812 , #a4dd5aa6caaa357 .a1216a9d7ba9812 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4dd5aa6caaa357 .a1216a9d7ba9812:hover , #a4dd5aa6caaa357 .a1216a9d7ba9812 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a4dd5aa6caaa357 .uk-grid {
  margin-left: -10px;
}
#a4dd5aa6caaa357 .uk-grid > * {
  padding-left: 10px;
}
#a4dd5aa6caaa357 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4dd5aa6caaa357 .uk-position-center-left-out {
    left: -30px;
  }
  #a4dd5aa6caaa357 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a2f63ac7b5a0e88 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a2f63ac7b5a0e88  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a230aab1f3a5fa8 , #a230aab1f3a5fa8 a{color: rgba(255, 255, 255, 1);}#a880da39d5ab403 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a880da39d5ab403  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aa5eaaa83ba69fc , #aa5eaaa83ba69fc a{color: rgba(255, 255, 255, 1);}#a3123a53f5aaad4 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3123a53f5aaad4  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#adf05a23a9a4ba9 , #adf05a23a9a4ba9 a{color: rgba(255, 255, 255, 1);}#a3bc1a7d36a9baa > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a3bc1a7d36a9baa  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a5273a5692a07ac , #a5273a5692a07ac a{color: rgba(255, 255, 255, 1);}#a16b6a0588a624a > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a16b6a0588a624a  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ac54ea1914a2a2c , #ac54ea1914a2a2c a{color: rgba(255, 255, 255, 1);}#ab08aa8de2ac64c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa929a3159a563e .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-top-width: 4px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#aa929a3159a563e .img-wrap:hover {
  border-color: #ea1847;
}
#ad0fda617da2e5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ad0fda617da2e5c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;background-color: rgba(234, 24, 71, 1);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#ad0fda617da2e5c:hover * {color: #ffffff  !important}
                            #ad0fda617da2e5c:hover .line{border-color: #ffffff  !important}#ad668a326cad2f8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ad668a326cad2f8  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;background-color: rgba(234, 24, 71, 1);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#ad668a326cad2f8:hover * {color: #ffffff  !important}
                            #ad668a326cad2f8:hover .line{border-color: #ffffff  !important}#a3d78afc7fa06cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a3d78afc7fa06cd  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;background-color: rgba(234, 24, 71, 1);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#a3d78afc7fa06cd:hover * {color: #ffffff  !important}
                            #a3d78afc7fa06cd:hover .line{border-color: #ffffff  !important}#add60acfa5a807e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#add60acfa5a807e  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;background-color: rgba(234, 24, 71, 1);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#add60acfa5a807e:hover * {color: #ffffff  !important}
                            #add60acfa5a807e:hover .line{border-color: #ffffff  !important}#a0aa0a416eaf5b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/d557d4517ad9/1692164016535.jpeg);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 4px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a0aa0a416eaf5b0  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;background-color: rgba(234, 24, 71, 1);background-image: url(/resources/upload/d557d4517ad9/1692716590471.png);color: #ffffff;}#a0aa0a416eaf5b0:hover * {color: #ffffff  !important}
                            #a0aa0a416eaf5b0:hover .line{border-color: #ffffff  !important}#abe6bad98faa971 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ad8e4a29aba60d6 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#a291aa37e3a8731 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#acaa7a9dc4a9601 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#af4a9abe02a9db6 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aa106a5f7fa8468 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 90px;border-bottom-right-radius: 90px;border-bottom-left-radius: 90px;border-top-left-radius: 90px;}#aa580afc5ba600f > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#aa580afc5ba600f  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a9067a8b12a6021 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#ad280a28f2a1a97 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ad280a28f2a1a97  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a393eadaeba7e40 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a7776a9cd1adb1c > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a7776a9cd1adb1c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#add72a3677a0852 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a3c8cac473ada6d > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a3c8cac473ada6d  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a1d4da596aa8153 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a0bf6a5d00a958a > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a0bf6a5d00a958a  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#aa038afd18a0e05 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#afaf4a8f29adbf2 > .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-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#afaf4a8f29adbf2  > .ele-wrap:hover {box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);}#a6e80a86d0a0415 .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#a2db9a3beda98cf .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a9dc1a26b1a69c5 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a2f56a4a38a3a18 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#af35cac6daac0fe .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0987a406da1538 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a192fab612a604e .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a9abaa2556aa485 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a0baba4b07a8f4f .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#ac94aa55ada6ad1 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a719faa769a70c3 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#adbc2a057eaa05a .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a6e3aa2923a5612 .img-wrap {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 4px 4px 8px 2px rgba(155, 155, 155, 0.4);
}
#a3fa2a9aadac234 > .ele-wrap {background-color: rgba(51, 51, 51, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 26px;border-bottom-right-radius: 26px;border-top-right-radius: 26px;border-bottom-left-radius: 26px;}#ac7bda38daac022 > .ele-wrap {background-color: rgba(51, 51, 51, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 26px;border-bottom-right-radius: 26px;border-top-right-radius: 26px;border-bottom-left-radius: 26px;}#af71ea95bda528e > .ele-wrap {background-color: rgba(51, 51, 51, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 26px;border-bottom-right-radius: 26px;border-top-right-radius: 26px;border-bottom-left-radius: 26px;}#ad682aff18adc9a > .ele-wrap {background-color: rgba(51, 51, 51, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 26px;border-bottom-right-radius: 26px;border-top-right-radius: 26px;border-bottom-left-radius: 26px;}#ac439a9948a7afb > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a76e2aeb8ba49ae .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 106, 194, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a76e2aeb8ba49ae .ele-wrap:hover {background-color: #0483cc;background-color: rgba(16, 78, 148, 1);}#a4ac2abb61ad523 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 106, 194, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4ac2abb61ad523 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(16, 78, 148, 1);}#ae587a5695afae1 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#aa383a6598a618a .uk-form .form-submit-btn {
  width: 200px;
}
#aa383a6598a618a .submit-wrap {
  text-align: center;
}
#aa383a6598a618a .submit-wrap button {
  background-color: #1e6ac2;
}
#aa383a6598a618a .submit-wrap button:hover {
  background-color: #104e94;
}
#aa383a6598a618a .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aa383a6598a618a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aa383a6598a618a .form-item .uk-input,
#aa383a6598a618a .form-item .uk-select,
#aa383a6598a618a .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#aa383a6598a618a .form-item .uk-input::-webkit-input-placeholder,
#aa383a6598a618a .form-item .uk-select::-webkit-input-placeholder,
#aa383a6598a618a .form-item .uk-textarea::-webkit-input-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#aa383a6598a618a .form-item .uk-input:-ms-input-placeholder,
#aa383a6598a618a .form-item .uk-select:-ms-input-placeholder,
#aa383a6598a618a .form-item .uk-textarea:-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#aa383a6598a618a .form-item .uk-input::-moz-placeholder,
#aa383a6598a618a .form-item .uk-select::-moz-placeholder,
#aa383a6598a618a .form-item .uk-textarea::-moz-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#aa383a6598a618a .form-item .uk-input::placeholder,
#aa383a6598a618a .form-item .uk-select::placeholder,
#aa383a6598a618a .form-item .uk-textarea::placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#aa383a6598a618a .form-item .auto-height {
  height: auto;
}
#aa383a6598a618a .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aa383a6598a618a .uk-form-label,
#aa383a6598a618a .form-agree,
#aa383a6598a618a .uk-h3,
#aa383a6598a618a p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#aa383a6598a618a .form-item {
  position: relative;
}
#aa383a6598a618a .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#aa383a6598a618a .form-item .form-item-file .add-image {
  margin-left: 170px;
}
#aa383a6598a618a .form-item .uk-input,
#aa383a6598a618a .form-item .uk-select,
#aa383a6598a618a .form-item .uk-textarea,
#aa383a6598a618a .form-item .address-select,
#aa383a6598a618a .form-item .uk-grid {
  padding-left: 170px;
}
#aa383a6598a618a .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a0032a0d4ba8adf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#aa159a89e3aed3a .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a878aa4ac2a7f99 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fe7a5b3cafc74 > .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;}#a4eeaab0b6a94aa > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a21faa1528a7842 > .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;}#a69dca0942a8d90 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad3d9a299dad846 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ad0b6a4430a2b04 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#ad0b6a4430a2b04 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#ad0b6a4430a2b04 .menu-list-expand .submenu-indicator {
  display: none;
}
#ad0b6a4430a2b04 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#ad0b6a4430a2b04 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#ad0b6a4430a2b04 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul li a img,
#ad0b6a4430a2b04 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#ad0b6a4430a2b04 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#ad0b6a4430a2b04 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu,
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#ad0b6a4430a2b04 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#ad0b6a4430a2b04 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu.show,
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#ad0b6a4430a2b04 .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#ad0b6a4430a2b04 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a585ba1ab1a333b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad814a294ca5a78 .af995ad350a092b > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#ad814a294ca5a78 .af995ad350a092b  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ad814a294ca5a78 .af995ad350a092b:hover * {color: #ffffff }
                            #ad814a294ca5a78 .af995ad350a092b:hover .line{border-color: #ffffff }#ad814a294ca5a78 .a63ada0d75adfa7 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#ad814a294ca5a78 .a6361a2855a31cc {
  overflow: hidden;
}
#ad814a294ca5a78 .a6361a2855a31cc , #ad814a294ca5a78 .a6361a2855a31cc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#ad814a294ca5a78 .a6361a2855a31cc:hover , #ad814a294ca5a78 .a6361a2855a31cc *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#ad814a294ca5a78 .uk-grid {
  margin-left: -10px;
}
#ad814a294ca5a78 .uk-grid > * {
  padding-left: 10px;
}
#ad814a294ca5a78 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad814a294ca5a78 .uk-position-center-left-out {
    left: -30px;
  }
  #ad814a294ca5a78 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a66efaf93bad7e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a24f3a0025a7ba3 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a0ffcace24aa433 , #a0ffcace24aa433 a{color: rgba(155, 155, 155, 1);}#afcc3ac88faf7ba , #afcc3ac88faf7ba a{color: rgba(234, 24, 71, 1);}#af22aa58c3ab8fa > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4248a5e3caa769 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ae3b6ac933a4052 , #ae3b6ac933a4052 a{color: rgba(155, 155, 155, 1);}#a210fad3f0a937d , #a210fad3f0a937d a{color: rgba(234, 24, 71, 1);}#a53f7adc1fa41cc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a67fdad4a5a6d6a > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a801ea71faad7a3 , #a801ea71faad7a3 a{color: rgba(155, 155, 155, 1);}#af945a394ca20da , #af945a394ca20da a{color: rgba(234, 24, 71, 1);}#a6db3a621aa46ba > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a054aadccea0ef6 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a5e06a340ea6b87 , #a5e06a340ea6b87 a{color: rgba(155, 155, 155, 1);}#a26b6ac0baaf628 , #a26b6ac0baaf628 a{color: rgba(234, 24, 71, 1);}#a6cc7aaa4eaee63 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa435a8183a792f > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a1fb4a1c2fad014 , #a1fb4a1c2fad014 a{color: rgba(155, 155, 155, 1);}#a1708a66dea3229 , #a1708a66dea3229 a{color: rgba(234, 24, 71, 1);}#af76ca8ec7a0e34 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c92a6208a05a2 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a63c5abb1aa2688 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a63c5abb1aa2688 .ele-wrap:hover {background-color: #0483cc;}#a5501a75f3a7fa6 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#af582aa877a0955 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#af582aa877a0955 .ele-wrap:hover {background-color: #0483cc;}#a4482ad75ea1469 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aabcfa0152a3392 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aabcfa0152a3392 .ele-wrap:hover {background-color: #0483cc;}#a850bae72ba0826 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#aedf8a70d6a6271 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aedf8a70d6a6271 .ele-wrap:hover {background-color: #0483cc;}#a0850a44cea16e5 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#ab18fac95aa0157 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab18fac95aa0157 .ele-wrap:hover {background-color: #0483cc;}#a0320a6c0aaacc5 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a9cc7aeca5ac66b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a9cc7aeca5ac66b .ele-wrap:hover {background-color: #0483cc;}#a013da435fa9282 {
  overflow: hidden;
  pointer-events: none;
}
#a013da435fa9282 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a013da435fa9282 > .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;
}
#a013da435fa9282 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a013da435fa9282 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 75px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a013da435fa9282 > .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;
}
#a013da435fa9282 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav,
#a013da435fa9282 > .tab-nav,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a013da435fa9282 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-style: none;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav-horizontal,
#a013da435fa9282 > .tab-nav-horizontal,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a013da435fa9282 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a013da435fa9282 > .tab-nav-horizontal::-webkit-scrollbar,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a013da435fa9282 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a013da435fa9282 > .tab-nav-horizontal.tagScroll,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a013da435fa9282 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 75px;
  overflow-x: auto;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a013da435fa9282 > .tab-nav-horizontal.tagScroll li a,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a013da435fa9282 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav a,
#a013da435fa9282 > .tab-nav a,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a013da435fa9282 > .tab-tabs > .tab-nav a {
  padding: 0 63px;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav li a,
#a013da435fa9282 > .tab-nav li a,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a013da435fa9282 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 74px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 75px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 1px;
  margin-left: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #1e6ac2;
  padding: 0 63px;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav li a svg,
#a013da435fa9282 > .tab-nav li a svg,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a013da435fa9282 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a013da435fa9282 > .tab-nav li a .ap_icon,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a013da435fa9282 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav li a:hover,
#a013da435fa9282 > .tab-nav li a:hover,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a013da435fa9282 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#a013da435fa9282 > .tab-wrap > div > .tab-nav li.uk-active a,
#a013da435fa9282 > .tab-nav li.uk-active a,
#a013da435fa9282 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a013da435fa9282 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
  background-color: #ea1847;
}
#a013da435fa9282 .layout-left li,
#a013da435fa9282 .layout-center li,
#a013da435fa9282 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a013da435fa9282 .layout-left li a,
#a013da435fa9282 .layout-center li a,
#a013da435fa9282 .layout-right li a {
  height: 100%;
}
#a013da435fa9282 > .tab-tabs .layout-left {
  text-align: left;
}
#a013da435fa9282 > .tab-tabs .layout-center {
  text-align: center;
}
#a013da435fa9282 > .tab-tabs .layout-right {
  text-align: right;
}
#a013da435fa9282 .tab-contents {
  height: 100%;
  height: calc(100% - 75px);
}
#a013da435fa9282 .tab-content-wrap {
  background-color: transparent;
}
#a013da435fa9282 .tab-contents,
#a013da435fa9282 .tab-contents-wrap {
  pointer-events: none;
}
#a013da435fa9282 .tab-content,
#a013da435fa9282 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a013da435fa9282 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a013da435fa9282 .tab-wrap .tab-contents {
  height: 100%;
}
#a013da435fa9282 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aab7aa59eaaf239 .a97f0af0baa589e > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#aab7aa59eaaf239 .a97f0af0baa589e  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);background-color: rgba(234, 24, 71, 1);color: #ffffff;}#aab7aa59eaaf239 .a97f0af0baa589e:hover * {color: #ffffff }
                            #aab7aa59eaaf239 .a97f0af0baa589e:hover .line{border-color: #ffffff }#aab7aa59eaaf239 .a5ddaa309da21f9 {
  overflow: hidden;
}
#aab7aa59eaaf239 .a5ddaa309da21f9 , #aab7aa59eaaf239 .a5ddaa309da21f9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#aab7aa59eaaf239 .a5ddaa309da21f9:hover , #aab7aa59eaaf239 .a5ddaa309da21f9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#aab7aa59eaaf239 .uk-grid {
  margin-left: -12px;
}
#aab7aa59eaaf239 .uk-grid > * {
  padding-left: 12px;
}
#aab7aa59eaaf239 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#aab7aa59eaaf239 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aab7aa59eaaf239 .uk-position-center-left-out {
    left: -30px;
  }
  #aab7aa59eaaf239 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af67ba6a28aeb7b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ae01caf878a4cb3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab6f1a378aa6721 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a6a4daa790a5cd5 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2830afe1ea6a7e > .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;}#a770ca6212a4f9a > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6d09a471aafdd7 > .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;}#a242ba9231ad4b7 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa26dab5e2ad951 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#abc76af024a5127 .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#abc76af024a5127 .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#abc76af024a5127 .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#abc76af024a5127 .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#abc76af024a5127 .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#abc76af024a5127 .menu-list-expand .submenu-indicator {
  display: none;
}
#abc76af024a5127 .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#abc76af024a5127 .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#abc76af024a5127 .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#abc76af024a5127 .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#abc76af024a5127 .jquery-accordion-menu ul li a img,
#abc76af024a5127 .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#abc76af024a5127 .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#abc76af024a5127 .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu,
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#abc76af024a5127 .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#abc76af024a5127 .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu.show,
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#abc76af024a5127 .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#abc76af024a5127 .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#abc76af024a5127 .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8836ac185a37bd > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9476a8e04a0668 .a46f3a5c19a5562 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9476a8e04a0668 .a46f3a5c19a5562  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a9476a8e04a0668 .a46f3a5c19a5562:hover * {color: #ffffff }
                            #a9476a8e04a0668 .a46f3a5c19a5562:hover .line{border-color: #ffffff }#a9476a8e04a0668 .a5736ac84ba7e87 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a9476a8e04a0668 .aad67aadf1a3fe6 {
  overflow: hidden;
}
#a9476a8e04a0668 .aad67aadf1a3fe6 , #a9476a8e04a0668 .aad67aadf1a3fe6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9476a8e04a0668 .aad67aadf1a3fe6:hover , #a9476a8e04a0668 .aad67aadf1a3fe6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a9476a8e04a0668 .uk-grid {
  margin-left: -10px;
}
#a9476a8e04a0668 .uk-grid > * {
  padding-left: 10px;
}
#a9476a8e04a0668 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9476a8e04a0668 .uk-position-center-left-out {
    left: -30px;
  }
  #a9476a8e04a0668 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a8aa6a95a9a4cdd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a295aa981fa55d8 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a56a5a1880aa174 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa053a15f6a5297 > .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;}#a3bf4af892ae9fd > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcc0a50dea753b > .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;}#a62bfa5661a7e64 > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e29aa010a89d3 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5a3ba45b9a213d .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#a5a3ba45b9a213d .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a5a3ba45b9a213d .menu-list-expand .submenu-indicator {
  display: none;
}
#a5a3ba45b9a213d .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#a5a3ba45b9a213d .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a5a3ba45b9a213d .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul li a img,
#a5a3ba45b9a213d .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a5a3ba45b9a213d .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a5a3ba45b9a213d .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu,
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a5a3ba45b9a213d .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a5a3ba45b9a213d .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu.show,
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a5a3ba45b9a213d .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#a5a3ba45b9a213d .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#aafb8ae0aeabfa6 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9dbea1fa6a67d2 .a42cfa6cf9a8d1e > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a9dbea1fa6a67d2 .a42cfa6cf9a8d1e  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a9dbea1fa6a67d2 .a42cfa6cf9a8d1e:hover * {color: #ffffff }
                            #a9dbea1fa6a67d2 .a42cfa6cf9a8d1e:hover .line{border-color: #ffffff }#a9dbea1fa6a67d2 .afca8a33fca4753 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a9dbea1fa6a67d2 .a99c5a6851a3e40 {
  overflow: hidden;
}
#a9dbea1fa6a67d2 .a99c5a6851a3e40 , #a9dbea1fa6a67d2 .a99c5a6851a3e40 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9dbea1fa6a67d2 .a99c5a6851a3e40:hover , #a9dbea1fa6a67d2 .a99c5a6851a3e40 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a9dbea1fa6a67d2 .uk-grid {
  margin-left: -10px;
}
#a9dbea1fa6a67d2 .uk-grid > * {
  padding-left: 10px;
}
#a9dbea1fa6a67d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9dbea1fa6a67d2 .uk-position-center-left-out {
    left: -30px;
  }
  #a9dbea1fa6a67d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aab1aafb44abc71 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a2a03ab7dba8ed7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a2a03ab7dba8ed7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a04bda6792ad1c5 , #a04bda6792ad1c5 a{color: rgba(255, 255, 255, 1);}#a8bdfa5df9a2ad0 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8bdfa5df9a2ad0  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a4feba7daea5c4d , #a4feba7daea5c4d a{color: rgba(255, 255, 255, 1);}#a4463a8914a5dc1 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4463a8914a5dc1  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#aefdea1d14a817b , #aefdea1d14a817b a{color: rgba(255, 255, 255, 1);}#aaab3ad1c1a4bd8 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#aaab3ad1c1a4bd8  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#afaaea4b97a7c21 , #afaaea4b97a7c21 a{color: rgba(255, 255, 255, 1);}#a5611a8099a8f99 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a5611a8099a8f99  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a1a34a90e0add48 , #a1a34a90e0add48 a{color: rgba(255, 255, 255, 1);}#ab046a5a9da6559 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a1f8bab47aa3f30 .img-wrap {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 90px;
}
#a1f8bab47aa3f30 .img-wrap:hover {
  border-color: #ea1847;
}
#a7bfdaf92bab9e1 .img-wrap {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a7bfdaf92bab9e1 .img-wrap:hover {
  border-color: #ea1847;
}
#ae01aaa01caf195 .img-wrap {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#ae01aaa01caf195 .img-wrap:hover {
  border-color: #ea1847;
}
#a89bbaa815aabbd .img-wrap {
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #1e6ac2;
  border-left-color: #1e6ac2;
  border-bottom-color: #1e6ac2;
  border-top-color: #1e6ac2;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a89bbaa815aabbd .img-wrap:hover {
  border-color: #ea1847;
}
#a49c4acd3ea40c5 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(155, 155, 155, 0.2);border-bottom-width: 1px;border-left-style: solid;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a8879a4d6ead53c , #a8879a4d6ead53c a{color: rgba(155, 155, 155, 1);}#ab0e5a7e56a2c92 , #ab0e5a7e56a2c92 a{color: rgba(234, 24, 71, 1);}#a6792a17bcafeeb > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2da0a1d72a6cbc > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#a499fae3bcacb45 , #a499fae3bcacb45 a{color: rgba(155, 155, 155, 1);}#a0a32a9403a4941 , #a0a32a9403a4941 a{color: rgba(234, 24, 71, 1);}#a1828a7fe5a9d2d > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#affe9ac943aae20 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-width: 1px;border-top-color: rgba(155, 155, 155, 0.2);}#a568da94d8a694a , #a568da94d8a694a a{color: rgba(155, 155, 155, 1);}#a3529a23e0ae15f , #a3529a23e0ae15f a{color: rgba(234, 24, 71, 1);}#a6bb8ae599ae3df > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9fb0a264ca0b1e > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#ad368a4385a5cc9 , #ad368a4385a5cc9 a{color: rgba(155, 155, 155, 1);}#a330dab461a7568 , #a330dab461a7568 a{color: rgba(234, 24, 71, 1);}#af3b4a572faafcc > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad703aa61ba8d18 > .ele-wrap {border-right-style: solid;border-right-color: rgba(155, 155, 155, 0.2);border-right-width: 1px;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: rgba(155, 155, 155, 0.2);border-top-style: solid;border-top-color: rgba(155, 155, 155, 0.2);border-top-width: 1px;}#aecbaa38cda4efa , #aecbaa38cda4efa a{color: rgba(155, 155, 155, 1);}#ac3eba35f7a33d5 , #ac3eba35f7a33d5 a{color: rgba(234, 24, 71, 1);}#a3309a0e0ba097a > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe25a5e48a83c3 .afdf5ac661a98c8 > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#abe25a5e48a83c3 .afdf5ac661a98c8  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#abe25a5e48a83c3 .afdf5ac661a98c8:hover * {color: #ffffff  !important}
                            #abe25a5e48a83c3 .afdf5ac661a98c8:hover .line{border-color: #ffffff  !important}#abe25a5e48a83c3 .a6239a5029a227b .img-wrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#abe25a5e48a83c3 .a6de5aa95bada69 {
  overflow: hidden;
}
#abe25a5e48a83c3 .a6de5aa95bada69 , #abe25a5e48a83c3 .a6de5aa95bada69 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#abe25a5e48a83c3 .a6de5aa95bada69:hover , #abe25a5e48a83c3 .a6de5aa95bada69 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#abe25a5e48a83c3 .uk-grid {
  margin-left: -10px;
}
#abe25a5e48a83c3 .uk-grid > * {
  padding-left: 10px;
}
#abe25a5e48a83c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abe25a5e48a83c3 .uk-position-center-left-out {
    left: -30px;
  }
  #abe25a5e48a83c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8a12aa168af6d3 .a66dba5894a4d1e > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a8a12aa168af6d3 .a66dba5894a4d1e  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a8a12aa168af6d3 .a66dba5894a4d1e:hover * {color: #ffffff }
                            #a8a12aa168af6d3 .a66dba5894a4d1e:hover .line{border-color: #ffffff }#a8a12aa168af6d3 .afd87ad64daf4b8 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a8a12aa168af6d3 .a8ff1aef66a039a {
  overflow: hidden;
}
#a8a12aa168af6d3 .a8ff1aef66a039a , #a8a12aa168af6d3 .a8ff1aef66a039a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8a12aa168af6d3 .a8ff1aef66a039a:hover , #a8a12aa168af6d3 .a8ff1aef66a039a *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a8a12aa168af6d3 .uk-grid {
  margin-left: -12px;
}
#a8a12aa168af6d3 .uk-grid > * {
  padding-left: 12px;
}
#a8a12aa168af6d3 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a8a12aa168af6d3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8a12aa168af6d3 .uk-position-center-left-out {
    left: -30px;
  }
  #a8a12aa168af6d3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8045aac6dacc5d > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a09d3af350a773b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7b49a15f0ae9e6 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a3739a3a88a196c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6aba11a5a9e5e > .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;}#a5d90a916ba8498 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bfba88bba49e9 > .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;}#a298ca825aa151c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24bba97a4a2c7f .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5a48a2feda489b .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#a5a48a2feda489b .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#a5a48a2feda489b .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a5a48a2feda489b .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a5a48a2feda489b .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a5a48a2feda489b .menu-list-expand .submenu-indicator {
  display: none;
}
#a5a48a2feda489b .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#a5a48a2feda489b .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a5a48a2feda489b .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a5a48a2feda489b .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#a5a48a2feda489b .jquery-accordion-menu ul li a img,
#a5a48a2feda489b .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a5a48a2feda489b .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a5a48a2feda489b .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu,
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a5a48a2feda489b .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a5a48a2feda489b .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu.show,
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a5a48a2feda489b .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a5a48a2feda489b .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#a5a48a2feda489b .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a8e31aba53a97c0 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f1fa4ef8ab171 .ae6b2a6964ae80c > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a8f1fa4ef8ab171 .ae6b2a6964ae80c  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a8f1fa4ef8ab171 .ae6b2a6964ae80c:hover * {color: #ffffff }
                            #a8f1fa4ef8ab171 .ae6b2a6964ae80c:hover .line{border-color: #ffffff }#a8f1fa4ef8ab171 .a78bba0d8fa19eb .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a8f1fa4ef8ab171 .ac985aa726aa2e6 {
  overflow: hidden;
}
#a8f1fa4ef8ab171 .ac985aa726aa2e6 , #a8f1fa4ef8ab171 .ac985aa726aa2e6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a8f1fa4ef8ab171 .ac985aa726aa2e6:hover , #a8f1fa4ef8ab171 .ac985aa726aa2e6 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a8f1fa4ef8ab171 .uk-grid {
  margin-left: -10px;
}
#a8f1fa4ef8ab171 .uk-grid > * {
  padding-left: 10px;
}
#a8f1fa4ef8ab171 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8f1fa4ef8ab171 .uk-position-center-left-out {
    left: -30px;
  }
  #a8f1fa4ef8ab171 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ad18aaec90adc18 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#acb43a6cfda93a7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#acb43a6cfda93a7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a88a4a267aa9b78 , #a88a4a267aa9b78 a{color: rgba(255, 255, 255, 1);}#a8edaa6bdfa6368 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a8edaa6bdfa6368  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab217a5cb4a769b , #ab217a5cb4a769b a{color: rgba(255, 255, 255, 1);}#ad3dcab05da0d9d > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ad3dcab05da0d9d  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a26e8a1f8ea0f2c , #a26e8a1f8ea0f2c a{color: rgba(255, 255, 255, 1);}#a4499ab84aaf46c > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a4499ab84aaf46c  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#af6baa194caaea3 , #af6baa194caaea3 a{color: rgba(255, 255, 255, 1);}#a9508a7ffba59d5 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9508a7ffba59d5  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ab417a1ae5a77b1 , #ab417a1ae5a77b1 a{color: rgba(255, 255, 255, 1);}#abd30a3a6ca8dd4 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a4bb2af1e1aedc5 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692626918356.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 90px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a4bb2af1e1aedc5  > .ele-wrap:hover {border-top-left-radius: 90px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#acf47a8c4da6b6a > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1692630913698.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 90px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#acf47a8c4da6b6a  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 90px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0268a51f7a7c29 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380631883.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#a0268a51f7a7c29  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#abd0da573da09e6 > .ele-wrap {background-image: url(/resources/upload/d557d4517ad9/1693380633261.jpeg);background-size: cover;background-position: center center;border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 2px;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-color: rgba(30, 106, 194, 1);border-right-color: rgba(30, 106, 194, 1);border-left-color: rgba(30, 106, 194, 1);border-bottom-color: rgba(30, 106, 194, 1);}#abd0da573da09e6  > .ele-wrap:hover {border-top-left-radius: 2px;border-bottom-right-radius: 2px;border-top-right-radius: 2px;border-bottom-left-radius: 2px;border-right-color: rgba(234, 24, 71, 1);border-right-width: 2px;border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 2px;border-bottom-width: 2px;border-top-width: 2px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a2e0ba2a3da8bf5 .img-wrap {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a1471ab76fa7d2f > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2962a03f0a1ae5 > .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;}#af978ad183a7a95 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aadf7a927eac805 > .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;}#aea08aedcba803c > .ele-wrap {background-color: rgba(155, 155, 155, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8d9ca4469af0f3 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #22ac38;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a53b0ad88ba5f2f .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: rgba(155, 155, 155, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: rgba(155, 155, 155, 0.2);
}
#a53b0ad88ba5f2f .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #333333;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul li a {
  color: #333333;
  display: block;
  width: 100%;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a53b0ad88ba5f2f .menu-list-expand .submenu-indicator {
  display: none;
}
#a53b0ad88ba5f2f .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: rgba(155, 155, 155, 0.2);
  border-bottom-color: rgba(145, 145, 145, 0.2);
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  background-color: rgba(155, 155, 155, 0.2);
}
#a53b0ad88ba5f2f .jquery-accordion-menu > ul > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff;
}
#a53b0ad88ba5f2f .jquery-accordion-menu > ul > li.active > a {
  color: #ffffff;
  background: #ea1847;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul li a img,
#a53b0ad88ba5f2f .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a53b0ad88ba5f2f .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 14px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a53b0ad88ba5f2f .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu,
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a53b0ad88ba5f2f .jquery-accordion-menu.menu-list-expand ul ul.submenu,
#a53b0ad88ba5f2f .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu.show,
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: rgba(155, 155, 155, 0.2);
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li > a:hover {
  border-left-color: rgba(155, 155, 155, 0.2);
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#a53b0ad88ba5f2f .jquery-accordion-menu > ul > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
#a53b0ad88ba5f2f .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a9423a1fe5a762c > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a525daf557a067f .a5caaa8f1ca73aa > .ele-wrap {background-color: rgba(155, 155, 155, 0.1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-right-color: rgba(155, 155, 155, 0.3);border-left-color: rgba(155, 155, 155, 0.3);border-bottom-color: rgba(155, 155, 155, 0.3);border-top-color: rgba(155, 155, 155, 0.3);}#a525daf557a067f .a5caaa8f1ca73aa  > .ele-wrap:hover {border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;border-right-width: 1px;border-right-color: rgba(234, 24, 71, 1);border-right-style: solid;border-left-color: rgba(234, 24, 71, 1);border-bottom-color: rgba(234, 24, 71, 1);border-top-color: rgba(234, 24, 71, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;background-color: rgba(234, 24, 71, 1);color: #ffffff;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a525daf557a067f .a5caaa8f1ca73aa:hover * {color: #ffffff }
                            #a525daf557a067f .a5caaa8f1ca73aa:hover .line{border-color: #ffffff }#a525daf557a067f .a6230a6115ab285 .img-wrap {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#a525daf557a067f .a94b7ae3e2ae6c8 {
  overflow: hidden;
}
#a525daf557a067f .a94b7ae3e2ae6c8 , #a525daf557a067f .a94b7ae3e2ae6c8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}#a525daf557a067f .a94b7ae3e2ae6c8:hover , #a525daf557a067f .a94b7ae3e2ae6c8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(245, 166, 35, 1);}#a525daf557a067f .uk-grid {
  margin-left: -10px;
}
#a525daf557a067f .uk-grid > * {
  padding-left: 10px;
}
#a525daf557a067f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a525daf557a067f .uk-position-center-left-out {
    left: -30px;
  }
  #a525daf557a067f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a18e1a3806abc24 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a95dda985aadf08 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5834a5b09ac177 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a5834a5b09ac177  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a2de0a1207a7a52 , #a2de0a1207a7a52 a{color: rgba(255, 255, 255, 1);}#adf9bab82aa470e > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#adf9bab82aa470e  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a037ba0e48a61a3 , #a037ba0e48a61a3 a{color: rgba(255, 255, 255, 1);}#a36d7a00c1ac5bb > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a36d7a00c1ac5bb  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ad10da2c15ae48a , #ad10da2c15ae48a a{color: rgba(255, 255, 255, 1);}#ab381a416bac7d7 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#ab381a416bac7d7  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#a3c17a30e7a5644 , #a3c17a30e7a5644 a{color: rgba(255, 255, 255, 1);}#a9987a35bcaa750 > .ele-wrap {background-color: rgba(201, 128, 9, 1);border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;box-shadow: 2px 2px 8px 1px rgba(255, 255, 255, 0.3);}#a9987a35bcaa750  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;background-color: rgba(234, 24, 71, 1);}#ad893aca81aedce , #ad893aca81aedce a{color: rgba(255, 255, 255, 1);}#a819ba6b08a23f4 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ab8f9ab2cea297a .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 106, 194, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ab8f9ab2cea297a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(16, 78, 148, 1);}#ad04fa7abfa660c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(30, 106, 194, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ad04fa7abfa660c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(16, 78, 148, 1);}#a2e46ae2b4a1662 > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#ac821a529fad5be > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692154461704.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#ac821a529fad5be  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9138ac4f7a9740 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692154834297.jpeg);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a9138ac4f7a9740  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8c7da651eac692 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692183713309.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8c7da651eac692  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abe14a8b55a789f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/d557d4517ad9/1692181106336.png);background-position: center center;background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#abe14a8b55a789f  > .ele-wrap:hover {border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#afc15a9f74a1e6f > .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;box-shadow: 2px 2px 8px 1px rgba(155, 155, 155, 0.4);}#a946fac8efa476e .uk-form .form-submit-btn {
  width: 200px;
}
#a946fac8efa476e .submit-wrap {
  text-align: center;
}
#a946fac8efa476e .submit-wrap button {
  background-color: #1e6ac2;
}
#a946fac8efa476e .submit-wrap button:hover {
  background-color: #104e94;
}
#a946fac8efa476e .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a946fac8efa476e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a946fac8efa476e .form-item .uk-input,
#a946fac8efa476e .form-item .uk-select,
#a946fac8efa476e .form-item .uk-textarea {
  width: autopx;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a946fac8efa476e .form-item .uk-input::-webkit-input-placeholder,
#a946fac8efa476e .form-item .uk-select::-webkit-input-placeholder,
#a946fac8efa476e .form-item .uk-textarea::-webkit-input-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#a946fac8efa476e .form-item .uk-input:-ms-input-placeholder,
#a946fac8efa476e .form-item .uk-select:-ms-input-placeholder,
#a946fac8efa476e .form-item .uk-textarea:-ms-input-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#a946fac8efa476e .form-item .uk-input::-moz-placeholder,
#a946fac8efa476e .form-item .uk-select::-moz-placeholder,
#a946fac8efa476e .form-item .uk-textarea::-moz-placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#a946fac8efa476e .form-item .uk-input::placeholder,
#a946fac8efa476e .form-item .uk-select::placeholder,
#a946fac8efa476e .form-item .uk-textarea::placeholder {
  color: rgba(155, 155, 155, 0.7);
}
#a946fac8efa476e .form-item .auto-height {
  height: auto;
}
#a946fac8efa476e .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a946fac8efa476e .uk-form-label,
#a946fac8efa476e .form-agree,
#a946fac8efa476e .uk-h3,
#a946fac8efa476e p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
}
#a946fac8efa476e .form-item {
  position: relative;
}
#a946fac8efa476e .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a946fac8efa476e .form-item .form-item-file .add-image {
  margin-left: 170px;
}
#a946fac8efa476e .form-item .uk-input,
#a946fac8efa476e .form-item .uk-select,
#a946fac8efa476e .form-item .uk-textarea,
#a946fac8efa476e .form-item .address-select,
#a946fac8efa476e .form-item .uk-grid {
  padding-left: 170px;
}
#a946fac8efa476e .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a61e4a87a3ae164 {background-color: rgba(0,0,0,0.7);}#a8665ad48fad43b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b69a8efca71bd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}#a960ba9658aecc1 > .ele-wrap {background-color: rgba(30, 106, 194, 1);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-bottom-left-radius: 12px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a960ba9658aecc1  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);color: #ffffff;}#a960ba9658aecc1:hover * {color: #ffffff  !important}
                            #a960ba9658aecc1:hover .line{border-color: #ffffff  !important}#aa938a9f65a54ee , #aa938a9f65a54ee a{color: rgba(255, 255, 255, 1);}#a2a86ab8c6ae641 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 12px;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);}#a2a86ab8c6ae641  > .ele-wrap:hover {border-top-left-radius: 12px;background-color: rgba(234, 24, 71, 1);}#a5d1dac75da21d6 , #a5d1dac75da21d6 a{color: rgba(255, 255, 255, 1);}#ab8ababd89a242e > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ab8ababd89a242e  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#ac255aeec0a3468 , #ac255aeec0a3468 a{color: rgba(255, 255, 255, 1);}#ae385ac011a5c90 , #ae385ac011a5c90 a{color: rgba(255, 255, 255, 1);}#ab858a09cca61b1 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right-color: #22ac38;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#ac74da5c3ea42f9 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#ac74da5c3ea42f9  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a038babaafa0ad0 , #a038babaafa0ad0 a{color: rgba(255, 255, 255, 1);}#ae81ba0d83a036f , #ae81ba0d83a036f a{color: rgba(255, 255, 255, 1);}#a5651ae6aaad082 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a367eafdafa8799 > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-width: 1px;border-right-color: rgba(255, 255, 255, 1);border-right-style: solid;border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a367eafdafa8799  > .ele-wrap:hover {background-color: rgba(234, 24, 71, 1);}#a6ec2afbbda0900 , #a6ec2afbbda0900 a{color: rgba(255, 255, 255, 1);}#a62d5a8681a5ecc , #a62d5a8681a5ecc a{color: rgba(255, 255, 255, 1);}#ae076a15d3a3206 > .ele-wrap {background-color: rgba(74, 144, 226, 1);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-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-color: rgba(255, 255, 255, 1);}#a3d07a2927a4c83 .uk-form .form-submit-btn {
  width: 200px;
}
#a3d07a2927a4c83 .submit-wrap {
  text-align: center;
}
#a3d07a2927a4c83 .submit-wrap button {
  background-color: #1e6ac2;
}
#a3d07a2927a4c83 .submit-wrap button:hover {
  background-color: #104e94;
}
#a3d07a2927a4c83 .submit-wrap button {
  color: #ffffff;
}
#a3d07a2927a4c83 .submit-wrap button {
  font-size: 15px;
}
#a3d07a2927a4c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3d07a2927a4c83 form {
  padding-top: nullpx;
  padding-bottom: nullpx;
}
#a3d07a2927a4c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3d07a2927a4c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea {
  width: autopx;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#a3d07a2927a4c83 .form-item .uk-input::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-webkit-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-select:-ms-input-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea:-ms-input-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-select::-moz-placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::-moz-placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .uk-input::placeholder,
#a3d07a2927a4c83 .form-item .uk-select::placeholder,
#a3d07a2927a4c83 .form-item .uk-textarea::placeholder {
  color: #9b9b9b;
}
#a3d07a2927a4c83 .form-item .auto-height {
  height: auto;
}
#a3d07a2927a4c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #f5a623;
}
#a3d07a2927a4c83 .uk-form-label,
#a3d07a2927a4c83 .form-agree,
#a3d07a2927a4c83 .uk-h3,
#a3d07a2927a4c83 p {
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #4a4a4a;
}
#a3d07a2927a4c83 .form-item {
  position: relative;
}
#a3d07a2927a4c83 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a3d07a2927a4c83 .form-item .form-item-file .add-image {
  margin-left: 110px;
}
#a3d07a2927a4c83 .form-item .uk-input,
#a3d07a2927a4c83 .form-item .uk-select,
#a3d07a2927a4c83 .form-item .uk-textarea,
#a3d07a2927a4c83 .form-item .address-select,
#a3d07a2927a4c83 .form-item .uk-grid {
  padding-left: 110px;
}
#a3d07a2927a4c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3e1aaab0eab759 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a66efaf93bad7e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2db2aa3a2ac3d0 {
  min-height: 500px;
  /* mobile */
}
#a2db2aa3a2ac3d0 .uk-card {
  border-radius: 6px;
  background: #fff;
}
#a2db2aa3a2ac3d0 .uk-card-body {
  color: #999;
}
#a2db2aa3a2ac3d0 .search-highlight {
  background: yellow;
}
#a2db2aa3a2ac3d0 .title {
  color: #333;
  font-size: 16px;
}
#a2db2aa3a2ac3d0 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2db2aa3a2ac3d0 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2db2aa3a2ac3d0 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2db2aa3a2ac3d0 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2db2aa3a2ac3d0 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2db2aa3a2ac3d0 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2db2aa3a2ac3d0 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2db2aa3a2ac3d0 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2db2aa3a2ac3d0 .category {
    font-size: 12px;
  }
  #a2db2aa3a2ac3d0 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 20px;
  }
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a84e5ad75ca9385 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2fe7adf9da478b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8e4ca42c5a3721 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a8e4ca42c5a3721 .slider {
  width: 420px;
  height: 600px;
}
#a8e4ca42c5a3721 .uk-slideshow-items {
  height: 100%;
}
#a8e4ca42c5a3721 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a8e4ca42c5a3721 .login-wrap {
  width: 100%;
  height: 100%;
}
#a8e4ca42c5a3721 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a8e4ca42c5a3721 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a8e4ca42c5a3721 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a8e4ca42c5a3721 .login-header {
  margin-bottom: 24px;
}
#a8e4ca42c5a3721 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a8e4ca42c5a3721 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a8e4ca42c5a3721 .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;
}
#a8e4ca42c5a3721 .input-item input.error,
#a8e4ca42c5a3721 .input-item input.error::placeholder {
  color: #fc4343;
}
#a8e4ca42c5a3721 .input-item input::placeholder {
  color: #999;
}
#a8e4ca42c5a3721 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a8e4ca42c5a3721 .verifycode-input {
  margin: 24px 0;
}
#a8e4ca42c5a3721 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a8e4ca42c5a3721 .send-code {
  float: left;
  margin-left: 20px;
}
#a8e4ca42c5a3721 .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;
}
#a8e4ca42c5a3721 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a8e4ca42c5a3721 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2fe7adf9da478b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a079aa3de8af89f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a079aa3de8af89f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a079aa3de8af89f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a079aa3de8af89f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a079aa3de8af89f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a079aa3de8af89f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a079aa3de8af89f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a079aa3de8af89f .nav-list {
  padding: 0 20px;
}
#a079aa3de8af89f .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;
}
#a079aa3de8af89f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a079aa3de8af89f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a079aa3de8af89f .order-item:hover {
  background: #f7f7f7;
}
#a079aa3de8af89f .del-order {
  cursor: pointer;
}
#a079aa3de8af89f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a079aa3de8af89f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a079aa3de8af89f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a079aa3de8af89f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a079aa3de8af89f .goods-item .goods-info {
  padding: 0 15px;
}
#a079aa3de8af89f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a079aa3de8af89f .appoint-time {
  margin-bottom: 4px;
}
#a079aa3de8af89f .appoint-name {
  color: #333;
  font-size: 14px;
}
#a079aa3de8af89f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a079aa3de8af89f .goods-item .goods-name {
  color: #333;
}
#a079aa3de8af89f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a079aa3de8af89f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a079aa3de8af89f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a079aa3de8af89f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a079aa3de8af89f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a079aa3de8af89f .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;
}
#a079aa3de8af89f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a079aa3de8af89f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a079aa3de8af89f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a079aa3de8af89f .setting-form {
  padding: 30px 20px;
}
#a079aa3de8af89f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a079aa3de8af89f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a079aa3de8af89f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a079aa3de8af89f .setting-form .setting-btns {
  margin-left: 130px;
}
#a079aa3de8af89f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a079aa3de8af89f .setting-wrap {
  position: relative;
}
#a079aa3de8af89f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a079aa3de8af89f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a079aa3de8af89f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a079aa3de8af89f .address-wrap {
  padding: 30px 20px;
}
#a079aa3de8af89f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a079aa3de8af89f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a079aa3de8af89f .addr-list {
  min-height: 200px;
}
#a079aa3de8af89f .addr-detail .addr-item-name,
#a079aa3de8af89f .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;
}
#a079aa3de8af89f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a079aa3de8af89f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a079aa3de8af89f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a079aa3de8af89f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a079aa3de8af89f .add-addr {
  height: 32px;
  line-height: 30px;
}
#a079aa3de8af89f .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;
}
#a079aa3de8af89f .publish-item {
  cursor: default;
  min-height: 120px;
}
#a079aa3de8af89f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a079aa3de8af89f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a079aa3de8af89f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e6ac2;
}
#a079aa3de8af89f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a66efaf93bad7e0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a883ca481ba9661 {
  min-height: 500px;
  /* mobile */
}
#a883ca481ba9661 .search-highlight {
  background: yellow;
}
#a883ca481ba9661 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a883ca481ba9661 .el-title {
  margin-bottom: 20px;
}
#a883ca481ba9661 .el-item:hover .el-title {
  color: #f5a623;
}
#a883ca481ba9661 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a883ca481ba9661 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a883ca481ba9661 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a883ca481ba9661 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a883ca481ba9661 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a883ca481ba9661 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a883ca481ba9661 .el-title {
    margin-bottom: 0;
  }
  #a883ca481ba9661 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a883ca481ba9661 .category {
    font-size: 12px;
  }
  #a883ca481ba9661 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2fe7adf9da478b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac32ca281baa13c .comment-detail {
  min-height: 600px;
}
#ac32ca281baa13c table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ac32ca281baa13c table th,
#ac32ca281baa13c table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ac32ca281baa13c table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ac32ca281baa13c .red {
  color: #F00!important;
}
#ac32ca281baa13c .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;
}
#a418eaf174a15e6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(155, 155, 155, 0.3);}#a125ea2cf6a86e4 .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a7e02aa1f8a3bcb .img-wrap {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a05f4aaa5dafb79 , #a05f4aaa5dafb79 a{color: rgba(234, 24, 71, 1);}#ab5dfa69adadd7c , #ab5dfa69adadd7c a{color: rgba(34, 172, 56, 1);}#a96eca29b9a4afc .img-wrap {
  border-right-width: 2px;
  border-right-color: #22ac38;
  border-right-style: solid;
  border-left-color: #22ac38;
  border-bottom-color: #22ac38;
  border-top-color: #22ac38;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#a38d3a2b67a5e7b > .ele-wrap {background-color: rgba(30, 106, 194, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae047a4382a2be7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae047a4382a2be7 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae047a4382a2be7 .ap-icon {
  margin-right: 6px;
}
#ae047a4382a2be7 .indicator {
  margin-left: 4px;
}
#ae047a4382a2be7 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 32px;
  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;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ae047a4382a2be7 .menu-list li:hover > a,
#ae047a4382a2be7 .menu-list li.active > a {
  background: #ea1847;
  background-color: #ea1847;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
  border-bottom-style: none;
}
#ae047a4382a2be7 .menu-list ul,
#ae047a4382a2be7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#ae047a4382a2be7 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#ae047a4382a2be7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae047a4382a2be7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae047a4382a2be7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  background-color: rgba(255, 255, 255, 0.8);
}
#ae047a4382a2be7 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#ae047a4382a2be7 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ea1847;
}
#a9fc8a8c94a6b0f > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ac41fa1573a1479 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ac41fa1573a1479 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a0c5aa1d53a4123 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a0c5aa1d53a4123 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#ab3c8aed0ea9ddc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#ab3c8aed0ea9ddc .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a74cda1f73aed74 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ea1847;background-color: transparent;border-radius: 5px;font-size: 14px;justify-content: center;}#a74cda1f73aed74 .ele-wrap:hover {border-color: rgba(234, 24, 71, 1);background-color: #fff;color: #ffffff;background-color: rgba(234, 24, 71, 1);}#a7a7aa6842ae3ae > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 3px;border-bottom-right-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;}#a3239a7ec4a168b > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#ac677a0a65a426b > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa019a80fca59dd , #aa019a80fca59dd a{color: rgba(255, 255, 255, 1);}#a876ca7e7eaa356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#aa7a0a09cea50a7 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af51daba34a0e96 , #af51daba34a0e96 a{color: rgba(255, 255, 255, 1);}#a1f3fafc82a88a1 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a87e5a2ba1a33f9 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3a64a7c66a7cc9 > .ele-wrap {background-color: rgba(234, 24, 71, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ba247baa7fe , #a496ba247baa7fe a{color: rgba(255, 255, 255, 1);}#a9376abcd6a1577 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#ab625a0fe9a820f .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a2438abca6a19eb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a5c28a7901a9027 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a560aae9d9ac88c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#aa84ba157fad260 .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
#a247da4f20a5a7c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}#a15a9a030ba720a .img-wrap {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
