.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;
  /* 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: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ff5500;
}
/* 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: #ff5500;
}
/* 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: #ff9363;
  text-shadow: none;
}
::selection {
  background: #ff9363;
  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 #ff9363;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #ff9363;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* ========================================================================
     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: #f5f5f5;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #ff9363;
  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: #ff9363;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #ff9363;
  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: #f5f5f5;
  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: #ff9363;
  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: #ff9363;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ff9363;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #ff9363;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ff9363;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ff9363;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #ff9363;
  color: #ffffff;
  border-color: #ff9363;
}
/*
   * 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: #f5f5f5;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #ff9363;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1;
  background: none;
  /* 2 */
  color: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ff5500;
}
/* 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: #ff9363;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ff9363;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f5f5f5;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f5f5f5;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #ff9363;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ff9363;
}
/* ========================================================================
     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: #ff9363;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ff9363;
  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: #ff9363;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ff9363;
  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: #ff9363;
}
/*
   * 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: #ff9363;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #ff9363;
  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: #f5f5f5;
}
.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 em;
  height: 1 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #ff9363;
  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;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #ff9363;
}
/* 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: #ff9363;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #ff9363;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #ff9363;
}
/* 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: #ff9363;
  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: #ff9363;
  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: #ff9363;
  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: #ff9363;
}
/* 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: #ff9363;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #ff9363;
  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: #ff9363;
}
/*
   * 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: #ff9363;
}
/* 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: #f5f5f5;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #ff9363;
}
/*
   * 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: #ff9363;
  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: #f5f5f5;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #ff9363;
}
.uk-progress::-moz-progress-bar {
  background-color: #ff9363;
}
.uk-progress::-ms-fill {
  background-color: #ff9363;
}
/* ========================================================================
     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: #ff9363 !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: #ff9363 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #ff9363;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f5f5f5;
}
.uk-background-primary {
  background-color: #ff9363;
}
.uk-background-secondary {
  background-color: #ff9363;
}
/* ========================================================================
     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: #ff9363;
  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: #ff9363;
  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: #ff9363;
  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: #f5f5f5;
  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: #ff9363;
}
.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(255, 147, 99, 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: #ff9363;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f5f5f5;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #ff9363;
}
.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: #ff9363;
  border-color: #ff9363;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #ff9363;
}
/* ========================================================================
   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: #ff7030;
}
.ap-list-filter dd a.active {
  background-color: #ff9363;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #ff9363;
}
.category li a.active {
  color: #ff9363;
}
.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: #ff9363;
}
.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: #ff9363;
  border: 1px solid rgba(255, 147, 99, 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: #ff9363;
}
form .step .ui-step.active .ui-step-title {
  color: #ff9363;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #ff9363;
  background-color: #ff9363;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ff9363;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #ff9363;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #ff9363;
  color: #ff9363;
}
.btn-effect-2:hover {
  background-color: #ff9363;
}
.uk-button.btn-effect-5 {
  background-color: #ff9363;
  box-shadow: 0 0 15px rgba(255, 147, 99, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #ff9363;
}
.header-effect-6 [data-item='title']::before {
  background-color: #ff9363;
}
#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1ce4a6d1daeafc .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a1ce4a6d1daeafc .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a1ce4a6d1daeafc .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a1ce4a6d1daeafc .data-list .uk-card {
  cursor: pointer !important;
}
#a1ce4a6d1daeafc .data-list .uk-card img {
  max-height: 300px;
}
#a1ce4a6d1daeafc .data-list .uk-card:hover {
  background: #fafafa;
}
#a1ce4a6d1daeafc .data-list .uk-card:hover .uk-h4 {
  color: #ff5500;
}
#a1ce4a6d1daeafc .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a1ce4a6d1daeafc .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a1ce4a6d1daeafc .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a1ce4a6d1daeafc .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a1ce4a6d1daeafc .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a1ce4a6d1daeafc .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #ff9363;
  cursor: pointer;
}
#a1ce4a6d1daeafc .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a1ce4a6d1daeafc .uk-card .category:hover {
  background: #ff9363;
}
#a1ce4a6d1daeafc .accordion-menu {
  width: 100%;
}
#a1ce4a6d1daeafc .accordion-menu ul ul.submenu,
#a1ce4a6d1daeafc .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a1ce4a6d1daeafc .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a1ce4a6d1daeafc .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a1ce4a6d1daeafc .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a1ce4a6d1daeafc .accordion-menu .menu-item.active > a {
  background: #ff9363;
  color: #fff;
}
#a1ce4a6d1daeafc .accordion-menu li a:hover {
  background-color: #ff9363;
  color: #fff;
  border: none;
}
#a1ce4a6d1daeafc .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a1ce4a6d1daeafc .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a1ce4a6d1daeafc .hot-list,
#a1ce4a6d1daeafc .new-list {
  padding: 12px;
}
#a1ce4a6d1daeafc .new-list a:hover,
#a1ce4a6d1daeafc .hot-list a:hover {
  color: #ff5500;
}
#a1ce4a6d1daeafc .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a1ce4a6d1daeafc .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a1ce4a6d1daeafc .hot-item:hover a {
  color: #ff5500;
}
#a1ce4a6d1daeafc .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a1ce4a6d1daeafc .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ff9363;
  content: "";
}
#a1ce4a6d1daeafc .content-header {
  padding-bottom: 10px;
}
#a1ce4a6d1daeafc .item-title {
  color: #333;
}
#a1ce4a6d1daeafc input::placeholder {
  color: #999;
}
#a1ce4a6d1daeafc .datetime {
  color: #999;
}
#a1ce4a6d1daeafc .new-item a {
  padding-left: 25px;
}
#a1ce4a6d1daeafc .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a1ce4a6d1daeafc [data-item*=".abstract"], #a1ce4a6d1daeafc [data-item*=".abstract"] a {show: true;}#a1ce4a6d1daeafc [data-item*=".subTitle"], #a1ce4a6d1daeafc [data-item*=".subTitle"] a {show: true;}#a1ce4a6d1daeafc [data-item*=".category"], #a1ce4a6d1daeafc [data-item*=".category"] a {show: true;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a22feab50ca2cad .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a22feab50ca2cad .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a22feab50ca2cad .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a22feab50ca2cad .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a22feab50ca2cad .uk-container {
    padding: 0;
  }
  #a22feab50ca2cad .sidebar {
    padding: 10px;
  }
}
#a22feab50ca2cad .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a22feab50ca2cad .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a22feab50ca2cad .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #ff9363;
  cursor: pointer;
}
#a22feab50ca2cad .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a22feab50ca2cad .content-tags a:hover {
  background: #ff9363;
  color: #fff;
  border-color: #ff9363;
}
#a22feab50ca2cad .abstract,
#a22feab50ca2cad .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a22feab50ca2cad .copyright a {
  color: #999;
  word-break: break-all;
}
#a22feab50ca2cad .detail-content {
  font-size: 16px;
  color: #444;
}
#a22feab50ca2cad .detail-content img {
  margin-bottom: 10px;
}
#a22feab50ca2cad .detail-content table {
  font-size: 13px;
}
#a22feab50ca2cad .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a22feab50ca2cad .hot-list,
#a22feab50ca2cad .new-list {
  padding: 12px;
}
#a22feab50ca2cad .new-list a:hover,
#a22feab50ca2cad .hot-list a:hover {
  color: #ff5500;
}
#a22feab50ca2cad .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a22feab50ca2cad .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a22feab50ca2cad .hot-item:hover a {
  color: #ff5500;
}
#a22feab50ca2cad .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a22feab50ca2cad .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #ff9363;
  content: "";
}
#a22feab50ca2cad .content-header {
  padding-bottom: 10px;
}
#a22feab50ca2cad .item-title {
  color: #333;
}
#a22feab50ca2cad input::placeholder {
  color: #999;
}
#a22feab50ca2cad .datetime {
  color: #999;
}
#a22feab50ca2cad .new-item a {
  padding-left: 25px;
}
#a22feab50ca2cad .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a22feab50ca2cad .siblings a {
  color: #444;
  line-height: 2;
}
#a22feab50ca2cad .siblings a:hover {
  color: #ff5500;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa716ae906a9a31 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aa716ae906a9a31 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aa716ae906a9a31 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #ff9363;
  border-color: #ff9363;
}
#aa716ae906a9a31 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a023ea79b4ad4f6 .marquee_list {
  position: absolute;
  top: 0;
  left: 0;
}
#a023ea79b4ad4f6 .marquee_img {
  height: 80px;
  width: auto;
  margin: 10px 5px;
}
#a023ea79b4ad4f6 .marquee_wrap {
  min-height: 100px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4d24aba5ea37b7 , #a4d24aba5ea37b7 a{color: rgba(175, 175, 175, 1);}#a4d24aba5ea37b7:hover, #a4d24aba5ea37b7 a:hover {color: rgba(175, 175, 175, 1);}#a7d2ca2247a9489 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#a7d2ca2247a9489 .marquee-wrap > .str_move {
  cursor: text;
}
#a7d2ca2247a9489 .marquee-wrap:hover {
  background: #ffffff;
}
#a7d2ca2247a9489 .marquee-wrap .content {
  position: absolute;
}
#a7d2ca2247a9489 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #666666;
}
#a7d2ca2247a9489 .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #666666;
}
#a7d2ca2247a9489 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #666666;
}
#a7d2ca2247a9489 .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #666666;
}
#aa168a2227a6fe1 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#aa168a2227a6fe1 .uk-grid {
  margin-left: -10px;
}
#aa168a2227a6fe1 .uk-grid > * {
  padding-left: 10px;
}
#aa168a2227a6fe1 .uk-grid > .uk-grid-margin {
  margin-top: 5px;
}
#aa168a2227a6fe1 .uk-card {
  background-color: #ffffff;
  transition: all .3s ease;
}
#aa168a2227a6fe1 .uk-card-media-top {
  overflow: hidden;
}
#aa168a2227a6fe1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa168a2227a6fe1 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#aa168a2227a6fe1 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#aa168a2227a6fe1 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#aa168a2227a6fe1 .uk-card-body {
  padding: 15px 10px 8px;
}
#aa168a2227a6fe1 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#aa168a2227a6fe1 .uk-button {
  border: 1px solid #ececec;
}
#aa168a2227a6fe1 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #666666;
}
#aa168a2227a6fe1 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #666666;
}
#aa168a2227a6fe1 .uk-card:hover {
  background-color: #333333;
}
#aa168a2227a6fe1 .uk-card:hover .title {
  color: #fff;
}
#aa168a2227a6fe1 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#aa168a2227a6fe1 .uk-card:hover .img {
  transform: scale(1.2);
}
#aa168a2227a6fe1 .uk-card:hover .abstract {
  color: #fff;
}
#aa168a2227a6fe1 .uk-card:hover .datetime {
  color: #d3b267;
}
#aa168a2227a6fe1 .uk-card:hover .category {
  color: #d3b267;
}
#aa168a2227a6fe1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa168a2227a6fe1 .uk-pagination li a {
  font-size: 12px;
}
#aa168a2227a6fe1 .uk-pagination li.uk-active {
  background-color: #ff9363;
  border-color: #ff9363;
}
#aa168a2227a6fe1 .uk-pagination li:hover {
  border-color: #ff9363;
}
#ae7a5a2025aac38 {
  overflow: hidden;
  pointer-events: none;
}
#ae7a5a2025aac38 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae7a5a2025aac38 > .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;
}
#ae7a5a2025aac38 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7a5a2025aac38 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae7a5a2025aac38 > .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;
}
#ae7a5a2025aac38 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav,
#ae7a5a2025aac38 > .tab-nav,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #d3d3d3;
  border-bottom-style: solid;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav-horizontal,
#ae7a5a2025aac38 > .tab-nav-horizontal,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7a5a2025aac38 > .tab-nav-horizontal::-webkit-scrollbar,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7a5a2025aac38 > .tab-nav-horizontal.tagScroll,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7a5a2025aac38 > .tab-nav-horizontal.tagScroll li a,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav a,
#ae7a5a2025aac38 > .tab-nav a,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav li a,
#ae7a5a2025aac38 > .tab-nav li a,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav li a svg,
#ae7a5a2025aac38 > .tab-nav li a svg,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7a5a2025aac38 > .tab-nav li a .ap_icon,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav li a:hover,
#ae7a5a2025aac38 > .tab-nav li a:hover,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #666666;
  border-bottom-width: 4px;
  border-bottom-color: #ff9363;
  border-bottom-style: solid;
}
#ae7a5a2025aac38 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7a5a2025aac38 > .tab-nav li.uk-active a,
#ae7a5a2025aac38 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae7a5a2025aac38 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #666666;
  border-bottom-width: 4px;
  border-bottom-color: #ff9363;
  border-bottom-style: solid;
}
#ae7a5a2025aac38 .layout-left li,
#ae7a5a2025aac38 .layout-center li,
#ae7a5a2025aac38 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae7a5a2025aac38 .layout-left li a,
#ae7a5a2025aac38 .layout-center li a,
#ae7a5a2025aac38 .layout-right li a {
  height: 100%;
}
#ae7a5a2025aac38 > .tab-tabs .layout-left {
  text-align: left;
}
#ae7a5a2025aac38 > .tab-tabs .layout-center {
  text-align: center;
}
#ae7a5a2025aac38 > .tab-tabs .layout-right {
  text-align: right;
}
#ae7a5a2025aac38 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ae7a5a2025aac38 .tab-content-wrap {
  background-color: transparent;
}
#ae7a5a2025aac38 .tab-contents,
#ae7a5a2025aac38 .tab-contents-wrap {
  pointer-events: none;
}
#ae7a5a2025aac38 .tab-content,
#ae7a5a2025aac38 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae7a5a2025aac38 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae7a5a2025aac38 .tab-wrap .tab-contents {
  height: 100%;
}
#ae7a5a2025aac38 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae7a5a2025aac38 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae7a5a2025aac38 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a24b0ab937a2fb6 .hover-content-wrap:nth-child(2)
                            {}#a425ca6481a3d7e .uk-grid {
  margin-left: -15px;
}
#a425ca6481a3d7e .uk-grid > * {
  padding-left: 15px;
}
#a425ca6481a3d7e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a425ca6481a3d7e .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a425ca6481a3d7e .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
#a425ca6481a3d7e .article .info {
  padding: 3px 10px;
  position: relative;
}
#a425ca6481a3d7e .article .info p {
  margin: 10px 0 10px;
}
#a425ca6481a3d7e .article svg {
  fill: currentColor;
}
#a425ca6481a3d7e .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 20px;
  color: #b4b4b4;
}
#a425ca6481a3d7e .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 3px;
  color: #b4b4b4;
}
#a425ca6481a3d7e .article.list-icon .info {
  padding-left: 25px;
}
#a425ca6481a3d7e .article .datetime {
  position: absolute;
  right: 10px;
  top: 3px;
}
#a425ca6481a3d7e .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a425ca6481a3d7e .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
}
#a425ca6481a3d7e .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a425ca6481a3d7e .article:hover .title {
  color: #626262;
}
#a425ca6481a3d7e .article:hover .datetime {
  color: #b6b6b6;
}
#a425ca6481a3d7e .article:hover .category {
  color: #b6b6b6;
}
#a425ca6481a3d7e .article:hover .abstract {
  color: #b6b6b6;
}
#a425ca6481a3d7e .article:hover .btn_icon {
  color: #b6b6b6;
}
#a425ca6481a3d7e .article:hover .list_icon {
  color: #b6b6b6;
}
#afe33a4b78a89f0 .hover-content-wrap:nth-child(2)
                            {}#a7e75a2035adc13 .uk-grid {
  margin-left: -15px;
}
#a7e75a2035adc13 .uk-grid > * {
  padding-left: 15px;
}
#a7e75a2035adc13 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7e75a2035adc13 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a7e75a2035adc13 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
#a7e75a2035adc13 .article .info {
  padding: 3px 10px;
  position: relative;
}
#a7e75a2035adc13 .article .info p {
  margin: 10px 0 10px;
}
#a7e75a2035adc13 .article svg {
  fill: currentColor;
}
#a7e75a2035adc13 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 20px;
  color: #b4b4b4;
}
#a7e75a2035adc13 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 3px;
  color: #b4b4b4;
}
#a7e75a2035adc13 .article.list-icon .info {
  padding-left: 25px;
}
#a7e75a2035adc13 .article .datetime {
  position: absolute;
  right: 10px;
  top: 3px;
}
#a7e75a2035adc13 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a7e75a2035adc13 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
}
#a7e75a2035adc13 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a7e75a2035adc13 .article:hover .title {
  color: #626262;
}
#a7e75a2035adc13 .article:hover .datetime {
  color: #b6b6b6;
}
#a7e75a2035adc13 .article:hover .category {
  color: #b6b6b6;
}
#a7e75a2035adc13 .article:hover .abstract {
  color: #b6b6b6;
}
#a7e75a2035adc13 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a7e75a2035adc13 .article:hover .list_icon {
  color: #b6b6b6;
}
#a1372a3157abaa3 .hover-content-wrap:nth-child(2)
                            {}#a4e28ae1efa1e49 .uk-grid {
  margin-left: -15px;
}
#a4e28ae1efa1e49 .uk-grid > * {
  padding-left: 15px;
}
#a4e28ae1efa1e49 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4e28ae1efa1e49 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a4e28ae1efa1e49 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
}
#a4e28ae1efa1e49 .article .info {
  padding: 3px 10px;
  position: relative;
}
#a4e28ae1efa1e49 .article .info p {
  margin: 10px 0 10px;
}
#a4e28ae1efa1e49 .article svg {
  fill: currentColor;
}
#a4e28ae1efa1e49 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 3px;
  width: 20px;
  color: #b4b4b4;
}
#a4e28ae1efa1e49 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 3px;
  color: #b4b4b4;
}
#a4e28ae1efa1e49 .article.list-icon .info {
  padding-left: 25px;
}
#a4e28ae1efa1e49 .article .datetime {
  position: absolute;
  right: 10px;
  top: 3px;
}
#a4e28ae1efa1e49 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a4e28ae1efa1e49 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
}
#a4e28ae1efa1e49 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a4e28ae1efa1e49 .article:hover .title {
  color: #626262;
}
#a4e28ae1efa1e49 .article:hover .datetime {
  color: #b6b6b6;
}
#a4e28ae1efa1e49 .article:hover .category {
  color: #b6b6b6;
}
#a4e28ae1efa1e49 .article:hover .abstract {
  color: #b6b6b6;
}
#a4e28ae1efa1e49 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a4e28ae1efa1e49 .article:hover .list_icon {
  color: #b6b6b6;
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#aef52a02c7a4325 .img-wrap {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}
#aeb15a2360abb65 > .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: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;box-shadow: -3px 4px 20px 2px rgba(0, 0, 0, 0.28);}#aeb15a2360abb65  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4df0a9bd0adcc5 > .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: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;box-shadow: -3px 4px 20px 2px rgba(0, 0, 0, 0.28);}#a4df0a9bd0adcc5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a44efae756ac7e9 > .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: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;box-shadow: -3px 4px 20px 2px rgba(0, 0, 0, 0.28);}#a44efae756ac7e9  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#adf44a007aa871e .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#adf44a007aa871e .uk-grid {
  margin-left: -4px;
}
#adf44a007aa871e .uk-grid > * {
  padding-left: 4px;
}
#adf44a007aa871e .uk-card {
  background-color: #ffffff;
  padding: 30px;
}
#adf44a007aa871e .uk-button {
  border: 1px solid #ececec;
}
#adf44a007aa871e .uk-card:hover {
  background-color: #ffffff;
}
#adf44a007aa871e .uk-card:hover .title {
  color: #000000;
}
#adf44a007aa871e .uk-card:hover hr {
  color: #ccc;
}
#adf44a007aa871e .uk-card:hover .abstract {
  color: #000000;
}
#adf44a007aa871e .uk-card:hover .datetime {
  color: #000000;
}
#adf44a007aa871e .uk-card:hover .category {
  color: #000000;
}
#adf44a007aa871e .uk-card:hover .uk-button {
  color: #fff;
  background-color: #ff9363;
  border-color: #ff9363;
}
#af15ba8c42a7692 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#adfa8a416cadf58 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a10a8aff65a92a0 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}#a10a8aff65a92a0  > .ele-wrap:hover {border-bottom-right-radius: 20px;border-bottom-left-radius: 25px;
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            }#af4e1a45eca41e1 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a66aaa7c8ca0a07 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a6a61ab6aaab5fa > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}#a6a61ab6aaab5fa  > .ele-wrap:hover {border-bottom-right-radius: 20px;border-bottom-left-radius: 25px;
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            }#aca79a0f8aadf29 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#afef1abdcdaa64c .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aa209ae39cacb3f > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}#aa209ae39cacb3f  > .ele-wrap:hover {border-bottom-right-radius: 20px;border-bottom-left-radius: 25px;
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            }#a7661ae882a305e .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a878fa530dafdc6 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a484ca9c44aa121 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;}#a484ca9c44aa121  > .ele-wrap:hover {border-bottom-right-radius: 20px;border-bottom-left-radius: 25px;
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 1),
                rgba(255, 255, 255, 0));
            }#a1e65a7ab5af35c .a82f9a1b00aceb4 {
  overflow: hidden;
}
#a1e65a7ab5af35c .a82f9a1b00aceb4 , #a1e65a7ab5af35c .a82f9a1b00aceb4 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .a82f9a1b00aceb4:hover , #a1e65a7ab5af35c .a82f9a1b00aceb4 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .a7689a6c9ba2a1b .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a1e65a7ab5af35c .a9395abd36a39ee {
  overflow: hidden;
}
#a1e65a7ab5af35c .a9395abd36a39ee , #a1e65a7ab5af35c .a9395abd36a39ee > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .a9395abd36a39ee:hover , #a1e65a7ab5af35c .a9395abd36a39ee *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .a5c48a2c27a74a5  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .ae980a9035af929 a, #a1e65a7ab5af35c .ae980a9035af929 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .ae980a9035af929 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1e65a7ab5af35c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1e65a7ab5af35c .uk-position-center-left-out {
    left: -30px;
  }
  #a1e65a7ab5af35c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa0deab9a9a5c2d .a2faea0a3ca6bfb .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aa0deab9a9a5c2d .ad63da9c63a8a99 {
  overflow: hidden;
}
#aa0deab9a9a5c2d .ad63da9c63a8a99 , #aa0deab9a9a5c2d .ad63da9c63a8a99 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#aa0deab9a9a5c2d .ad63da9c63a8a99:hover , #aa0deab9a9a5c2d .ad63da9c63a8a99 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#aa0deab9a9a5c2d .a4e53a26c5aca2d {
  overflow: hidden;
}
#aa0deab9a9a5c2d .a4e53a26c5aca2d , #aa0deab9a9a5c2d .a4e53a26c5aca2d > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aa0deab9a9a5c2d .a4e53a26c5aca2d:hover , #aa0deab9a9a5c2d .a4e53a26c5aca2d *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aa0deab9a9a5c2d .uk-grid {
  margin-left: -10px;
}
#aa0deab9a9a5c2d .uk-grid > * {
  padding-left: 10px;
}
#aa0deab9a9a5c2d .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa0deab9a9a5c2d .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aa0deab9a9a5c2d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa0deab9a9a5c2d .uk-position-center-left-out {
    left: -30px;
  }
  #aa0deab9a9a5c2d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a12b2acf0ca5c3c {
  overflow: hidden;
}
#a12b2acf0ca5c3c .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  transition: all 0.3s ease-in;
}
#a12b2acf0ca5c3c .img-wrap:hover {
  transform: scale(1);
}
#a30b8ad175ae128 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(255, 147, 99, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: FZHei-B01S;}#a30b8ad175ae128 .ele-wrap:hover {background-color: #0483cc;}#a765ca3ca1a022a .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
}
#ad2a2ac6aaabc95 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
}
#abec8a35c9ae40a .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
}
#a1847a7b7ea10b8 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(255, 147, 99, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: FZHei-B01S;}#a1847a7b7ea10b8 .ele-wrap:hover {background-color: #0483cc;}#a8305aabd6ac0f6 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
}
#aa1d9ada4bae8d8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
}
#affc6a960caa6b5 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 20px;
}
#a2e6fae07bae616 .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-color: rgba(255, 147, 99, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: FZHei-B01S;}#a2e6fae07bae616 .ele-wrap:hover {background-color: #0483cc;}#ae332ad024accb4 .a7b27ac98da7cdd .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ae332ad024accb4 .ad413a545aaa555 {
  overflow: hidden;
}
#ae332ad024accb4 .ad413a545aaa555 , #ae332ad024accb4 .ad413a545aaa555 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#ae332ad024accb4 .ad413a545aaa555:hover , #ae332ad024accb4 .ad413a545aaa555 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#ae332ad024accb4 .a99cba7c87aa1be {
  overflow: hidden;
}
#ae332ad024accb4 .a99cba7c87aa1be , #ae332ad024accb4 .a99cba7c87aa1be > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ae332ad024accb4 .a99cba7c87aa1be:hover , #ae332ad024accb4 .a99cba7c87aa1be *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ae332ad024accb4 .uk-grid {
  margin-left: -10px;
}
#ae332ad024accb4 .uk-grid > * {
  padding-left: 10px;
}
#ae332ad024accb4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ae332ad024accb4 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ae332ad024accb4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae332ad024accb4 .uk-position-center-left-out {
    left: -30px;
  }
  #ae332ad024accb4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a93e0aea81a6914 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a93e0aea81a6914 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a93e0aea81a6914 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #ff9363;
  border-color: #ff9363;
}
#a93e0aea81a6914 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a8633a982da9c58 .uk-container {max-width: 1100px;}#a93e0aea81a6914 .uk-container {max-width: 1100px;}#a7498a0727ac238 .a7b1ca47bdad1a4 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a7498a0727ac238 .a9ad0a7925a2221 {
  overflow: hidden;
}
#a7498a0727ac238 .a9ad0a7925a2221 , #a7498a0727ac238 .a9ad0a7925a2221 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#a7498a0727ac238 .a9ad0a7925a2221:hover , #a7498a0727ac238 .a9ad0a7925a2221 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a7498a0727ac238 .ab353a698aa9d81 {
  overflow: hidden;
}
#a7498a0727ac238 .ab353a698aa9d81 , #a7498a0727ac238 .ab353a698aa9d81 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a7498a0727ac238 .ab353a698aa9d81:hover , #a7498a0727ac238 .ab353a698aa9d81 *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a7498a0727ac238 .uk-grid {
  margin-left: -10px;
}
#a7498a0727ac238 .uk-grid > * {
  padding-left: 10px;
}
#a7498a0727ac238 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a7498a0727ac238 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a7498a0727ac238 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7498a0727ac238 .uk-position-center-left-out {
    left: -30px;
  }
  #a7498a0727ac238 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#ad88da61f5aed76 .uk-container {max-width: 1200px;}#a5357acbd4ae241 .uk-container {max-width: 1100px;}#ab2a5a9137a62d3 .a11aca891da53c9 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab2a5a9137a62d3 .a7c81a13bfac230 {
  overflow: hidden;
}
#ab2a5a9137a62d3 .a7c81a13bfac230 , #ab2a5a9137a62d3 .a7c81a13bfac230 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#ab2a5a9137a62d3 .a7c81a13bfac230:hover , #ab2a5a9137a62d3 .a7c81a13bfac230 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#ab2a5a9137a62d3 .aa804a676aadfaa {
  overflow: hidden;
}
#ab2a5a9137a62d3 .aa804a676aadfaa , #ab2a5a9137a62d3 .aa804a676aadfaa > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ab2a5a9137a62d3 .aa804a676aadfaa:hover , #ab2a5a9137a62d3 .aa804a676aadfaa *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ab2a5a9137a62d3 .uk-grid {
  margin-left: -10px;
}
#ab2a5a9137a62d3 .uk-grid > * {
  padding-left: 10px;
}
#ab2a5a9137a62d3 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab2a5a9137a62d3 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ab2a5a9137a62d3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab2a5a9137a62d3 .uk-position-center-left-out {
    left: -30px;
  }
  #ab2a5a9137a62d3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aec40a3a23a5669 .uk-card {
  overflow: hidden;
  height: 400px;
}
#aec40a3a23a5669 .uk-link-reset {
  cursor: default;
}
#aec40a3a23a5669 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aec40a3a23a5669 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#aec40a3a23a5669 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aec40a3a23a5669 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aec40a3a23a5669 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aec40a3a23a5669 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aec40a3a23a5669 .uk-card .uk-h5,
#aec40a3a23a5669 .uk-card .ap-icon {
  color: #666666;
}
#aec40a3a23a5669 .uk-card:hover::before {
  background: rgba(255, 147, 99, 0.9);
}
#aec40a3a23a5669 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aec40a3a23a5669 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aec40a3a23a5669 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a46aba22a4a99b1 .a13b2ae877ac617 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a46aba22a4a99b1 .a1521acceda4ff5 {
  overflow: hidden;
}
#a46aba22a4a99b1 .a1521acceda4ff5 , #a46aba22a4a99b1 .a1521acceda4ff5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#a46aba22a4a99b1 .a1521acceda4ff5:hover , #a46aba22a4a99b1 .a1521acceda4ff5 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a46aba22a4a99b1 .a12c3ae215a0901 {
  overflow: hidden;
}
#a46aba22a4a99b1 .a12c3ae215a0901 , #a46aba22a4a99b1 .a12c3ae215a0901 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a46aba22a4a99b1 .a12c3ae215a0901:hover , #a46aba22a4a99b1 .a12c3ae215a0901 *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a46aba22a4a99b1 .uk-grid {
  margin-left: -10px;
}
#a46aba22a4a99b1 .uk-grid > * {
  padding-left: 10px;
}
#a46aba22a4a99b1 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a46aba22a4a99b1 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a46aba22a4a99b1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a46aba22a4a99b1 .uk-position-center-left-out {
    left: -30px;
  }
  #a46aba22a4a99b1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac6f8ada77ac95a .shadow {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
#ac6f8ada77ac95a .yun-main-hd {
  padding-top: 45px;
  text-align: center;
}
#ac6f8ada77ac95a .yun-main-hd .yun-main-title {
  line-height: 44px;
  font-size: 32px;
  color: #0989c5;
}
#ac6f8ada77ac95a .yun-main-hd .yun-main-des {
  margin-top: 10px;
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
#ac6f8ada77ac95a .yun-main-bd {
  padding-top: 30px;
}
#ac6f8ada77ac95a .w {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#ac6f8ada77ac95a .yun-solution-slider {
  margin-top: 30px;
}
#ac6f8ada77ac95a .yun-solution-slider-content {
  position: relative;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-wrap {
  position: relative;
  height: 475px;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-item {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 475px;
  color: #fff;
  background-size: cover!important;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-item.current {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-item-content {
  margin: 0 auto;
  padding-top: 130px;
  width: 91.66666666666667%;
  max-width: 1100px;
  position: relative;
  z-index: 100;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-text-wrap {
  float: left;
  padding-right: 40px;
  width: 590px;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
  margin-top: 15px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 70px;
  background: #fff;
  color: #03004c;
  text-align: center;
  padding: 0 30px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 14px;
  opacity: .9;
  filter: alpha(opacity=90);
  -webkit-transition: all .25s ease;
  transition: all 0.25s ease;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 0 10px 0 rgba(3, 0, 76, 0.3);
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-title {
  line-height: 44px;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-title b {
  font-size: 28px;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-des {
  margin-top: 15px;
  max-height: 120px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-logo-wrap {
  float: left;
  margin-left: 40px;
  width: 420px;
  max-height: 230px;
  overflow: hidden;
  font-size: 0;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-logo-wrap:after {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-logo-list {
  display: inline-block;
}
#ac6f8ada77ac95a .yun-solution-slider-content .yun-solution-logo-list li {
  display: inline-block;
  margin-top: 40px;
  width: 33%;
  vertical-align: middle;
  text-align: left;
}
#ac6f8ada77ac95a .yun-solution-list-wrap {
  position: relative;
  height: 132px;
  overflow: hidden;
}
#ac6f8ada77ac95a .yun-solution-list-wrap:hover .yun-solution-btn {
  display: block;
}
#ac6f8ada77ac95a .yun-solution-list-wrap .yun-solution-btn {
  display: none;
  position: absolute;
  top: 60px;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 40px;
  color: #ff9363;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ac6f8ada77ac95a .yun-solution-list-wrap .yun-solution-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#ac6f8ada77ac95a .yun-solution-list-wrap .yun-solution-btn.disabled {
  display: none;
}
#ac6f8ada77ac95a .yun-solution-list-wrap .yun-solution-btn-prev {
  left: 0;
}
#ac6f8ada77ac95a .yun-solution-list-wrap .yun-solution-btn-next {
  right: 0;
}
#ac6f8ada77ac95a .yun-solution-list {
  padding-top: 35px;
  text-align: center;
  font-size: 0;
}
#ac6f8ada77ac95a .yun-solution-list .yun-solution-list-item {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#ac6f8ada77ac95a .yun-solution-list .img-wrap {
  margin: 0 auto;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-size: 42px;
  background-position: 0 0;
}
#ac6f8ada77ac95a .yun-solution-list .yun-solution-text {
  margin-top: 15px;
  line-height: 20px;
  color: #ff9363;
}
#ac6f8ada77ac95a .yun-arrow-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 18px;
  overflow: hidden;
}
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-item {
  display: table-cell;
  position: relative;
  width: auto;
  background-color: #fff;
}
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-triangle {
  width: 1200px;
  height: 17px;
  background-color: transparent;
}
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-triangle:after,
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-triangle:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
}
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-triangle:before {
  right: 50%;
  border-bottom: 18px solid #fff;
  border-right: 22px solid transparent;
}
#ac6f8ada77ac95a .yun-arrow-wrap .yun-arrow-triangle:after {
  left: 50%;
  border-bottom: 18px solid #fff;
  border-left: 22px solid transparent;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:before {
  right: 94%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current1 .yun-arrow-triangle:after {
  left: 6%;
  width: 94%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:before {
  right: 81%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current2 .yun-arrow-triangle:after {
  left: 19%;
  width: 81%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:before {
  right: 69%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current3 .yun-arrow-triangle:after {
  left: 31%;
  width: 69%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:before {
  right: 56%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current4 .yun-arrow-triangle:after {
  left: 44%;
  width: 56%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:before {
  right: 44%;
  width: 56%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current5 .yun-arrow-triangle:after {
  left: 56%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:before {
  right: 31%;
  width: 69%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current6 .yun-arrow-triangle:after {
  left: 69%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:before {
  right: 19%;
  width: 81%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current7 .yun-arrow-triangle:after {
  left: 81%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:before {
  right: 6%;
  width: 94%;
}
#ac6f8ada77ac95a .yun-arrow-wrap.yun-arrow-current8 .yun-arrow-triangle:after {
  left: 94%;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#ab630ac0faac909 .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a15f1a5333addb7 .a2f04add04a072f .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a15f1a5333addb7 .a15deac99eaa4af {
  overflow: hidden;
}
#a15f1a5333addb7 .a15deac99eaa4af , #a15f1a5333addb7 .a15deac99eaa4af > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#a15f1a5333addb7 .a15deac99eaa4af:hover , #a15f1a5333addb7 .a15deac99eaa4af *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#a15f1a5333addb7 .ab43aa5a08a502b {
  overflow: hidden;
}
#a15f1a5333addb7 .ab43aa5a08a502b , #a15f1a5333addb7 .ab43aa5a08a502b > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a15f1a5333addb7 .ab43aa5a08a502b:hover , #a15f1a5333addb7 .ab43aa5a08a502b *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a15f1a5333addb7 .uk-grid {
  margin-left: -10px;
}
#a15f1a5333addb7 .uk-grid > * {
  padding-left: 10px;
}
#a15f1a5333addb7 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a15f1a5333addb7 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a15f1a5333addb7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a15f1a5333addb7 .uk-position-center-left-out {
    left: -30px;
  }
  #a15f1a5333addb7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a122caec10af039 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#a122caec10af039 .t_yiqiduan p {
  color: #666;
  font-size: 18px;
  line-height: 1.75;
}
#a122caec10af039 .t_yiqiduan.t_yiqiduan_1 p {
  color: #fff;
}
#a122caec10af039 .t_jiah3 h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#a122caec10af039 .t_yimorezi {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 26px;
  transition: all 0.36s;
}
#a122caec10af039 .t_yimoreicon {
  width: 24px;
  line-height: 46px;
}
#a122caec10af039 .t_yimoreicon img {
  width: 100%;
  transition: all 0.36s;
}
#a122caec10af039 .t_yibtn {
  width: 100%;
  display: inline-block;
  position: relative;
}
#a122caec10af039 .g_cpt2 {
  position: relative;
}
#a122caec10af039 .g_cpt2toptu.act {
  display: block;
}
#a122caec10af039 .g_cpt2toptu {
  display: none;
}
#a122caec10af039 .g_cpt2toptu img {
  width: 100%;
}
#a122caec10af039 .g_cpt2bot {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#a122caec10af039 .item {
  z-index: 1;
  overflow: hidden;
}
#a122caec10af039 .item {
  position: relative;
  height: 100%;
  transition: all .36s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#a122caec10af039 .item a {
  display: block;
  padding: 80px 90px;
  position: absolute;
  z-index: 10;
  height: 100%;
}
#a122caec10af039 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e33228;
  transition: all .36s ease;
  opacity: 0;
}
#a122caec10af039 .item.act .t_yiqiduan p {
  opacity: 1;
}
#a122caec10af039 .g_cpt2botbox {
  transition: all .36s ease;
}
#a122caec10af039 .g_cpt2boticon {
  width: 39px;
  margin-bottom: 22px;
  transition: all .36s ease;
  opacity: 1;
}
#a122caec10af039 .g_cpt2boticon img {
  width: 100%;
}
#a122caec10af039 .g_cpt2 .t_jiah3 h3 {
  margin-bottom: 30px;
}
#a122caec10af039 .item .t_yiqiduan p {
  opacity: 0;
  transition: all 0.36s;
}
#a122caec10af039 .g_cpt2bottu {
  margin-top: 28px;
  transition: all .36s ease;
  opacity: 0;
}
#a122caec10af039 .g_cpt2bottu img {
  width: 100%;
}
#a122caec10af039 .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all .36s ease;
  opacity: 0;
}
#a122caec10af039 .g_cpt2botbox {
  transform: translateY(46px);
}
#a122caec10af039 .t_jiah3 h3 {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a122caec10af039 .t_yiqiduan p {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a122caec10af039 .g_cpt2botbox {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#a122caec10af039 .totop1 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.4s;
}
#a122caec10af039 .totop2 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.5s;
}
#a122caec10af039 .totop3 {
  -webkit-animation: totop 1s ease both;
  animation: totop 1s ease both;
  animation-delay: 0.6s;
}
#a122caec10af039 .item.act .g_cpt2botbox {
  transform: translateY(0);
}
#a122caec10af039 .item.act .g_cpt2bottu {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  #a122caec10af039 .t_yimorezi {
    line-height: 44px;
    margin-right: 20px;
  }
  #a122caec10af039 .t_yimoreicon {
    line-height: 44px;
  }
  #a122caec10af039 .item a {
    padding: 70px 60px;
  }
  #a122caec10af039 .g_cpt2botbox {
    transform: translateY(20px);
  }
  #a122caec10af039 .g_cpt2boticon {
    width: 38px;
    margin-bottom: 20px;
  }
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 28px;
  }
  #a122caec10af039 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #a122caec10af039 .item a {
    padding: 60px 50px;
  }
  #a122caec10af039 .g_cpt2botbox {
    transform: translateY(12px);
  }
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 26px;
  }
  #a122caec10af039 .g_cpt2boticon {
    width: 36px;
    margin-bottom: 18px;
  }
  #a122caec10af039 .t_yiqiduan p {
    font-size: 16px;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1366px) {
  #a122caec10af039 .t_yimoreicon {
    line-height: 40px;
    width: 20px;
  }
  #a122caec10af039 .t_yimorezi {
    line-height: 40px;
  }
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 24px;
  }
  #a122caec10af039 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 22px;
  }
  #a122caec10af039 .item a {
    padding: 50px 40px;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 24px;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 20px;
  }
  #a122caec10af039 .g_cpt2boticon {
    width: 34px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  #a122caec10af039 .item a {
    padding: 36px 30px;
  }
  #a122caec10af039 .t_yiqiduan p {
    line-height: 1.5;
  }
  #a122caec10af039 .g_cpt2boticon {
    width: 32px;
  }
  #a122caec10af039 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 18px;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 18px;
  }
  #a122caec10af039 .t_yimorezi {
    margin-right: 18px;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #a122caec10af039 .g_cpt2top {
    height: 400px;
    position: relative;
  }
  #a122caec10af039 .g_cpt2toptu {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #a122caec10af039 .g_cpt2toptu img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 950px) {
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 20px;
  }
  #a122caec10af039 .item a {
    padding: 26px 20px;
  }
  #a122caec10af039 .item .t_yiqiduan p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #a122caec10af039 .t_yimorezi {
    line-height: 36px;
  }
  #a122caec10af039 .t_yimoreicon {
    line-height: 36px;
    width: 18px;
  }
  #a122caec10af039 .t_yimorezi {
    margin-right: 16px;
  }
  #a122caec10af039 .item {
    width: 100%;
  }
  #a122caec10af039 .g_cpt2toptu {
    position: relative;
    min-height: 222px;
  }
  #a122caec10af039 .g_cpt2toptu {
    display: block;
    overflow: hidden;
  }
  #a122caec10af039 .g_cpt2top {
    height: auto;
  }
  #a122caec10af039 .item a {
    width: 100%;
    top: 0;
    left: 0;
  }
  #a122caec10af039 .g_cpt2boticon {
    width: 28px;
    margin-bottom: 12px;
  }
  #a122caec10af039 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a122caec10af039 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a122caec10af039 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a122caec10af039 .item .g_cpt2bottu {
    opacity: 1;
  }
  #a122caec10af039 .g_cpt2bottu {
    margin-top: 6px;
  }
  #a122caec10af039 .t_jiah3 h3 {
    font-size: 18px;
  }
  #a122caec10af039 .g_cpt2 .t_jiah3 h3 {
    margin-bottom: 12px;
  }
  #a122caec10af039 .item .t_yiqiduan p {
    max-height: 63px;
    overflow: hidden;
  }
  #a122caec10af039 .item::before {
    display: none;
  }
  #a122caec10af039 .t_syk2 .item .g_cpt2botbox {
    transform: translateY(0);
  }
  #a122caec10af039 .t_syk2 .item .g_cpt2boticon {
    margin-bottom: 10px;
  }
  #a122caec10af039 .t_syk2 .item .t_yiqiduan p {
    opacity: 1;
  }
  #a122caec10af039 .t_syk2 .item .g_cpt2bottu {
    opacity: 1;
  }
}
@media screen and (max-width: 480px) {
  #a122caec10af039 .t_yimorezi {
    font-size: 12px;
    line-height: 34px;
  }
  #a122caec10af039 .t_yimoreicon {
    line-height: 34px;
    width: 16px;
  }
  #a122caec10af039 .t_yimorezi {
    margin-right: 14px;
  }
  #a122caec10af039 .t_yiqiduan p {
    font-size: 14px;
  }
  #a122caec10af039 .item .t_yiqiduan p {
    max-height: 84px;
  }
  #a122caec10af039 .g_cpt2toptu {
    min-height: 240px;
  }
}
@keyframes totop {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#ad779a7766a4b8e .aef67a0474a1655 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ad779a7766a4b8e .ad1a2aa010a46dc {
  overflow: hidden;
}
#ad779a7766a4b8e .ad1a2aa010a46dc , #ad779a7766a4b8e .ad1a2aa010a46dc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#ad779a7766a4b8e .ad1a2aa010a46dc:hover , #ad779a7766a4b8e .ad1a2aa010a46dc *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#ad779a7766a4b8e .a49c9a4dbaa581b {
  overflow: hidden;
}
#ad779a7766a4b8e .a49c9a4dbaa581b , #ad779a7766a4b8e .a49c9a4dbaa581b > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ad779a7766a4b8e .a49c9a4dbaa581b:hover , #ad779a7766a4b8e .a49c9a4dbaa581b *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#ad779a7766a4b8e .uk-grid {
  margin-left: -10px;
}
#ad779a7766a4b8e .uk-grid > * {
  padding-left: 10px;
}
#ad779a7766a4b8e .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ad779a7766a4b8e .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#ad779a7766a4b8e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad779a7766a4b8e .uk-position-center-left-out {
    left: -30px;
  }
  #ad779a7766a4b8e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a8793aa8f8a4d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}#af071a9373af912 .form-agree {
  display: flex;
  align-items: center;
}
#af071a9373af912 .uk-form .form-submit-btn {
  width: 300px;
}
#af071a9373af912 .submit-wrap {
  text-align: center;
}
#af071a9373af912 .submit-wrap button {
  background-color: #3d80ff;
}
#af071a9373af912 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#af071a9373af912 .form-item .auto-height {
  height: auto;
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a95b9a0c33a9348 .uk-tab li a {
  padding: 18px 16px;
  min-width: 200px;
  display: block;
}
#a95b9a0c33a9348 .uk-tab li {
  width: 100%;
}
#a95b9a0c33a9348 .uk-tab > .uk-active > a {
  background-color: #fc4e00;
  border-right: none;
  border-color: transparent;
}
#a95b9a0c33a9348 .uk-switcher li {
  list-style: decimal;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a95b9a0c33a9348 .uk-container {max-width: 1100px;}#aeab6aea7eaf6e4 .aace4a5f9bad7be .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aeab6aea7eaf6e4 .a14e0a7601a9589 {
  overflow: hidden;
}
#aeab6aea7eaf6e4 .a14e0a7601a9589 , #aeab6aea7eaf6e4 .a14e0a7601a9589 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#aeab6aea7eaf6e4 .a14e0a7601a9589:hover , #aeab6aea7eaf6e4 .a14e0a7601a9589 *:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;}#aeab6aea7eaf6e4 .a5f10ae8d6a992c {
  overflow: hidden;
}
#aeab6aea7eaf6e4 .a5f10ae8d6a992c , #aeab6aea7eaf6e4 .a5f10ae8d6a992c > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aeab6aea7eaf6e4 .a5f10ae8d6a992c:hover , #aeab6aea7eaf6e4 .a5f10ae8d6a992c *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#aeab6aea7eaf6e4 .uk-grid {
  margin-left: -10px;
}
#aeab6aea7eaf6e4 .uk-grid > * {
  padding-left: 10px;
}
#aeab6aea7eaf6e4 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aeab6aea7eaf6e4 .dynamic-list-item {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#aeab6aea7eaf6e4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeab6aea7eaf6e4 .uk-position-center-left-out {
    left: -30px;
  }
  #aeab6aea7eaf6e4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a3343a8ed2af2c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(222, 227, 235, 1);border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 1);}#a3343a8ed2af2c2  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(222, 227, 235, 1);border-right-style: solid;border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 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(255, 255, 255, 1);}#a4d0dac287a096d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4d0dac287a096d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#afb90ab404a4286 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#afb90ab404a4286 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a407fa1bf1af194 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a407fa1bf1af194 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a746ca5558ae5b9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a746ca5558ae5b9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a5564addb3abf03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a5564addb3abf03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1ac0abd02adbb6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1ac0abd02adbb6 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#afabfa4fb9a5ebf a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#afabfa4fb9a5ebf a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ab60daf5d9ae443 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab60daf5d9ae443 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a72b4ab274abbf1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a72b4ab274abbf1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a7e14a32aaa0860 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7e14a32aaa0860 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a454fa95cda1ecd a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a454fa95cda1ecd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9751a7386aaa94 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9751a7386aaa94 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a50a8ad395adfb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a50a8ad395adfb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a79eba1cb4a0c85 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a79eba1cb4a0c85 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa9e4a8e33a435d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa9e4a8e33a435d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#adeb1addc9a752c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#adeb1addc9a752c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a765faec0ba2650 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a765faec0ba2650 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a5132a19dba8037 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a5132a19dba8037 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0f44a76e0af85c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0f44a76e0af85c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3c4fac7f4a9165 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3c4fac7f4a9165 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3be5ae8c5a9b98 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3be5ae8c5a9b98 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a75d7abe5caeae9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a75d7abe5caeae9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad7c5a7421a94d1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad7c5a7421a94d1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a602ea7af1a3c39 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a602ea7af1a3c39 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9a14a6aeea9864 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9a14a6aeea9864 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3093a8c4aaac38 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3093a8c4aaac38 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a80d0a3402a3cba a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a80d0a3402a3cba a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a60b7a4669a87af a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a60b7a4669a87af a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac576ad339ae195 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ac576ad339ae195 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa2e8af4aba4d07 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa2e8af4aba4d07 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad451ad38ead5db a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad451ad38ead5db a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac835a2a11a9dc2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ac835a2a11a9dc2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aaa5ead9bdac851 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aaa5ead9bdac851 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a111ea5fe0a80fc a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a111ea5fe0a80fc a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#adb51a5721ac58c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#adb51a5721ac58c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a4c88ac37bad77b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4c88ac37bad77b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aaa5da2479a7735 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aaa5da2479a7735 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ae517a3e7da6da1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ae517a3e7da6da1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#acb69a3115a2b17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#acb69a3115a2b17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aea77a3456ae2d0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aea77a3456ae2d0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a64efa3eb1aee10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a64efa3eb1aee10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9680a8883aff75 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9680a8883aff75 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a2050a2183a52a4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a2050a2183a52a4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0211a3564a2f4b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0211a3564a2f4b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a337fa0093a8149 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a337fa0093a8149 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a7f20a72f6ae43b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7f20a72f6ae43b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#af662a82d8a6b1a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#af662a82d8a6b1a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a079ea8e0ea6562 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a079ea8e0ea6562 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9496a1a08a2bdc a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9496a1a08a2bdc a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a821baffb8a69c8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a821baffb8a69c8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0007a1607a148b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0007a1607a148b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aaba7a0b02a6a77 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aaba7a0b02a6a77 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#af08fa482cace6f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#af08fa482cace6f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9e68a77f4a1390 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9e68a77f4a1390 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ace89a99e8a8a53 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ace89a99e8a8a53 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9d7aa9fcca6014 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9d7aa9fcca6014 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ab0daaedabad21b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab0daaedabad21b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1464ada68a8157 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1464ada68a8157 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a38d4a8d03aa7f0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a38d4a8d03aa7f0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a33a7a55aca94bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a33a7a55aca94bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aebc3aaeafa38c2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aebc3aaeafa38c2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a280ea2139a12f7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a280ea2139a12f7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aee56abf34a23fa a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aee56abf34a23fa a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9659af518a1e7d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9659af518a1e7d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ab6a8a36a8a4758 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab6a8a36a8a4758 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa99da8032ab1b4 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa99da8032ab1b4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a25a1aa48da5f2c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a25a1aa48da5f2c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a4a28a8cdaa6d85 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4a28a8cdaa6d85 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ab27bab9a6a5dcb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab27bab9a6a5dcb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9626a22aea936a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9626a22aea936a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#af0c2a180aa69c3 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#af0c2a180aa69c3 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a53ccaf762ae616 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a53ccaf762ae616 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa0ffad76ba717a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa0ffad76ba717a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a60ccaa7c6a2c08 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a60ccaa7c6a2c08 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#abb77a576aaa684 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#abb77a576aaa684 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0ffaac640aeffe a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0ffaac640aeffe a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3588a06cdac584 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3588a06cdac584 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1b99ab5b3a95fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(222, 227, 235, 1);border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 1);}#a1b99ab5b3a95fa  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(222, 227, 235, 1);border-right-style: solid;border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 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(255, 255, 255, 1);}#a4ea2a6d4fa889a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4ea2a6d4fa889a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a92ada340fa8d0b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a92ada340fa8d0b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9565a4e56a37f6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9565a4e56a37f6 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#acefeadfada1864 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#acefeadfada1864 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad20daf8bba1ce0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad20daf8bba1ce0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a75c5abcc3aa1b2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a75c5abcc3aa1b2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1501a0b70ab1c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1501a0b70ab1c5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a4f3baf2efae613 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a4f3baf2efae613 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a03bbab533ab84f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a03bbab533ab84f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a5153a1cafaa0c5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a5153a1cafaa0c5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a7a02afba8aa81e a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7a02afba8aa81e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3e1ba011ba14da a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3e1ba011ba14da a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aeab6a663dafa16 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aeab6a663dafa16 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ade7cabce2a7074 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ade7cabce2a7074 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad948ace80a46ad a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad948ace80a46ad a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a17cda90aeac858 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a17cda90aeac858 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ae70cae051af39f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(222, 227, 235, 1);border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 1);}#ae70cae051af39f  > .ele-wrap:hover {border-right-width: 1px;border-right-color: rgba(222, 227, 235, 1);border-right-style: solid;border-left-color: rgba(222, 227, 235, 1);border-bottom-color: rgba(222, 227, 235, 1);border-top-color: rgba(222, 227, 235, 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(255, 255, 255, 1);}#a179eac7fca1e42 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a179eac7fca1e42 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0ef1a7030a7eec a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0ef1a7030a7eec a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#abccda6145a84dd a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#abccda6145a84dd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa59ca3d3aa673f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa59ca3d3aa673f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a65f3a12eeaea3b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a65f3a12eeaea3b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad43aa68b5aa79f a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad43aa68b5aa79f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a989ca8344a23c0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a989ca8344a23c0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1ce1a8096aed56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1ce1a8096aed56 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#af6fda34e3a1c58 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#af6fda34e3a1c58 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a76c0ae6a2a716b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a76c0ae6a2a716b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3a56a227ca6b93 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a3a56a227ca6b93 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9fcead28fa5882 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9fcead28fa5882 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a95c8ae2dca3ec7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a95c8ae2dca3ec7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa8d0a1c85abaca a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa8d0a1c85abaca a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ab78ca2dafaa275 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ab78ca2dafaa275 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a59e4a5a56afa24 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a59e4a5a56afa24 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9569ac581afe31 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9569ac581afe31 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad757ae4efa068b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad757ae4efa068b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aa608a8fe3a7429 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aa608a8fe3a7429 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a6361a9336a1129 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a6361a9336a1129 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ae0e7a550baebb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ae0e7a550baebb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aee6da41f1ae18b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aee6da41f1ae18b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9417a0598acbd6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9417a0598acbd6 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1a90a6603ac822 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1a90a6603ac822 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#afd8ba9407a6beb a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#afd8ba9407a6beb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a90d1a2cd8ad741 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a90d1a2cd8ad741 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a9fe8a7370a13f5 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a9fe8a7370a13f5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ad8e6a165fa6b31 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ad8e6a165fa6b31 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ae9d0a1413ab011 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ae9d0a1413ab011 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ace67a5337aef2d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ace67a5337aef2d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0f5fa8762ab61a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0f5fa8762ab61a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a7eaaa22bea70e9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7eaaa22bea70e9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a8a75ab42caf289 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8a75ab42caf289 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a914fa34dca0af7 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a914fa34dca0af7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a12bea4ebeafc56 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a12bea4ebeafc56 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a75cfa23cfa1021 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a75cfa23cfa1021 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a1f0fa7bfdaa982 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a1f0fa7bfdaa982 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac523a02b6ad080 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#ac523a02b6ad080 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aed8aa993aa3b33 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aed8aa993aa3b33 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a0c31a75dba34ac a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a0c31a75dba34ac a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#acb87a8bc6abdee a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#acb87a8bc6abdee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aff02ae818a488b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aff02ae818a488b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a64c6ae840a2128 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a64c6ae840a2128 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aad13af61ea78e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#aad13af61ea78e6 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a7f30acb77abc8d a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a7f30acb77abc8d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a8025a4d84a77a5 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68f2aa4bea738e .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a6805a1613a08f4 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a6805a1613a08f4 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6805a1613a08f4 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6805a1613a08f4 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6805a1613a08f4 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6805a1613a08f4 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6805a1613a08f4 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6805a1613a08f4 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6805a1613a08f4 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6805a1613a08f4 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6805a1613a08f4 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a6805a1613a08f4 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6805a1613a08f4 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6805a1613a08f4 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6805a1613a08f4 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a6805a1613a08f4 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6805a1613a08f4 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6805a1613a08f4 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6805a1613a08f4 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1135a185ba51e2 .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a790ba7c76a6bb6 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a790ba7c76a6bb6 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a790ba7c76a6bb6 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a790ba7c76a6bb6 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a790ba7c76a6bb6 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a790ba7c76a6bb6 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a790ba7c76a6bb6 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a790ba7c76a6bb6 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a790ba7c76a6bb6 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a790ba7c76a6bb6 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a790ba7c76a6bb6 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a790ba7c76a6bb6 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a790ba7c76a6bb6 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a790ba7c76a6bb6 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a790ba7c76a6bb6 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5014a3a46a2cad .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#ab57ca017fa0102 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#ab57ca017fa0102 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab57ca017fa0102 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab57ca017fa0102 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab57ca017fa0102 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab57ca017fa0102 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab57ca017fa0102 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab57ca017fa0102 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab57ca017fa0102 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab57ca017fa0102 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ab57ca017fa0102 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ab57ca017fa0102 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab57ca017fa0102 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab57ca017fa0102 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab57ca017fa0102 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ab57ca017fa0102 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ab57ca017fa0102 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab57ca017fa0102 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ab57ca017fa0102 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a1a8ba6279ab275 .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#ae043aa4f3ac619 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#ae043aa4f3ac619 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae043aa4f3ac619 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ae043aa4f3ac619 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ae043aa4f3ac619 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ae043aa4f3ac619 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ae043aa4f3ac619 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ae043aa4f3ac619 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ae043aa4f3ac619 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ae043aa4f3ac619 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ae043aa4f3ac619 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ae043aa4f3ac619 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ae043aa4f3ac619 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ae043aa4f3ac619 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ae043aa4f3ac619 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ae043aa4f3ac619 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ae043aa4f3ac619 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a0fcda8e58ada1e {
  overflow: hidden;
  pointer-events: none;
  border-right-width: 1px;
  border-right-color: #d1d8e5;
  border-right-style: solid;
  border-left-color: #d1d8e5;
  border-bottom-color: #d1d8e5;
  border-top-color: #d1d8e5;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a0fcda8e58ada1e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0fcda8e58ada1e > .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;
}
#a0fcda8e58ada1e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0fcda8e58ada1e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0fcda8e58ada1e > .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;
}
#a0fcda8e58ada1e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav,
#a0fcda8e58ada1e > .tab-nav,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav-horizontal,
#a0fcda8e58ada1e > .tab-nav-horizontal,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0fcda8e58ada1e > .tab-nav-horizontal::-webkit-scrollbar,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0fcda8e58ada1e > .tab-nav-horizontal.tagScroll,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0fcda8e58ada1e > .tab-nav-horizontal.tagScroll li a,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav a,
#a0fcda8e58ada1e > .tab-nav a,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li a,
#a0fcda8e58ada1e > .tab-nav li a,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #ffffff;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li a svg,
#a0fcda8e58ada1e > .tab-nav li a svg,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0fcda8e58ada1e > .tab-nav li a .ap_icon,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li a:hover,
#a0fcda8e58ada1e > .tab-nav li a:hover,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li.uk-active a,
#a0fcda8e58ada1e > .tab-nav li.uk-active a,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#a0fcda8e58ada1e > .tab-wrap > div > .tab-nav li:last-child a,
#a0fcda8e58ada1e > .tab-nav li:last-child a,
#a0fcda8e58ada1e > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0fcda8e58ada1e > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0fcda8e58ada1e .layout-left li,
#a0fcda8e58ada1e .layout-center li,
#a0fcda8e58ada1e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0fcda8e58ada1e .layout-left li a,
#a0fcda8e58ada1e .layout-center li a,
#a0fcda8e58ada1e .layout-right li a {
  height: 100%;
}
#a0fcda8e58ada1e > .tab-tabs .layout-left {
  text-align: left;
}
#a0fcda8e58ada1e > .tab-tabs .layout-center {
  text-align: center;
}
#a0fcda8e58ada1e > .tab-tabs .layout-right {
  text-align: right;
}
#a0fcda8e58ada1e .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#a0fcda8e58ada1e .tab-content-wrap {
  background-color: #ffffff;
}
#a0fcda8e58ada1e .tab-contents,
#a0fcda8e58ada1e .tab-contents-wrap {
  pointer-events: none;
}
#a0fcda8e58ada1e .tab-content,
#a0fcda8e58ada1e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0fcda8e58ada1e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0fcda8e58ada1e .tab-wrap .tab-contents {
  height: 100%;
}
#a0fcda8e58ada1e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a0fcda8e58ada1e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a0fcda8e58ada1e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af326a1aafac7f3 .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#ab314ac4a3ac3b1 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#ab314ac4a3ac3b1 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ab314ac4a3ac3b1 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ab314ac4a3ac3b1 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a3351a916ba04a3 .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#aa5c9a1fc4a68da .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#aa5c9a1fc4a68da .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa5c9a1fc4a68da .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa5c9a1fc4a68da .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa5c9a1fc4a68da .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa5c9a1fc4a68da .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa5c9a1fc4a68da .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa5c9a1fc4a68da .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa5c9a1fc4a68da .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa5c9a1fc4a68da .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa5c9a1fc4a68da .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#aa5c9a1fc4a68da .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#aa5c9a1fc4a68da .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa5c9a1fc4a68da .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa5c9a1fc4a68da .ele-article-list .text-article:hover .time {
  color: auto;
}
#a67d0ab762a4847 {
  overflow: hidden;
  pointer-events: none;
  border-right-width: 1px;
  border-right-color: #d1d8e5;
  border-right-style: solid;
  border-left-color: #d1d8e5;
  border-bottom-color: #d1d8e5;
  border-top-color: #d1d8e5;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a67d0ab762a4847 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a67d0ab762a4847 > .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;
}
#a67d0ab762a4847 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a67d0ab762a4847 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a67d0ab762a4847 > .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;
}
#a67d0ab762a4847 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav,
#a67d0ab762a4847 > .tab-nav,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a67d0ab762a4847 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav-horizontal,
#a67d0ab762a4847 > .tab-nav-horizontal,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a67d0ab762a4847 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a67d0ab762a4847 > .tab-nav-horizontal::-webkit-scrollbar,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a67d0ab762a4847 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a67d0ab762a4847 > .tab-nav-horizontal.tagScroll,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a67d0ab762a4847 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a67d0ab762a4847 > .tab-nav-horizontal.tagScroll li a,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a67d0ab762a4847 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav a,
#a67d0ab762a4847 > .tab-nav a,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a67d0ab762a4847 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav li a,
#a67d0ab762a4847 > .tab-nav li a,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a67d0ab762a4847 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav li a svg,
#a67d0ab762a4847 > .tab-nav li a svg,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a67d0ab762a4847 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a67d0ab762a4847 > .tab-nav li a .ap_icon,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a67d0ab762a4847 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav li a:hover,
#a67d0ab762a4847 > .tab-nav li a:hover,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a67d0ab762a4847 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#a67d0ab762a4847 > .tab-wrap > div > .tab-nav li.uk-active a,
#a67d0ab762a4847 > .tab-nav li.uk-active a,
#a67d0ab762a4847 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a67d0ab762a4847 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#a67d0ab762a4847 .layout-left li,
#a67d0ab762a4847 .layout-center li,
#a67d0ab762a4847 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a67d0ab762a4847 .layout-left li a,
#a67d0ab762a4847 .layout-center li a,
#a67d0ab762a4847 .layout-right li a {
  height: 100%;
}
#a67d0ab762a4847 > .tab-tabs .layout-left {
  text-align: left;
}
#a67d0ab762a4847 > .tab-tabs .layout-center {
  text-align: center;
}
#a67d0ab762a4847 > .tab-tabs .layout-right {
  text-align: right;
}
#a67d0ab762a4847 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#a67d0ab762a4847 .tab-content-wrap {
  background-color: #ffffff;
}
#a67d0ab762a4847 .tab-contents,
#a67d0ab762a4847 .tab-contents-wrap {
  pointer-events: none;
}
#a67d0ab762a4847 .tab-content,
#a67d0ab762a4847 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a67d0ab762a4847 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a67d0ab762a4847 .tab-wrap .tab-contents {
  height: 100%;
}
#a67d0ab762a4847 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a67d0ab762a4847 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a67d0ab762a4847 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa106aace2a6ae9 .title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
}
#a221ba4b78a294c .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a221ba4b78a294c .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a221ba4b78a294c .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a221ba4b78a294c .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a221ba4b78a294c .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a221ba4b78a294c .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a221ba4b78a294c .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a221ba4b78a294c .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a221ba4b78a294c .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a221ba4b78a294c .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a221ba4b78a294c .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a221ba4b78a294c .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a221ba4b78a294c .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a221ba4b78a294c .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a221ba4b78a294c .ele-article-list .pic-article {
  border-bottom: 1px solid #ececec;
}
#a221ba4b78a294c .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a221ba4b78a294c .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a221ba4b78a294c .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a221ba4b78a294c .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a221ba4b78a294c .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px !important;
  padding-right: 0px;
}
#a221ba4b78a294c .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a221ba4b78a294c .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a221ba4b78a294c .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a221ba4b78a294c .ele-article-list .text-article:hover .time {
  color: auto;
}
#a2346a2a5aa3bf4 {
  overflow: hidden;
  pointer-events: none;
  border-right-width: 1px;
  border-right-color: #d1d8e5;
  border-right-style: solid;
  border-left-color: #d1d8e5;
  border-bottom-color: #d1d8e5;
  border-top-color: #d1d8e5;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a2346a2a5aa3bf4 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a2346a2a5aa3bf4 > .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;
}
#a2346a2a5aa3bf4 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2346a2a5aa3bf4 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a2346a2a5aa3bf4 > .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;
}
#a2346a2a5aa3bf4 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav,
#a2346a2a5aa3bf4 > .tab-nav,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav-horizontal,
#a2346a2a5aa3bf4 > .tab-nav-horizontal,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2346a2a5aa3bf4 > .tab-nav-horizontal::-webkit-scrollbar,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2346a2a5aa3bf4 > .tab-nav-horizontal.tagScroll,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2346a2a5aa3bf4 > .tab-nav-horizontal.tagScroll li a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav a,
#a2346a2a5aa3bf4 > .tab-nav a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav li a,
#a2346a2a5aa3bf4 > .tab-nav li a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 10px;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav li a svg,
#a2346a2a5aa3bf4 > .tab-nav li a svg,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2346a2a5aa3bf4 > .tab-nav li a .ap_icon,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav li a:hover,
#a2346a2a5aa3bf4 > .tab-nav li a:hover,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2346a2a5aa3bf4 > .tab-wrap > div > .tab-nav li.uk-active a,
#a2346a2a5aa3bf4 > .tab-nav li.uk-active a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a2346a2a5aa3bf4 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#a2346a2a5aa3bf4 .layout-left li,
#a2346a2a5aa3bf4 .layout-center li,
#a2346a2a5aa3bf4 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a2346a2a5aa3bf4 .layout-left li a,
#a2346a2a5aa3bf4 .layout-center li a,
#a2346a2a5aa3bf4 .layout-right li a {
  height: 100%;
}
#a2346a2a5aa3bf4 > .tab-tabs .layout-left {
  text-align: left;
}
#a2346a2a5aa3bf4 > .tab-tabs .layout-center {
  text-align: center;
}
#a2346a2a5aa3bf4 > .tab-tabs .layout-right {
  text-align: right;
}
#a2346a2a5aa3bf4 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#a2346a2a5aa3bf4 .tab-content-wrap {
  background-color: #ffffff;
}
#a2346a2a5aa3bf4 .tab-contents,
#a2346a2a5aa3bf4 .tab-contents-wrap {
  pointer-events: none;
}
#a2346a2a5aa3bf4 .tab-content,
#a2346a2a5aa3bf4 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a2346a2a5aa3bf4 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a2346a2a5aa3bf4 .tab-wrap .tab-contents {
  height: 100%;
}
#a2346a2a5aa3bf4 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2346a2a5aa3bf4 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a2346a2a5aa3bf4 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a0e3da6ad4a54d2 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a0e3da6ad4a54d2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a0e3da6ad4a54d2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a0e3da6ad4a54d2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#ada65a1611ac644 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#ada65a1611ac644 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ada65a1611ac644 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ada65a1611ac644 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ada65a1611ac644 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ada65a1611ac644 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ada65a1611ac644 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ada65a1611ac644 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ada65a1611ac644 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ada65a1611ac644 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ada65a1611ac644 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ada65a1611ac644 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ada65a1611ac644 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ada65a1611ac644 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ada65a1611ac644 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#ada65a1611ac644 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#ada65a1611ac644 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#ada65a1611ac644 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ada65a1611ac644 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ada65a1611ac644 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ada65a1611ac644 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#ada65a1611ac644 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ada65a1611ac644 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ada65a1611ac644 .ele-article-list .text-article:hover .time {
  color: auto;
}
#af066aa8d4afecc .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#af066aa8d4afecc .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af066aa8d4afecc .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af066aa8d4afecc .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af066aa8d4afecc .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af066aa8d4afecc .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af066aa8d4afecc .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af066aa8d4afecc .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af066aa8d4afecc .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af066aa8d4afecc .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af066aa8d4afecc .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af066aa8d4afecc .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af066aa8d4afecc .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af066aa8d4afecc .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af066aa8d4afecc .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#af066aa8d4afecc .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#af066aa8d4afecc .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#af066aa8d4afecc .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af066aa8d4afecc .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af066aa8d4afecc .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af066aa8d4afecc .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#af066aa8d4afecc .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af066aa8d4afecc .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af066aa8d4afecc .ele-article-list .text-article:hover .time {
  color: auto;
}
#abd85a642daf710 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#abd85a642daf710 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#abd85a642daf710 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#abd85a642daf710 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#abd85a642daf710 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#abd85a642daf710 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#abd85a642daf710 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#abd85a642daf710 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#abd85a642daf710 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#abd85a642daf710 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#abd85a642daf710 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#abd85a642daf710 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#abd85a642daf710 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#abd85a642daf710 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#abd85a642daf710 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#abd85a642daf710 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#abd85a642daf710 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#abd85a642daf710 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#abd85a642daf710 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#abd85a642daf710 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abd85a642daf710 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#abd85a642daf710 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#abd85a642daf710 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#abd85a642daf710 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#abd85a642daf710 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#abd85a642daf710 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#abd85a642daf710 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#abd85a642daf710 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#abd85a642daf710 .ele-article-list .text-article:hover .time {
  color: auto;
}
#aa9f9a9893ade92 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#aa9f9a9893ade92 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa9f9a9893ade92 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aa9f9a9893ade92 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aa9f9a9893ade92 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aa9f9a9893ade92 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aa9f9a9893ade92 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aa9f9a9893ade92 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aa9f9a9893ade92 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aa9f9a9893ade92 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#aa9f9a9893ade92 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aa9f9a9893ade92 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aa9f9a9893ade92 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aa9f9a9893ade92 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aa9f9a9893ade92 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aa9f9a9893ade92 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aa9f9a9893ade92 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a5189a09a4a4ace .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a5189a09a4a4ace .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a5189a09a4a4ace .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a5189a09a4a4ace .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a5189a09a4a4ace .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a5189a09a4a4ace .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a5189a09a4a4ace .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a5189a09a4a4ace .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a5189a09a4a4ace .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a5189a09a4a4ace .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a5189a09a4a4ace .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a5189a09a4a4ace .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a5189a09a4a4ace .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a5189a09a4a4ace .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a5189a09a4a4ace .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a5189a09a4a4ace .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a5189a09a4a4ace .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a5189a09a4a4ace .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a5189a09a4a4ace .ele-article-list .text-article:hover .time {
  color: auto;
}
#a00c4a4a9fa6f5a .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a00c4a4a9fa6f5a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a00c4a4a9fa6f5a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a00c4a4a9fa6f5a .ele-article-list .text-article:hover .time {
  color: auto;
}
#a9115a87fea56f2 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a9115a87fea56f2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9115a87fea56f2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9115a87fea56f2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9115a87fea56f2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9115a87fea56f2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9115a87fea56f2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9115a87fea56f2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9115a87fea56f2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9115a87fea56f2 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9115a87fea56f2 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a9115a87fea56f2 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a9115a87fea56f2 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9115a87fea56f2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9115a87fea56f2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a9115a87fea56f2 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a9115a87fea56f2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9115a87fea56f2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a9115a87fea56f2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a21daa3258ab27a .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a21daa3258ab27a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a21daa3258ab27a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a21daa3258ab27a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a21daa3258ab27a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a21daa3258ab27a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a21daa3258ab27a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a21daa3258ab27a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a21daa3258ab27a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a21daa3258ab27a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a21daa3258ab27a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a21daa3258ab27a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a21daa3258ab27a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a21daa3258ab27a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a21daa3258ab27a .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a21daa3258ab27a .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a21daa3258ab27a .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a21daa3258ab27a .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a21daa3258ab27a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a21daa3258ab27a .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a21daa3258ab27a .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a21daa3258ab27a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a21daa3258ab27a .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a21daa3258ab27a .ele-article-list .text-article:hover .time {
  color: auto;
}
#aececabb02a8714 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#aececabb02a8714 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aececabb02a8714 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aececabb02a8714 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aececabb02a8714 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aececabb02a8714 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aececabb02a8714 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aececabb02a8714 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aececabb02a8714 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aececabb02a8714 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aececabb02a8714 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aececabb02a8714 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aececabb02a8714 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aececabb02a8714 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aececabb02a8714 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aececabb02a8714 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#aececabb02a8714 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#aececabb02a8714 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#aececabb02a8714 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aececabb02a8714 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aececabb02a8714 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aececabb02a8714 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aececabb02a8714 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aececabb02a8714 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aececabb02a8714 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aececabb02a8714 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#aececabb02a8714 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aececabb02a8714 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aececabb02a8714 .ele-article-list .text-article:hover .time {
  color: auto;
}
#acc22a5b87ace89 {
  overflow: hidden;
  pointer-events: none;
  border-right-width: 1px;
  border-right-color: #d1d8e5;
  border-right-style: solid;
  border-left-color: #d1d8e5;
  border-bottom-color: #d1d8e5;
  border-top-color: #d1d8e5;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#acc22a5b87ace89 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acc22a5b87ace89 > .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;
}
#acc22a5b87ace89 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc22a5b87ace89 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acc22a5b87ace89 > .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;
}
#acc22a5b87ace89 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav,
#acc22a5b87ace89 > .tab-nav,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acc22a5b87ace89 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #fafbfc;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav-horizontal,
#acc22a5b87ace89 > .tab-nav-horizontal,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acc22a5b87ace89 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc22a5b87ace89 > .tab-nav-horizontal::-webkit-scrollbar,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc22a5b87ace89 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc22a5b87ace89 > .tab-nav-horizontal.tagScroll,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc22a5b87ace89 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc22a5b87ace89 > .tab-nav-horizontal.tagScroll li a,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc22a5b87ace89 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav a,
#acc22a5b87ace89 > .tab-nav a,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acc22a5b87ace89 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav li a,
#acc22a5b87ace89 > .tab-nav li a,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acc22a5b87ace89 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 10px;
  margin-left: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 10px;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav li a svg,
#acc22a5b87ace89 > .tab-nav li a svg,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acc22a5b87ace89 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc22a5b87ace89 > .tab-nav li a .ap_icon,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc22a5b87ace89 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav li a:hover,
#acc22a5b87ace89 > .tab-nav li a:hover,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acc22a5b87ace89 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#acc22a5b87ace89 > .tab-wrap > div > .tab-nav li.uk-active a,
#acc22a5b87ace89 > .tab-nav li.uk-active a,
#acc22a5b87ace89 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acc22a5b87ace89 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  border-bottom-style: none;
  border-top-color: #4a90e2;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 2px;
  border-right-style: none;
  border-left-style: none;
  border-top-style: solid;
}
#acc22a5b87ace89 .layout-left li,
#acc22a5b87ace89 .layout-center li,
#acc22a5b87ace89 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acc22a5b87ace89 .layout-left li a,
#acc22a5b87ace89 .layout-center li a,
#acc22a5b87ace89 .layout-right li a {
  height: 100%;
}
#acc22a5b87ace89 > .tab-tabs .layout-left {
  text-align: left;
}
#acc22a5b87ace89 > .tab-tabs .layout-center {
  text-align: center;
}
#acc22a5b87ace89 > .tab-tabs .layout-right {
  text-align: right;
}
#acc22a5b87ace89 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#acc22a5b87ace89 .tab-content-wrap {
  background-color: #ffffff;
}
#acc22a5b87ace89 .tab-contents,
#acc22a5b87ace89 .tab-contents-wrap {
  pointer-events: none;
}
#acc22a5b87ace89 .tab-content,
#acc22a5b87ace89 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acc22a5b87ace89 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acc22a5b87ace89 .tab-wrap .tab-contents {
  height: 100%;
}
#acc22a5b87ace89 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acc22a5b87ace89 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acc22a5b87ace89 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8fe8a8f61a3730 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(209, 216, 229, 1);border-left-color: rgba(209, 216, 229, 1);border-bottom-color: rgba(209, 216, 229, 1);border-top-color: rgba(209, 216, 229, 1);}#a1a13a8845a72a2 .ap-category-filter ul li.active {
  border-color: #ff9363;
  color: #ff9363;
}
#a1a13a8845a72a2 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1a13a8845a72a2 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1a13a8845a72a2 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1a13a8845a72a2 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1a13a8845a72a2 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1a13a8845a72a2 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1a13a8845a72a2 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1a13a8845a72a2 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1a13a8845a72a2 .ele-article-list .pic-article {
  padding: 10px 20px;
  border-bottom: 1px solid #ececec;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .img_wrap {
  width: 24%;
  border-radius: 0px;
  overflow: hidden;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  min-height: 40px;
}
#a1a13a8845a72a2 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1a13a8845a72a2 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1a13a8845a72a2 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1a13a8845a72a2 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a1a13a8845a72a2 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1a13a8845a72a2 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1a13a8845a72a2 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab9b3a4b49a962c {
  min-height: 90vh;
  /* mobile */
}
#ab9b3a4b49a962c .search-highlight {
  background: yellow;
}
#ab9b3a4b49a962c .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ab9b3a4b49a962c .el-title {
  margin-bottom: 20px;
}
#ab9b3a4b49a962c .el-item:hover .el-title {
  color: #ff5500;
}
#ab9b3a4b49a962c .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ab9b3a4b49a962c .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ab9b3a4b49a962c .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ab9b3a4b49a962c .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ab9b3a4b49a962c .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ab9b3a4b49a962c .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ab9b3a4b49a962c .el-title {
    margin-bottom: 0;
  }
  #ab9b3a4b49a962c .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ab9b3a4b49a962c .category {
    font-size: 12px;
  }
  #ab9b3a4b49a962c .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aee71a5bb6a8dd8 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#aee71a5bb6a8dd8 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aee71a5bb6a8dd8 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(1) .shadow,
#aee71a5bb6a8dd8 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aee71a5bb6a8dd8 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aee71a5bb6a8dd8 .error h2 {
  font-size: 32px;
}
#aee71a5bb6a8dd8 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aee71a5bb6a8dd8 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aee71a5bb6a8dd8 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aee71a5bb6a8dd8 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aee71a5bb6a8dd8 .error .clip .shadow {
  overflow: hidden;
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(3) .shadow:after,
#aee71a5bb6a8dd8 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aee71a5bb6a8dd8 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aee71a5bb6a8dd8 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aee71a5bb6a8dd8 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aee71a5bb6a8dd8 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aee71a5bb6a8dd8 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aee71a5bb6a8dd8 {
    /* Error Page */
    /* Error Page */
  }
  #aee71a5bb6a8dd8 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aee71a5bb6a8dd8 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aee71a5bb6a8dd8 .error .clip:nth-of-type(1) .shadow,
  #aee71a5bb6a8dd8 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aee71a5bb6a8dd8 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aee71a5bb6a8dd8 .error h2 {
    font-size: 24px;
  }
  #aee71a5bb6a8dd8 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aee71a5bb6a8dd8 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aee71a5bb6a8dd8 .error .container-error-404 {
    height: 150px;
  }
}
#aee71a5bb6a8dd8 .overlay {
  position: relative;
  z-index: 20;
}
#aee71a5bb6a8dd8 .ground-color {
  background: white;
}
#aee71a5bb6a8dd8 .item-bg-color {
  background: #EAEAEA;
}
#aee71a5bb6a8dd8 .padding-top {
  padding-top: 10px;
}
#aee71a5bb6a8dd8 .padding-bottom {
  padding-bottom: 10px;
}
#aee71a5bb6a8dd8 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aee71a5bb6a8dd8 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aee71a5bb6a8dd8 .padding-all {
  padding: 10px;
}
#aee71a5bb6a8dd8 .no-padding-left {
  padding-left: 0px;
}
#aee71a5bb6a8dd8 .no-padding-right {
  padding-right: 0px;
}
#aee71a5bb6a8dd8 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aee71a5bb6a8dd8 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aee71a5bb6a8dd8 .no-padding {
  padding: 0px;
}
#aee71a5bb6a8dd8 .margin-top {
  margin-top: 10px;
}
#aee71a5bb6a8dd8 .margin-bottom {
  margin-bottom: 10px;
}
#aee71a5bb6a8dd8 .margin-right {
  margin-right: 10px;
}
#aee71a5bb6a8dd8 .margin-left {
  margin-left: 10px;
}
#aee71a5bb6a8dd8 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aee71a5bb6a8dd8 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aee71a5bb6a8dd8 .margin-all {
  margin: 10px;
}
#aee71a5bb6a8dd8 .no-margin {
  margin: 0px;
}
#aee71a5bb6a8dd8 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aee71a5bb6a8dd8 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aee71a5bb6a8dd8 .inside-col-shrink {
  margin: 0px 20px;
}
#aee71a5bb6a8dd8 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5f4fa211eaebdf {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a5f4fa211eaebdf * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a5f4fa211eaebdf .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a5f4fa211eaebdf .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a5f4fa211eaebdf .error .clip:nth-of-type(1) .shadow,
#a5f4fa211eaebdf .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a5f4fa211eaebdf .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a5f4fa211eaebdf .error h2 {
  font-size: 32px;
}
#a5f4fa211eaebdf .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a5f4fa211eaebdf .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a5f4fa211eaebdf .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a5f4fa211eaebdf .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a5f4fa211eaebdf .error .clip .shadow {
  overflow: hidden;
}
#a5f4fa211eaebdf .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a5f4fa211eaebdf .error .clip:nth-of-type(3) .shadow:after,
#a5f4fa211eaebdf .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a5f4fa211eaebdf .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a5f4fa211eaebdf .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a5f4fa211eaebdf .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a5f4fa211eaebdf .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a5f4fa211eaebdf .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a5f4fa211eaebdf .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a5f4fa211eaebdf .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a5f4fa211eaebdf .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a5f4fa211eaebdf {
    /* Error Page */
    /* Error Page */
  }
  #a5f4fa211eaebdf .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a5f4fa211eaebdf .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a5f4fa211eaebdf .error .clip:nth-of-type(1) .shadow,
  #a5f4fa211eaebdf .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a5f4fa211eaebdf .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a5f4fa211eaebdf .error h2 {
    font-size: 24px;
  }
  #a5f4fa211eaebdf .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a5f4fa211eaebdf .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a5f4fa211eaebdf .error .container-error-404 {
    height: 150px;
  }
}
#a5f4fa211eaebdf .overlay {
  position: relative;
  z-index: 20;
}
#a5f4fa211eaebdf .ground-color {
  background: white;
}
#a5f4fa211eaebdf .item-bg-color {
  background: #EAEAEA;
}
#a5f4fa211eaebdf .padding-top {
  padding-top: 10px;
}
#a5f4fa211eaebdf .padding-bottom {
  padding-bottom: 10px;
}
#a5f4fa211eaebdf .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a5f4fa211eaebdf .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a5f4fa211eaebdf .padding-all {
  padding: 10px;
}
#a5f4fa211eaebdf .no-padding-left {
  padding-left: 0px;
}
#a5f4fa211eaebdf .no-padding-right {
  padding-right: 0px;
}
#a5f4fa211eaebdf .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a5f4fa211eaebdf .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a5f4fa211eaebdf .no-padding {
  padding: 0px;
}
#a5f4fa211eaebdf .margin-top {
  margin-top: 10px;
}
#a5f4fa211eaebdf .margin-bottom {
  margin-bottom: 10px;
}
#a5f4fa211eaebdf .margin-right {
  margin-right: 10px;
}
#a5f4fa211eaebdf .margin-left {
  margin-left: 10px;
}
#a5f4fa211eaebdf .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a5f4fa211eaebdf .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a5f4fa211eaebdf .margin-all {
  margin: 10px;
}
#a5f4fa211eaebdf .no-margin {
  margin: 0px;
}
#a5f4fa211eaebdf .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a5f4fa211eaebdf .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a5f4fa211eaebdf .inside-col-shrink {
  margin: 0px 20px;
}
#a5f4fa211eaebdf hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab1acac4d8a03ab .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab1acac4d8a03ab .switch_item {
  margin-right: 10px;
}
#ab1acac4d8a03ab a.switch_item:hover {
  text-decoration: underline;
}
#ab1acac4d8a03ab .slider {
  width: 420px;
  height: 600px;
}
#ab1acac4d8a03ab .uk-slideshow-items {
  height: 100%;
}
#ab1acac4d8a03ab .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab1acac4d8a03ab .login-wrap {
  width: 100%;
  height: 100%;
}
#ab1acac4d8a03ab .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab1acac4d8a03ab .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab1acac4d8a03ab .phone-login-box {
  margin: 40px auto 40px;
}
#ab1acac4d8a03ab .login-header {
  margin-bottom: 24px;
}
#ab1acac4d8a03ab .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab1acac4d8a03ab .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab1acac4d8a03ab .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;
}
#ab1acac4d8a03ab .forget_password {
  cursor: pointer;
}
#ab1acac4d8a03ab .forget_password:hover {
  color: #ff9363;
}
#ab1acac4d8a03ab .input-item input.error,
#ab1acac4d8a03ab .input-item input.error::placeholder {
  color: #fc4343;
}
#ab1acac4d8a03ab .input-item input::placeholder {
  color: #999;
}
#ab1acac4d8a03ab .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab1acac4d8a03ab .form-item {
  margin: 24px 0;
}
#ab1acac4d8a03ab .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab1acac4d8a03ab .send-code {
  float: left;
  margin-left: 20px;
}
#ab1acac4d8a03ab .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;
}
#ab1acac4d8a03ab .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab1acac4d8a03ab .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab1acac4d8a03ab .login_btn_wrap {
  text-align: center;
}
#ab1acac4d8a03ab .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab1acac4d8a03ab .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab1acac4d8a03ab .input-item .pwd-toggle:hover {
  color: currentColor;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9036a0f10a9402 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a9036a0f10a9402 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a9036a0f10a9402 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a9036a0f10a9402 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a9036a0f10a9402 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a9036a0f10a9402 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a9036a0f10a9402 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a9036a0f10a9402 .nav-list {
  padding: 0 20px;
}
#a9036a0f10a9402 .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;
}
#a9036a0f10a9402 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a9036a0f10a9402 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a9036a0f10a9402 .order-item:hover {
  background: #f7f7f7;
}
#a9036a0f10a9402 .del-order {
  cursor: pointer;
}
#a9036a0f10a9402 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a9036a0f10a9402 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a9036a0f10a9402 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a9036a0f10a9402 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a9036a0f10a9402 .goods-item .goods-info {
  padding: 0 15px;
}
#a9036a0f10a9402 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a9036a0f10a9402 .appoint-time {
  margin-bottom: 4px;
}
#a9036a0f10a9402 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a9036a0f10a9402 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a9036a0f10a9402 .goods-item .goods-name {
  color: #333;
}
#a9036a0f10a9402 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a9036a0f10a9402 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a9036a0f10a9402 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a9036a0f10a9402 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a9036a0f10a9402 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a9036a0f10a9402 .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;
}
#a9036a0f10a9402 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a9036a0f10a9402 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a9036a0f10a9402 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a9036a0f10a9402 .setting-form {
  padding: 30px 20px;
}
#a9036a0f10a9402 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a9036a0f10a9402 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a9036a0f10a9402 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a9036a0f10a9402 .setting-form .setting-btns {
  margin-left: 130px;
}
#a9036a0f10a9402 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a9036a0f10a9402 .setting-wrap {
  position: relative;
}
#a9036a0f10a9402 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a9036a0f10a9402 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a9036a0f10a9402 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a9036a0f10a9402 .address-wrap {
  padding: 30px 20px;
}
#a9036a0f10a9402 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a9036a0f10a9402 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a9036a0f10a9402 .addr-list {
  min-height: 200px;
}
#a9036a0f10a9402 .addr-detail .addr-item-name,
#a9036a0f10a9402 .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;
}
#a9036a0f10a9402 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a9036a0f10a9402 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a9036a0f10a9402 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a9036a0f10a9402 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a9036a0f10a9402 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a9036a0f10a9402 .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;
}
#a9036a0f10a9402 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a9036a0f10a9402 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a9036a0f10a9402 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a9036a0f10a9402 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #ff9363;
}
#a9036a0f10a9402 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a898da2525ab837 {
  min-height: 90vh;
  /* mobile */
}
#a898da2525ab837 .search-highlight {
  background: yellow;
}
#a898da2525ab837 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a898da2525ab837 .el-title {
  margin-bottom: 20px;
}
#a898da2525ab837 .el-item:hover .el-title {
  color: #ff5500;
}
#a898da2525ab837 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a898da2525ab837 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a898da2525ab837 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a898da2525ab837 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a898da2525ab837 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a898da2525ab837 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a898da2525ab837 .el-title {
    margin-bottom: 0;
  }
  #a898da2525ab837 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a898da2525ab837 .category {
    font-size: 12px;
  }
  #a898da2525ab837 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#affc9ae1d0ab6e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf3aa9e11a8e1d .comment-detail {
  min-height: 600px;
}
#acf3aa9e11a8e1d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#acf3aa9e11a8e1d table th,
#acf3aa9e11a8e1d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#acf3aa9e11a8e1d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#acf3aa9e11a8e1d .red {
  color: #F00!important;
}
#acf3aa9e11a8e1d .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;
}
#acc75ae2f2ae15e .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  transition: all .3s ease;
}
#acc75ae2f2ae15e .marquee-wrap > .str_move {
  cursor: text;
}
#acc75ae2f2ae15e .marquee-wrap:hover {
  background: #ffffff;
}
#acc75ae2f2ae15e .marquee-wrap .content {
  position: absolute;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 45px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 18px;
}
#acc75ae2f2ae15e .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #4a4a4a;
}
#ad7f9a5233ac436 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7f9a5233ac436  > .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(245, 245, 246, 1);}#a4e5ea0e70a9d03 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a4e5ea0e70a9d03 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aacbea7ed2af9ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a504ea5e3fa28f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#acb98ae453a3533 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a796ca5010a952f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a9b47a87d8aa474 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aadbfa3315a58f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a34bdac421a1bb1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aa132a1aaba19bb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a488ba8c04aba55 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a18f2a71c9afb17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#aaf18aae10a10ea a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 12px;font-family: inherit;color: rgba(74, 74, 74, 1);}#a0fa9adc79a4d71 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a0fa9adc79a4d71 .ele-wrap:hover {border-color: rgba(255, 85, 0, 1);background-color: #fff;color: #ff5500;}#a4084a401ead513 , #a4084a401ead513 a{color: rgba(155, 155, 155, 1);}#a4084a401ead513:hover, #a4084a401ead513 a:hover {color: rgba(74, 74, 74, 1);}#a935ea0701a4bd8 , #a935ea0701a4bd8 a{color: rgba(155, 155, 155, 1);}#a935ea0701a4bd8:hover, #a935ea0701a4bd8 a:hover {color: rgba(74, 74, 74, 1);}#adcbba96b6af6cd a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#adcbba96b6af6cd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#aadf7ab514aeea9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#aadf7ab514aeea9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#a3f28a36c2a8e37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#a3f28a36c2a8e37 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}#ac382a89cbaad10 a {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(148, 148, 146, 1);}#ac382a89cbaad10 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-size: 14px;font-family: inherit;color: rgba(255, 85, 0, 1);}