@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ffffff;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #ffffff;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #ffffff;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #ffffff;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #ffffff;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #ffffff;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #ffffff;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(255, 255, 255, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1e87f0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #adacfa2ca5a1e3d .uk-container {
    padding: 0 60px;
  }
}
#adacfa2ca5a1e3d .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #1e87f0;
}
#adacfa2ca5a1e3d .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#adacfa2ca5a1e3d .uk-card {
  padding: 10px;
}
#adacfa2ca5a1e3d .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#adacfa2ca5a1e3d .uk-list a.active,
#adacfa2ca5a1e3d .uk-list a:hover {
  color: #1e87f0;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a899da669da2932 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #ab108a5927a1bf9 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ab108a5927a1bf9 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#ab108a5927a1bf9 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#ab108a5927a1bf9 .rich-img-wrap {
  display: block;
}
#ab108a5927a1bf9 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#ab108a5927a1bf9 .author-info span {
  background: #ddedfd;
  border: 1px solid #1e87f0;
  color: #1e87f0;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#ab108a5927a1bf9 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #1e87f0;
}
#ab108a5927a1bf9 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#ab108a5927a1bf9 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#ab108a5927a1bf9 .sidebar .uk-h4:before {
  background: #1e87f0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#ab108a5927a1bf9 .author-wrapper {
  position: relative;
}
#ab108a5927a1bf9 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#ab108a5927a1bf9 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#ab108a5927a1bf9 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#ab108a5927a1bf9 .new-list li {
  padding: 5px 0 15px;
}
#ab108a5927a1bf9 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#ab108a5927a1bf9 .sidebar a:hover {
  color: #449bf3;
}
#ab108a5927a1bf9 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a0deaa8200a05db [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #ad7e9ad891a7896 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #ad7e9ad891a7896 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#ad7e9ad891a7896 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#ad7e9ad891a7896 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #1e87f0;
}
#ad7e9ad891a7896 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#ad7e9ad891a7896 .uk-list li::before {
  color: #1e87f0;
}
#ad7e9ad891a7896 .uk-list a {
  color: #4c4c4c;
}
#ad7e9ad891a7896 .uk-list a.active,
#ad7e9ad891a7896 .uk-list a:hover {
  color: #1e87f0;
  text-decoration: none;
}
#ad7e9ad891a7896 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#ad7e9ad891a7896 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#ad7e9ad891a7896 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6152a1876a5f10 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a6152a1876a5f10 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a6152a1876a5f10 .abstract {
  white-space: pre-wrap;
}
#a6152a1876a5f10 .product-main {
  margin: 15px 0;
}
#a6152a1876a5f10 .disable-imglink .rich-img-wrap {
  cursor: default;
}
#a6152a1876a5f10 .video-box,
#a6152a1876a5f10 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a6152a1876a5f10 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a6152a1876a5f10 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a6152a1876a5f10 .preview-box img {
  width: 100%;
}
#a6152a1876a5f10 .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#a6152a1876a5f10 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a6152a1876a5f10 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a6152a1876a5f10 .thumb-box {
  width: 100%;
  position: relative;
}
#a6152a1876a5f10 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a6152a1876a5f10 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a6152a1876a5f10 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a6152a1876a5f10 .thumb-list {
  overflow: hidden;
}
#a6152a1876a5f10 .thumb-list ul {
  width: 100000px;
}
#a6152a1876a5f10 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a6152a1876a5f10 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a6152a1876a5f10 .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#a6152a1876a5f10 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a6152a1876a5f10 .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#a6152a1876a5f10 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a6152a1876a5f10 .zoom-box img {
  max-width: initial;
}
#a6152a1876a5f10 .uk-button-primary {
  font-size: 16px;
}
#a6152a1876a5f10 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a6152a1876a5f10 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a6152a1876a5f10 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a6152a1876a5f10 .content-wrap {
    padding: 0;
  }
  #a6152a1876a5f10 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a6152a1876a5f10 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aece5adb6ca86ed .uk-card {
  overflow: hidden;
  height: 400px;
}
#aece5adb6ca86ed .uk-link-reset {
  cursor: default;
}
#aece5adb6ca86ed .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);
}
#aece5adb6ca86ed .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;
}
#aece5adb6ca86ed .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#aece5adb6ca86ed .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#aece5adb6ca86ed .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#aece5adb6ca86ed .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);
}
#aece5adb6ca86ed .uk-card .uk-h5,
#aece5adb6ca86ed .uk-card .ap-icon {
  color: #666666;
}
#aece5adb6ca86ed .uk-card:hover::before {
  background: rgba(30, 135, 240, 0.9);
}
#aece5adb6ca86ed .uk-card:hover .item-logo {
  margin-top: 80px;
}
#aece5adb6ca86ed .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#aece5adb6ca86ed .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aec4ca67c2a838f .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aec4ca67c2a838f .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aec4ca67c2a838f .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #1e87f0;
  border-color: #1e87f0;
}
#aec4ca67c2a838f .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b4cad119a39ac .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #1e87f0;
}
#a8b4cad119a39ac .icon-box i {
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a296fa7de8a2793 .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a296fa7de8a2793 .uk-card .uk-h2 {
  color: #1e87f0;
}
#a296fa7de8a2793 .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a296fa7de8a2793 .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a296fa7de8a2793 .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a296fa7de8a2793 .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a296fa7de8a2793 .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a296fa7de8a2793 .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a296fa7de8a2793 .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a296fa7de8a2793 .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a296fa7de8a2793 .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5be4a0437aa2d1 .card-content {
  padding-left: 70px;
}
#a5be4a0437aa2d1 .title {
  color: #777;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}
#a5be4a0437aa2d1 .date-post {
  float: left;
  border: 2px solid #1e87f0;
  padding: 12px 10px 9px;
  text-align: center;
}
#a5be4a0437aa2d1 .date-post span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #1e87f0;
  text-transform: uppercase;
}
#a5be4a0437aa2d1 .card-metas li {
  display: block;
  list-style: none;
  line-height: 2;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a7eceab7bdae8a5 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}#a2528a7a82a7fcd > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a2528a7a82a7fcd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8b4cad119a39ac [data-item="title"] {left: 0px;top: 10px; position: relative;}#a8b4cad119a39ac [data-item="items[2].icon"] {left: -1px;top: 0px; position: relative;}#a8b4cad119a39ac [data-item="items[1].icon"] {left: 0px;top: -1px; position: relative;}#a8b4cad119a39ac [data-item="items[0].icon"] {left: 1px;top: 0px; position: relative;}#a8b4cad119a39ac [data-item="items[3].icon"] {left: 0px;top: 1px; position: relative;}#a296fa7de8a2793 [data-item="items[0].title"] {left: 2px;top: 1px; position: relative;}#a296fa7de8a2793 [data-item="items[0].detail"] {left: 0px;top: -1px; position: relative;}#a296fa7de8a2793 [data-item="items[1].detail"] {left: 0px;top: -1px; position: relative;}#a296fa7de8a2793 [data-item="items[2].detail"] {left: 0px;top: -1px; position: relative;}#a296fa7de8a2793 [data-item="items[0].button"] {left: -1px;top: -1px; position: relative;}#a296fa7de8a2793 [data-item="title"] {left: -1px;top: -7px; position: relative;}#a296fa7de8a2793 [data-item="items[1]"] {left: 0px;top: 1px; position: relative;}#a296fa7de8a2793 [data-item="items[0]"] {left: -1px;top: 1px; position: relative;}#a296fa7de8a2793 [data-item="items[2]"] {left: 1px;top: 0px; position: relative;}#a296fa7de8a2793 [data-item="items[3]"] {left: -1px;top: 0px; position: relative;}#a296fa7de8a2793 [data-item="items[4]"] {left: 2px;top: 2px; position: relative;}#a296fa7de8a2793 [data-item="items[2].button"] {left: -2px;top: 0px; position: relative;}#a296fa7de8a2793 [data-item="items[3].detail"] {left: 1px;top: 0px; position: relative;}#a296fa7de8a2793 [data-item="items[0].button"] {background-color: #0095eb;color: #fff;font-size: 13px;border-radius: 5px;border-style: solid;}#a296fa7de8a2793 [data-item="items[1].button"] {font-size: 14px;border-style: solid;background-color: rgba(1, 149, 218, 1);color: #ffffff;border-color: rgba(6, 121, 180, 1);}#a296fa7de8a2793 [data-item="items[1].button"]:hover {background-color: rgba(255, 255, 255, 1);color: #0679b4;border-color: rgba(255, 255, 255, 1);}#a296fa7de8a2793 [data-item="items[3].button"] {font-size: 14px;border-style: solid;background-color: rgba(1, 149, 218, 1);color: #ffffff;border-color: rgba(6, 121, 180, 1);}#a296fa7de8a2793 [data-item="items[3].button"]:hover {background-color: rgba(255, 255, 255, 1);color: #0679b4;border-color: rgba(255, 255, 255, 1);}#a296fa7de8a2793 [data-item="items[4].button"] {font-size: 14px;border-style: solid;background-color: rgba(1, 149, 218, 1);color: #ffffff;border-color: rgba(6, 121, 180, 1);}#a296fa7de8a2793 [data-item="items[4].button"]:hover {background-color: rgba(255, 255, 255, 1);color: #0679b4;border-color: rgba(255, 255, 255, 1);}#af66ba678aa3060 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#af66ba678aa3060  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a13bdaa65cadb39 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a13bdaa65cadb39  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75f9ab939aa80e .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #4a90e2;
}
#a8b57aa84baef0f > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a8b57aa84baef0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc96a81a7a64cb > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#afc96a81a7a64cb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affbba515faeedc > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#affbba515faeedc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5be4a0437aa2d1 [data-item*=".abstract"], #a5be4a0437aa2d1 [data-item*=".abstract"] a {show: true;}#a5be4a0437aa2d1 [data-item*=".subTitle"], #a5be4a0437aa2d1 [data-item*=".subTitle"] a {show: true;}#a5be4a0437aa2d1 [data-item*=".category"], #a5be4a0437aa2d1 [data-item*=".category"] a {show: true;}#ae2c0af365ac51e > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#ae2c0af365ac51e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acebdabdd0a22f1 > .ele-wrap {background-color: rgba(0, 112, 240, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#acebdabdd0a22f1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab84ca5d78aea43 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a6aa2ad491a417d .ele-wrap {border-color: #000;color: #fff;font-size: 30px;font-weight: 500;background-color: rgba(18, 161, 27, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6aa2ad491a417d .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8801a4b54a3def .ap-form-register .uk-card-head {
  position: relative;
  background-color: #1e87f0;
  padding: 52px 0px 69px 0px;
  overflow: hidden;
  z-index: 0;
}
#a8801a4b54a3def .ap-form-register .uk-card-head .uk-card-title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
}
#a8801a4b54a3def .ap-form-register .uk-card-head .uk-card-title .triangle::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: "";
  transform: translateX(50%);
  border-left: 1500px solid white;
  border-right: 1500px solid white;
  border-top: 300px solid #1e87f0;
  /*宽高比为10:1，即（1500+1500）: 300*/
  /*定位（-x,-y）*/
  margin-top: -300px;
  margin-left: -1500px;
  z-index: -1;
}
#a8801a4b54a3def .ap-form-register .form-submit-btn {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0 45px;
  color: #fff;
  background: #1e87f0;
}
#a8801a4b54a3def .ap-form-register .form-submit-btn::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  z-index: -1;
  width: 102%;
  height: 108%;
}
#a8801a4b54a3def .ap-form-register .count-number {
  position: relative;
  font-size: 48px;
  line-height: 48px;
  color: #22272b;
  font-weight: 700;
  display: inline-block;
}
#a8801a4b54a3def .ap-form-register .count-number::after {
  position: absolute;
  left: 100%;
  content: attr(data-unit);
  font-size: 14px;
  color: #bfc5ca;
  font-weight: 700;
  margin-left: 5px;
  line-height: 1;
  margin-top: -5px;
  bottom: 5px;
}
#a8801a4b54a3def .ap-form-register .count-number::before {
  font-size: 14px;
  color: #bfc5ca;
  line-height: 1;
  position: absolute;
  content: "/";
  left: 100%;
  bottom: 5px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8652a0cefafec7 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a8652a0cefafec7 .timeline-item:before {
  background-color: #1e87f0;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a8652a0cefafec7 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #1e87f0;
  background: #f8f8f8;
  z-index: 5;
}
#a8652a0cefafec7 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a8652a0cefafec7 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #1e87f0;
  content: "";
}
#a8652a0cefafec7 a,
#a8652a0cefafec7 .uk-link {
  color: inherit;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a1141ac27cac6a4 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}#a2539a170baded7 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 24px;background-color: transparent;}#a2539a170baded7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;}#a2096ab4a1af512 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;font-size: 18px;background-color: rgba(255, 255, 255, 1);}#a2096ab4a1af512 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#aded9af1a7acf28 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 18px;background-color: rgba(0, 112, 244, 1);}#aded9af1a7acf28 .ele-wrap:hover {border-color: rgba(0, 112, 244, 1);background-color: rgba(0, 112, 244, 1);color: #ffffff;}#a0bc7a6405a4d31 .ele-wrap {color: #fff;font-size: 18px;font-weight: 300;background-color: rgba(245, 166, 35, 1);border-radius: 25px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(245, 166, 35, 1);}#a0bc7a6405a4d31 .ele-wrap:hover {background-color: #509c49;}#a8801a4b54a3def [data-item="formId"] {left: -1px;top: -1px; position: relative;}#a8801a4b54a3def [data-item="subTitle"] {left: 0px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="title"] {left: 0px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="abstract"] {left: -13px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="items[0].subTitle"] {left: 0px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="items[1].subTitle"] {left: 0px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="items[2].subTitle"] {left: 0px;top: -10px; position: relative;}#a8801a4b54a3def [data-item="items[3].subTitle"] {left: 0px;top: -10px; position: relative;}#a7013a12aba6da3 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;font-weight: 500;}#a8652a0cefafec7 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a8652a0cefafec7 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a8652a0cefafec7 [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac16caacd8a83ad > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 6px;border-bottom-width: 6px;border-top-width: 6px;border-right-style: none;border-left-color: rgba(245, 166, 73, 1);border-bottom-color: rgba(245, 166, 73, 1);border-top-color: rgba(245, 166, 73, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c0eaa5c6a0f61 .uk-button .fa {
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 6px;
  border-radius: 50%;
  width: 16px;
  transition: all 0.3s ease-in;
}
#a7c0eaa5c6a0f61 .uk-button:hover .fa {
  margin-left: 10px;
  background-color: #fff;
  color: #777;
}
#a7c0eaa5c6a0f61 .card-item:nth-child(even) .uk-card-primary {
  background-color: #0f7ae5;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f2a81c9ab096 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #1e87f0;
}
#a44f2a81c9ab096 .icon-box i {
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#acba0a91aea9914 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab18a51f2a25fe .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(16, 109, 219, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aab18a51f2a25fe .ele-wrap:hover {background-color: #509c49;}#a7c0eaa5c6a0f61 .uk-container {max-width: 1200px;}#a44f2a81c9ab096 [data-item="title"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c66aabffa763d .slider-picture {
  min-height: 200px;
}
#a2c66aabffa763d .slider-item {
  transition: transform 0.2s ease-in-out;
}
#a2c66aabffa763d .uk-active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba88a74fda930d .price-detail {
  list-style: none;
  margin-bottom: 20px;
}
#aba88a74fda930d .uk-card {
  overflow: hidden;
}
#aba88a74fda930d .price-detail li {
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  #aba88a74fda930d .price-item-highlight {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}
#aba88a74fda930d .card-bottom-link {
  display: block;
  text-align: center;
  color: #fff;
  background: #1e87f0;
  line-height: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a233fa8f4eae9da .uk-card {
  transition: all 0.2s ease-in;
}
#a233fa8f4eae9da .uk-card .uk-h1 {
  color: #1e87f0;
}
#a233fa8f4eae9da .uk-card:hover {
  background-color: #1e87f0;
  color: #fff;
}
#a233fa8f4eae9da .uk-card:hover .uk-h1,
#a233fa8f4eae9da .uk-card:hover .uk-h2 {
  color: #fff;
}
#a233fa8f4eae9da .uk-card:hover .uk-button-primary {
  background-color: #0e6dcd;
}
#a233fa8f4eae9da .price-detail li {
  list-style: none;
  line-height: 38px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada9ba6628a7549 .icon-box {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #1e87f0;
}
#ada9ba6628a7549 .icon-box i {
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef4aa462caf6b9 .list-icon {
  color: #1e87f0;
}
#aef4aa462caf6b9 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#aef4aa462caf6b9 .uk-button:hover {
  background: #fff;
  color: #1e87f0;
}
#aef4aa462caf6b9 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a8058ab956a8a19 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a517aa4d71ab6fa .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;font-size: 18px;background-color: rgba(255, 255, 255, 1);}#a517aa4d71ab6fa .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a233fa8f4eae9da [data-item="items[0].title"] {left: -3px;top: -59px; position: relative;}#a233fa8f4eae9da [data-item="items[1].title"] {left: -4px;top: -59px; position: relative;}#a233fa8f4eae9da [data-item="items[2].title"] {left: -4px;top: -59px; position: relative;}#a233fa8f4eae9da [data-item="items[3].title"] {left: -4px;top: -59px; position: relative;}#a233fa8f4eae9da [data-item="items[0].detail"] {left: -1px;top: -101px; position: relative;}#a233fa8f4eae9da [data-item="items[1].detail"] {left: -1px;top: -101px; position: relative;}#a233fa8f4eae9da [data-item="items[2].detail"] {left: -2px;top: -101px; position: relative;}#a233fa8f4eae9da [data-item="items[3].detail"] {left: -1px;top: -101px; position: relative;}#a233fa8f4eae9da [data-item="items[0].button"] {left: -7px;top: -90px; position: relative;}#a233fa8f4eae9da [data-item="items[1].button"] {left: -1px;top: -84px; position: relative;}#a233fa8f4eae9da [data-item="items[2].button"] {left: 0px;top: -75px; position: relative;}#a233fa8f4eae9da [data-item="items[3].button"] {left: -6px;top: -74px; position: relative;}#ada9ba6628a7549 .uk-container {max-width: 1200px;}#ada9ba6628a7549 [data-item="abstract"] {left: 1px;top: 1px; position: relative;}#a6090a35e8a2872 > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3913a8d74ac2c5 > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a793fa1764a0955 > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad6c3aa4a0a0f1c > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afff2a19aba277d > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad09da443eaf4e3 > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0739a1ce9afa38 > .ele-wrap {background-color: rgba(254, 254, 254, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c47a4011a80b0 > .ele-wrap {background-color: rgba(255, 255, 255, 0.64);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef4aa462caf6b9 [data-item="items[0].title"] {left: 401px;top: -20px; position: relative;}#aef4aa462caf6b9 [data-item="items[0].icon"] {left: 1px;top: 0px; position: relative;}#aef4aa462caf6b9 [data-item="items[1].icon"] {left: 1px;top: 0px; position: relative;}#aef4aa462caf6b9 [data-item="items[1].title"] {left: -246px;top: 97px; position: relative;}#aef4aa462caf6b9 [data-item="items[2]"] {left: -14px;top: 4px; position: relative;}#aef4aa462caf6b9 [data-item="items"] {left: 8px;top: -35px; position: relative;}#aef4aa462caf6b9 [data-item="items[4]"] {left: -5px;top: 0px; position: relative;}#aef4aa462caf6b9 [data-item="items[1]"] {left: 85px;top: -37px; position: relative;}#aef4aa462caf6b9 [data-item="items[0]"] {left: 123px;top: 41px; position: relative;}#aef4aa462caf6b9 [data-item="title"] {left: -227px;top: 133px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc4da9597ab5d8 .link-reset {
  color: #555;
  cursor: default;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adac6ae4eba1a73 .ele-wrap {color: #ffffff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;font-weight: 500;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fe6af966a7d6d .uk-container {
  overflow: hidden;
}
#a1fe6af966a7d6d .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a1fe6af966a7d6d .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a1fe6af966a7d6d .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2675ab7fda2636 .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a2675ab7fda2636 .uk-card .uk-h2 {
  color: #1e87f0;
}
#a2675ab7fda2636 .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a2675ab7fda2636 .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a2675ab7fda2636 .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a2675ab7fda2636 .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a2675ab7fda2636 .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a2675ab7fda2636 .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a2675ab7fda2636 .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a2675ab7fda2636 .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a2675ab7fda2636 .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a25d2adf05abd8e .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#a25d2adf05abd8e .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a25d2adf05abd8e .uk-container {
    height: 460px;
  }
  #a25d2adf05abd8e .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2d4a6084a7ad5 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#aa2d4a6084a7ad5 .icon-box:hover {
  border-color: #1e87f0;
}
#aa2d4a6084a7ad5 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aa2d4a6084a7ad5 .icon-box {
    width: 50px;
    height: 50px;
  }
  #aa2d4a6084a7ad5 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#ad30ea4f3aae258 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}#a2c8fa729ea28cc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#a2c8fa729ea28cc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afb83a442daf3da .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(17, 103, 215, 1);border-radius: 5px;justify-content: center;border-style: solid;}#afb83a442daf3da .ele-wrap:hover {background-color: #0483cc;}#a1fe6af966a7d6d [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a2675ab7fda2636 [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a2675ab7fda2636 [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2675ab7fda2636 [data-item="items[0].button"]:hover {background-color: #0483cc;}#a2675ab7fda2636 [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2675ab7fda2636 [data-item="items[1].button"]:hover {background-color: #0483cc;}#a2675ab7fda2636 [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2675ab7fda2636 [data-item="items[2].button"]:hover {background-color: #0483cc;}#a2675ab7fda2636 [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2675ab7fda2636 [data-item="items[3].button"]:hover {background-color: #0483cc;}#a2675ab7fda2636 [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2675ab7fda2636 [data-item="items[4].button"]:hover {background-color: #0483cc;}#a25d2adf05abd8e .uk-container {max-width: 1200px;}#a25d2adf05abd8e [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#a25d2adf05abd8e [data-item="title"] {left: -1px;top: 23px; position: relative;}#ae1e5ae2e2af480 [data-item="title"] {left: -2px;top: 33px; position: relative;}#aa2d4a6084a7ad5 [data-item="title"] {left: 7px;top: 18px; position: relative;}#aa2d4a6084a7ad5 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2064ad0b2a102e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afde6ae5abaee80 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgb(0, 149, 235);}#afde6ae5abaee80 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abde9a7a59afec9 .uk-container {
  overflow: hidden;
}
#abde9a7a59afec9 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#abde9a7a59afec9 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#abde9a7a59afec9 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a56b9a2104af540 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-width: 1px;border-right-color: rgba(222, 222, 222, 1);border-right-style: solid;border-bottom-color: rgba(222, 222, 222, 1);border-bottom-width: 1px;border-bottom-style: solid;border-radius: 15px;background-image: url(/resources/upload/a3919a9d45abf08/1749801535980.png);}#a56b9a2104af540 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a3919a9d45abf08/1749801535980.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a56b9a2104af540  > .ele-wrap:hover {background-image: url(/resources/upload/a3919a9d45abf08/1749801535980.png);}#a56b9a2104af540 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a3919a9d45abf08/1749801535980.png);background-size: cover;background-repeat: no-repeat;}#a6f9fa1daba620a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0636aea9da00e4 {
  overflow: hidden;
}
#a0636aea9da00e4 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a0636aea9da00e4 .img-wrap:hover {
  transform: scale(1.2);
}
#a2e10a6ef9a8976 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a8ccca7e37a6831 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaf24a548cabfd7 {
  overflow: hidden;
}
#aaf24a548cabfd7 .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#aaf24a548cabfd7 .img-wrap:hover {
  transform: scale(1.2);
}
#a258ba088eac17f > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a0e5baecc6ab685 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036ca2fafac70a {
  overflow: hidden;
}
#a036ca2fafac70a .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a036ca2fafac70a .img-wrap:hover {
  transform: scale(1.2);
}
#ae83ca93d7aad0c > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac22eaa206a8617 .ele-wrap {border-color: rgba(204, 204, 204, 0);border-width: 1px;border-style: none;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 18px;justify-content: center;font-weight: 500;}#ac22eaa206a8617 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a08a3a45dfae6c7 , #a08a3a45dfae6c7 a{color: rgba(255, 255, 255, 1);}#af48aa8e54ac98c , #af48aa8e54ac98c a{color: rgba(255, 255, 255, 1);}#aab54a172aa4ce1 , #aab54a172aa4ce1 a{color: rgba(255, 255, 255, 1);}#a946eaa41da7f90 , #a946eaa41da7f90 a{color: rgba(255, 255, 255, 1);}#a44ccae72ea7f20 , #a44ccae72ea7f20 a{color: rgba(255, 255, 255, 1);}#a5199a306fa3d45 , #a5199a306fa3d45 a{color: rgba(255, 255, 255, 1);}#ae1dfad37fa4b15 , #ae1dfad37fa4b15 a{color: rgba(255, 255, 255, 1);}#a1641af0b3a06ab , #a1641af0b3a06ab a{color: rgba(255, 255, 255, 1);}#a7598a577aad717 , #a7598a577aad717 a{color: rgba(255, 255, 255, 1);}#a8cbbaca7fa5b4e , #a8cbbaca7fa5b4e a{color: rgba(255, 255, 255, 1);}#a08a0a9c0ba8f7c , #a08a0a9c0ba8f7c a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a333fa9463a012f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 1px 4px 4px 3px rgba(50, 38, 126, 0.48);}#acbc6a56b2a7e90 , #acbc6a56b2a7e90 a{color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a532ca5e44a68bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 1px 4px 4px 3px rgba(50, 38, 126, 0.48);}#a5bcaade91a65b2 , #a5bcaade91a65b2 a{color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad049aee87a39a8 .left-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a5ea1a9439ab31a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 5px;border-bottom-width: 5px;border-right-width: 5px;border-top-width: 5px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 35px;border-bottom-right-radius: 35px;border-bottom-left-radius: 35px;border-top-left-radius: 35px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-top-color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1d06ad2faa461a , #a1d06ad2faa461a a{color: rgba(74, 144, 226, 1);}#a84ebaad05ae669 , #a84ebaad05ae669 a{color: rgba(74, 144, 226, 1);}#a6fe9a5c4dac6e2 , #a6fe9a5c4dac6e2 a{color: rgba(74, 144, 226, 1);}#a48daa6cc2a3878 , #a48daa6cc2a3878 a{color: rgba(74, 144, 226, 1);}#a8194af91ba7d13 , #a8194af91ba7d13 a{color: rgba(74, 144, 226, 1);}#a2902a66d6aa23e , #a2902a66d6aa23e a{color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a35ace04a8524 {
  overflow: hidden;
  pointer-events: none;
}
#a6a35ace04a8524 > .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;
}
#a6a35ace04a8524 > .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;
}
#a6a35ace04a8524 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6a35ace04a8524 > .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;
}
#a6a35ace04a8524 > .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;
}
#a6a35ace04a8524 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav,
#a6a35ace04a8524 > .tab-nav,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6a35ace04a8524 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 2px;
  border-bottom-color: #ffffff;
  border-bottom-style: solid;
  border-right-width: 2px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 2px;
  border-top-width: 2px;
  border-left-style: solid;
  border-top-style: solid;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav-horizontal,
#a6a35ace04a8524 > .tab-nav-horizontal,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6a35ace04a8524 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6a35ace04a8524 > .tab-nav-horizontal::-webkit-scrollbar,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6a35ace04a8524 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6a35ace04a8524 > .tab-nav-horizontal.tagScroll,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6a35ace04a8524 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6a35ace04a8524 > .tab-nav-horizontal.tagScroll li a,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6a35ace04a8524 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav a,
#a6a35ace04a8524 > .tab-nav a,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6a35ace04a8524 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav li a,
#a6a35ace04a8524 > .tab-nav li a,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6a35ace04a8524 > .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;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav li a svg,
#a6a35ace04a8524 > .tab-nav li a svg,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6a35ace04a8524 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6a35ace04a8524 > .tab-nav li a .ap_icon,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6a35ace04a8524 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav li a:hover,
#a6a35ace04a8524 > .tab-nav li a:hover,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6a35ace04a8524 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6a35ace04a8524 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6a35ace04a8524 > .tab-nav li.uk-active a,
#a6a35ace04a8524 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6a35ace04a8524 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6a35ace04a8524 .layout-left li,
#a6a35ace04a8524 .layout-center li,
#a6a35ace04a8524 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6a35ace04a8524 .layout-left li a,
#a6a35ace04a8524 .layout-center li a,
#a6a35ace04a8524 .layout-right li a {
  height: 100%;
}
#a6a35ace04a8524 > .tab-tabs .layout-left {
  text-align: left;
}
#a6a35ace04a8524 > .tab-tabs .layout-center {
  text-align: center;
}
#a6a35ace04a8524 > .tab-tabs .layout-right {
  text-align: right;
}
#a6a35ace04a8524 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6a35ace04a8524 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border-right-width: 0;
  border-right-color: #ffffff;
  border-right-style: none;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6a35ace04a8524 .tab-contents,
#a6a35ace04a8524 .tab-contents-wrap {
  pointer-events: none;
}
#a6a35ace04a8524 .tab-content,
#a6a35ace04a8524 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6a35ace04a8524 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6a35ace04a8524 .tab-wrap .tab-contents {
  height: 100%;
}
#a6a35ace04a8524 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6a35ace04a8524 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6a35ace04a8524 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d9da7cdda89cf .img-wrap {
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#afab2ae4dea67cc [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#afab2ae4dea67cc [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#afab2ae4dea67cc [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#afab2ae4dea67cc [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#afab2ae4dea67cc [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}#afab2ae4dea67cc [data-item="items"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad049aee87a39a8 [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 500;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6211ab4beaafe5 .list-icon {
  color: #1e87f0;
}
#a6211ab4beaafe5 .uk-button {
  padding: 0px 60px;
  border: 1px solid #fff;
  background: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.2s ease-in;
}
#a6211ab4beaafe5 .uk-button:hover {
  background: #fff;
  color: #1e87f0;
}
#a6211ab4beaafe5 .uk-button i {
  margin-left: 10px;
  display: inline-block;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac8a4a95a9a761e .ele-wrap {color: #fff;font-size: 20px;background-color: #0095eb;border-radius: 5px;justify-content: flex-start;border-style: solid;font-weight: 400;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac168aaf9ea9115 [data-item="items[0]"] {left: 0px;top: 1px; position: relative;}#ac168aaf9ea9115 [data-item="items[1]"] {left: 0px;top: 1px; position: relative;}#ac168aaf9ea9115 [data-item="items[2]"] {left: 0px;top: 1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5baba5cb3a7b1f .uk-card {
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}
#a5baba5cb3a7b1f .uk-card:hover {
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background: linear-gradient(to right, #1e87f0, 0, #4ea0f3 100%);
  color: #fff;
}
#a5baba5cb3a7b1f .uk-card:hover .uk-h5,
#a5baba5cb3a7b1f .uk-card:hover .ap-icon {
  color: #fff;
}
#a5baba5cb3a7b1f .uk-card .uk-h5,
#a5baba5cb3a7b1f .uk-card .ap-icon {
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d05a0968aa46e [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}#a7d05a0968aa46e [data-item="detail"] {left: 0px;top: 1px; position: relative;}#a5baba5cb3a7b1f [data-item="title"] {left: 0px;top: 1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[0]"] {left: 0px;top: -1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[1]"] {left: 0px;top: -1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[2]"] {left: 0px;top: -1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[3]"] {left: 0px;top: -1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[4]"] {left: 0px;top: -1px; position: relative;}#a5baba5cb3a7b1f [data-item="items[5]"] {left: 0px;top: -1px; position: relative;}#a8d61a3201af8a9 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a8d61a3201af8a9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed5aa55b1ad173 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aed5aa55b1ad173  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3af3a0e76abaab > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a3af3a0e76abaab  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a128dafcf8a1f90 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a128dafcf8a1f90  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a22c1a6d11a2161 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a22c1a6d11a2161  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ceba9cf6ab0c8 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a1ceba9cf6ab0c8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aacc3a7f6aa7645 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aacc3a7f6aa7645  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0cbea91c7ac4d9 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a0cbea91c7ac4d9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2737ae380a30e6 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2737ae380a30e6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad77da6e92aa9c2 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad77da6e92aa9c2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2465a6e32adde6 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2465a6e32adde6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae7c0a2e4fa20af > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ae7c0a2e4fa20af  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab3f6a8f18a9d52 > .ele-wrap {background-color: rgba(29, 122, 232, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2dba3704a5560 .uk-container {
  overflow: hidden;
}
#aa2dba3704a5560 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#aa2dba3704a5560 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#aa2dba3704a5560 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b4aa6c35ab564 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a0b4aa6c35ab564 .icon-box:hover {
  border-color: #1e87f0;
}
#a0b4aa6c35ab564 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a0b4aa6c35ab564 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a0b4aa6c35ab564 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a5e1caac7bae840 , #a5e1caac7bae840 a{color: rgba(0, 0, 0, 1);}#ad3d5a5fc8ad87a , #ad3d5a5fc8ad87a a{color: rgba(0, 0, 0, 1);}#a77b0aa9f1a575b , #a77b0aa9f1a575b a{color: rgba(0, 0, 0, 1);}#aa2dba3704a5560 [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#aaff9aee9aaf22f [data-item="title"] {left: -2px;top: 33px; position: relative;}#a0b4aa6c35ab564 [data-item="title"] {left: 7px;top: 18px; position: relative;}#a0b4aa6c35ab564 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a221ea23e0a277a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a221ea23e0a277a .ele-wrap:hover {background-color: #509c49;}#a8341a90e5af82a .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8341a90e5af82a .ele-wrap:hover {background-color: #509c49;}#a339dae65fadb40 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a339dae65fadb40 .ele-wrap:hover {background-color: #509c49;}#a7d1ba0398ae547 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a7d1ba0398ae547 .ele-wrap:hover {background-color: #509c49;}#a55faa08b0a5b18 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a55faa08b0a5b18 .ele-wrap:hover {background-color: #509c49;}#af521abd39adf68 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(24, 24, 248, 1);border-radius: 25px;justify-content: center;border-style: solid;}#af521abd39adf68 .ele-wrap:hover {background-color: #509c49;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4987a8ea4af53e {
  /* mobile */
}
#a4987a8ea4af53e .item {
  min-height: 400px;
  overflow: visible;
}
#a4987a8ea4af53e .uk-card {
  position: absolute;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
  background-image: -moz-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
  background-image: -moz-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
  background-image: -o-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
  background-image: linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
  background-repeat: repeat;
  padding-bottom: 120px;
  margin-top: 20px;
  padding-top: 50px;
  right: 15px;
  left: 0;
}
#a4987a8ea4af53e .item-logo {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto 20px;
}
#a4987a8ea4af53e .item-logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
}
#a4987a8ea4af53e .uk-card .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 40px;
}
#a4987a8ea4af53e .uk-card .abstract {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 52px;
  margin: 0 30px;
  overflow: hidden;
  transition: all .3s ease;
}
#a4987a8ea4af53e .bottom {
  padding: 20px 30px;
  bottom: 0;
  position: absolute;
  background: #27272e;
  left: 0;
  width: 100%;
}
#a4987a8ea4af53e .bottom p {
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  color: #999;
}
#a4987a8ea4af53e .bottom p a {
  font-size: 14px;
  color: #fff;
  float: left;
  width: calc(50% - 1px);
}
#a4987a8ea4af53e .uk-card:hover {
  margin-top: 0;
  background-color: #2f4c90;
  padding-bottom: 110px;
}
#a4987a8ea4af53e .uk-card:hover .abstract {
  height: auto;
}
@media (max-width: 640px) {
  #a4987a8ea4af53e .item {
    min-height: 350px;
  }
  #a4987a8ea4af53e .uk-card {
    padding-top: 20px;
    padding-bottom: 150px;
  }
  #a4987a8ea4af53e .item-logo {
    width: 50px;
    height: 50px;
  }
  #a4987a8ea4af53e .bottom {
    padding: 15px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3f25a0bffa0c51 .uk-card-header {
  border-bottom: none;
  padding-bottom: 40px;
}
#a3f25a0bffa0c51 .ap-icon-round {
  border-radius: 50%;
  background-color: #fff;
  width: 110px;
  height: 110px;
  display: inline-block;
  margin: 25px auto 15px;
}
#a3f25a0bffa0c51 .price-detail li {
  list-style: none;
  line-height: 38px;
  border-bottom: 1px solid #ececec;
}
#a3f25a0bffa0c51 .ap-icon-round .ap-icon {
  font-size: 48px;
  margin-top: 30px;
  color: #1e87f0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a653da5220ae544 .uk-card .uk-h5 {
  color: #666666;
}
#a653da5220ae544 .uk-card .ap-icon {
  color: #1e87f0;
}
#a653da5220ae544 .br-1.uk-grid-margin {
  border-top: 1px solid #ececec;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a4987a8ea4af53e [data-item="title"] {left: -6px;top: 20px; position: relative;}#a4987a8ea4af53e [data-item="abstract"] {left: 80px;top: 28px; position: relative;}#a4987a8ea4af53e [data-item="items"] {left: 20px;top: 24px; position: relative;}#a4987a8ea4af53e [data-item="items[0]"] {left: -39px;top: 1392px; position: relative;}#a3f25a0bffa0c51 [data-item="title"] {left: 4px;top: 1px; position: relative;}#a653da5220ae544 .uk-container {max-width: 1200px;}#a653da5220ae544 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a653da5220ae544 [data-item="title"] {left: -2px;top: 44px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf16a5d4ea4dc2 .uk-container {
  overflow: hidden;
}
#adf16a5d4ea4dc2 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#adf16a5d4ea4dc2 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#adf16a5d4ea4dc2 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c2da4b0da0f0f .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a0c2da4b0da0f0f .uk-card .uk-h2 {
  color: #1e87f0;
}
#a0c2da4b0da0f0f .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a0c2da4b0da0f0f .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a0c2da4b0da0f0f .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a0c2da4b0da0f0f .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a0c2da4b0da0f0f .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a0c2da4b0da0f0f .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a0c2da4b0da0f0f .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a0c2da4b0da0f0f .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a0c2da4b0da0f0f .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afec6a7930a69e1 .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#afec6a7930a69e1 .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #afec6a7930a69e1 .uk-container {
    height: 460px;
  }
  #afec6a7930a69e1 .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acba9a6a71a7735 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#acba9a6a71a7735 .icon-box:hover {
  border-color: #1e87f0;
}
#acba9a6a71a7735 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #acba9a6a71a7735 .icon-box {
    width: 50px;
    height: 50px;
  }
  #acba9a6a71a7735 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#aca63a20daafa0e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#aca63a20daafa0e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e6aa1c8da12f5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);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;}#aefdface3da170a .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;background-color: transparent;}#aefdface3da170a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a98d3a68e8a2dce .form-agree {
  display: flex;
  align-items: center;
}
#a98d3a68e8a2dce .submit-wrap {
  text-align: left;
}
#a98d3a68e8a2dce .submit-wrap button:hover {
  background-color: #0070f4;
}
#a98d3a68e8a2dce .submit-wrap button {
  font-size: 16px;
}
#a98d3a68e8a2dce form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a98d3a68e8a2dce .form-item .uk-input,
#a98d3a68e8a2dce .form-item .uk-select,
#a98d3a68e8a2dce .form-item .uk-textarea {
  width: autopx;
}
#a98d3a68e8a2dce .form-item .auto-height {
  height: auto;
}
#adf16a5d4ea4dc2 [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a0c2da4b0da0f0f [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a0c2da4b0da0f0f [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0c2da4b0da0f0f [data-item="items[0].button"]:hover {background-color: #0483cc;}#a0c2da4b0da0f0f [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0c2da4b0da0f0f [data-item="items[1].button"]:hover {background-color: #0483cc;}#a0c2da4b0da0f0f [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0c2da4b0da0f0f [data-item="items[2].button"]:hover {background-color: #0483cc;}#a0c2da4b0da0f0f [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0c2da4b0da0f0f [data-item="items[3].button"]:hover {background-color: #0483cc;}#a0c2da4b0da0f0f [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0c2da4b0da0f0f [data-item="items[4].button"]:hover {background-color: #0483cc;}#afec6a7930a69e1 .uk-container {max-width: 1200px;}#afec6a7930a69e1 [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#afec6a7930a69e1 [data-item="title"] {left: -1px;top: 23px; position: relative;}#a881eabb73a7031 [data-item="title"] {left: -2px;top: 33px; position: relative;}#acba9a6a71a7735 [data-item="title"] {left: 7px;top: 18px; position: relative;}#acba9a6a71a7735 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a2893ab775ab527 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a1dfda9518ab0b7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgb(0, 149, 235);}#a1dfda9518ab0b7 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a60e6ac51dae2c6 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3407ac821a187c .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a3407ac821a187c .article {
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding: 20px;
  margin-top: 0;
}
#a3407ac821a187c .article .img_wrap {
  width: 200px;
  height: 140px;
  margin: 0 auto;
  display: inline-block;
}
#a3407ac821a187c .article .datetime {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  font-family: Arial;
  color: #9b9b9b;
}
#a3407ac821a187c .article .tag {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #999;
}
#a3407ac821a187c .article .uk-button {
  color: #ffffff;
  background-color: #2a98f5;
}
#a3407ac821a187c .article .tag {
  margin-right: 10px;
  display: inline-block;
}
#a3407ac821a187c .article:hover {
  background-color: #333333;
}
#a3407ac821a187c .article:hover .title {
  color: #fff;
}
#a3407ac821a187c .article:hover .category {
  color: #d3b267;
}
#a3407ac821a187c .article:hover .abstract {
  color: #fff;
}
#a3407ac821a187c .article:hover .datetime {
  color: #d3b267;
}
#a3407ac821a187c .article:hover .uk-button {
  color: auto;
  background-color: auto;
}
#a3407ac821a187c .article:last-child {
  margin-bottom: 0;
}
#a71daa5d7faa773 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a71daa5d7faa773  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#adca3aa2d5af8d5 [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}#aa415a16fdac771 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#aa415a16fdac771  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab0a9a0575a13a7 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-color: rgba(42, 152, 245, 1);border-right-color: rgba(42, 152, 245, 1);border-bottom-color: rgba(42, 152, 245, 1);border-left-color: rgba(42, 152, 245, 1);border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab0a9a0575a13a7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a776ba5a40af4da [data-item="title"] {left: -4px;top: 39px; position: relative;}#a776ba5a40af4da [data-item="items"] {left: 1px;top: 0px; position: relative;}#af66ba678aa3060 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#af66ba678aa3060  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a13bdaa65cadb39 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a13bdaa65cadb39  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75f9ab939aa80e .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #4a90e2;
}
#a8b57aa84baef0f > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a8b57aa84baef0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc96a81a7a64cb > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#afc96a81a7a64cb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affbba515faeedc > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#affbba515faeedc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#ad02fa298ea293c [data-item="items[0].abstract"] {left: 15px;top: 24px; position: relative;}#ac7eca6b2aa3343 > .ele-wrap {background-color: rgba(0, 0, 0, 0);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#ac7eca6b2aa3343  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a64c4a8a6eaa54c > .ele-wrap {background-color: rgba(0, 112, 240, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;box-shadow: 0px 0px 0px 0px undefined;}#a64c4a8a6eaa54c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab84ca5d78aea43 .img-wrap {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a6aa2ad491a417d .ele-wrap {border-color: #000;color: #fff;font-size: 30px;font-weight: 500;background-color: rgba(18, 161, 27, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6aa2ad491a417d .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#ad855a9c5fac92b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#ad855a9c5fac92b .ele-wrap:hover {background-color: rgba(0, 112, 244, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae2d7a7c37ac160 .uk-container {
  overflow: hidden;
}
#ae2d7a7c37ac160 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#ae2d7a7c37ac160 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#ae2d7a7c37ac160 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d3bad29baa78e .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a3d3bad29baa78e .uk-card .uk-h2 {
  color: #1e87f0;
}
#a3d3bad29baa78e .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a3d3bad29baa78e .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a3d3bad29baa78e .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a3d3bad29baa78e .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a3d3bad29baa78e .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a3d3bad29baa78e .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a3d3bad29baa78e .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a3d3bad29baa78e .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a3d3bad29baa78e .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa145abe74ab35b .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#aa145abe74ab35b .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #aa145abe74ab35b .uk-container {
    height: 460px;
  }
  #aa145abe74ab35b .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5bba13dea308e .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#ad5bba13dea308e .icon-box:hover {
  border-color: #1e87f0;
}
#ad5bba13dea308e .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #ad5bba13dea308e .icon-box {
    width: 50px;
    height: 50px;
  }
  #ad5bba13dea308e .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7d00af973ad4de .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a7d00af973ad4de .timeline-item:before {
  background-color: #1e87f0;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a7d00af973ad4de .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #1e87f0;
  background: #f8f8f8;
  z-index: 5;
}
#a7d00af973ad4de .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a7d00af973ad4de .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #1e87f0;
  content: "";
}
#a7d00af973ad4de a,
#a7d00af973ad4de .uk-link {
  color: inherit;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a97d4a39eda14b3 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#a97d4a39eda14b3 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9524aa2fbadc4c .form-agree {
  display: flex;
  align-items: center;
}
#a9524aa2fbadc4c .submit-wrap {
  text-align: left;
}
#a9524aa2fbadc4c .submit-wrap button:hover {
  background-color: #0070f4;
}
#a9524aa2fbadc4c .submit-wrap button {
  font-size: 16px;
}
#a9524aa2fbadc4c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9524aa2fbadc4c .form-item .uk-input,
#a9524aa2fbadc4c .form-item .uk-select,
#a9524aa2fbadc4c .form-item .uk-textarea {
  width: autopx;
}
#a9524aa2fbadc4c .form-item .auto-height {
  height: auto;
}
#ae2d7a7c37ac160 [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a3d3bad29baa78e [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a3d3bad29baa78e [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a3d3bad29baa78e [data-item="items[0].button"]:hover {background-color: #0483cc;}#a3d3bad29baa78e [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a3d3bad29baa78e [data-item="items[1].button"]:hover {background-color: #0483cc;}#a3d3bad29baa78e [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a3d3bad29baa78e [data-item="items[2].button"]:hover {background-color: #0483cc;}#a3d3bad29baa78e [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a3d3bad29baa78e [data-item="items[3].button"]:hover {background-color: #0483cc;}#a3d3bad29baa78e [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a3d3bad29baa78e [data-item="items[4].button"]:hover {background-color: #0483cc;}#aa145abe74ab35b .uk-container {max-width: 1200px;}#aa145abe74ab35b [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#aa145abe74ab35b [data-item="title"] {left: -1px;top: 23px; position: relative;}#a50d5a117eaf4e9 [data-item="title"] {left: -2px;top: 33px; position: relative;}#ad5bba13dea308e [data-item="title"] {left: 7px;top: 18px; position: relative;}#ad5bba13dea308e [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a91dca4d8ca5e6d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a53aca78ddae05a .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgb(0, 149, 235);}#a53aca78ddae05a .ele-wrap:hover {background-color: #0483cc;}#a7d00af973ad4de [data-item="items[0].title"] {left: 1px;top: 0px; position: relative;}#a7d00af973ad4de [data-item="items[2].date"] {left: 0px;top: -1px; position: relative;}#a7d00af973ad4de [data-item="items[3].date"] {left: 1px;top: 0px; position: relative;}#a7d00af973ad4de [data-item="items[2].abstract"] {left: -3px;top: 15px; position: relative;}#a7d00af973ad4de [data-item="items[3].title"] {left: -3px;top: 1px; position: relative;}#a7d00af973ad4de [data-item="items[1].date"] {left: 4px;top: -2px; position: relative;}#a7d00af973ad4de [data-item="items[0].date"] {left: 1px;top: 0px; position: relative;}#a7d00af973ad4de [data-item="items[4].date"] {left: 2px;top: -1px; position: relative;}#a7d00af973ad4de [data-item="items[4].abstract"] {left: -12px;top: 14px; position: relative;}#a7d00af973ad4de [data-item="items[1].abstract"] {left: -1px;top: -9px; position: relative;}#a7d00af973ad4de [data-item="items[3].abstract"] {left: 0px;top: 13px; position: relative;}#a7d00af973ad4de [data-item="items[0].abstract"] {left: -2px;top: 18px; position: relative;}#a7d00af973ad4de [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad456a8d66abb6e .uk-container {
  overflow: hidden;
}
#ad456a8d66abb6e .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#ad456a8d66abb6e .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#ad456a8d66abb6e .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2972a91eeac195 .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a2972a91eeac195 .uk-card .uk-h2 {
  color: #1e87f0;
}
#a2972a91eeac195 .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a2972a91eeac195 .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a2972a91eeac195 .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a2972a91eeac195 .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a2972a91eeac195 .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a2972a91eeac195 .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a2972a91eeac195 .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a2972a91eeac195 .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a2972a91eeac195 .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad31fa2a79a7f6f .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#ad31fa2a79a7f6f .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #ad31fa2a79a7f6f .uk-container {
    height: 460px;
  }
  #ad31fa2a79a7f6f .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaaefabe33a9367 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#aaaefabe33a9367 .icon-box:hover {
  border-color: #1e87f0;
}
#aaaefabe33a9367 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aaaefabe33a9367 .icon-box {
    width: 50px;
    height: 50px;
  }
  #aaaefabe33a9367 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a033ca65b7a6e80 .round-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  margin: -5rem 0 1.25rem 0;
  background: #1e87f0;
  font-size: 28px;
}
#a033ca65b7a6e80 .round-icon img,
#a033ca65b7a6e80 .round-icon i {
  font-size: 2rem;
  display: inline-block;
  color: #fff;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#afb55aeefea85fc .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#afb55aeefea85fc .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aea2aa7e36a9be0 .form-agree {
  display: flex;
  align-items: center;
}
#aea2aa7e36a9be0 .submit-wrap {
  text-align: left;
}
#aea2aa7e36a9be0 .submit-wrap button:hover {
  background-color: #0070f4;
}
#aea2aa7e36a9be0 .submit-wrap button {
  font-size: 16px;
}
#aea2aa7e36a9be0 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aea2aa7e36a9be0 .form-item .uk-input,
#aea2aa7e36a9be0 .form-item .uk-select,
#aea2aa7e36a9be0 .form-item .uk-textarea {
  width: autopx;
}
#aea2aa7e36a9be0 .form-item .auto-height {
  height: auto;
}
#ad456a8d66abb6e [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a2972a91eeac195 [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a2972a91eeac195 [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2972a91eeac195 [data-item="items[0].button"]:hover {background-color: #0483cc;}#a2972a91eeac195 [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2972a91eeac195 [data-item="items[1].button"]:hover {background-color: #0483cc;}#a2972a91eeac195 [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2972a91eeac195 [data-item="items[2].button"]:hover {background-color: #0483cc;}#a2972a91eeac195 [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2972a91eeac195 [data-item="items[3].button"]:hover {background-color: #0483cc;}#a2972a91eeac195 [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2972a91eeac195 [data-item="items[4].button"]:hover {background-color: #0483cc;}#ad31fa2a79a7f6f .uk-container {max-width: 1200px;}#ad31fa2a79a7f6f [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#ad31fa2a79a7f6f [data-item="title"] {left: -1px;top: 23px; position: relative;}#ad31fa2a79a7f6f [data-item="items[1]"] {left: -1px;top: 0px; position: relative;}#aaaefabe33a9367 [data-item="title"] {left: 7px;top: 18px; position: relative;}#aaaefabe33a9367 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ae49bae04dad842 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#afc05a37aea8d00 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#afc05a37aea8d00 .ele-wrap:hover {background-color: rgba(0, 112, 244, 1);}#a033ca65b7a6e80 [data-item="items[0]"] {left: 2px;top: -2px; position: relative;}#a033ca65b7a6e80 [data-item="items[1]"] {left: -7px;top: -6px; position: relative;}#a033ca65b7a6e80 [data-item="items[3]"] {left: 1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a64e3a660bab014 .link-reset {
  color: #555;
  cursor: default;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#acdc4a0f7baa7f9 .ele-wrap {color: #fff;font-size: 20px;background-color: #0095eb;border-radius: 5px;justify-content: flex-start;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 .quick-menus li.logged {
  display: none;
}
#a442ca0792a4182 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a442ca0792a4182 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a442ca0792a4182 .login-info {
  display: inline-block;
}
#a442ca0792a4182 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a442ca0792a4182 .back-home {
  color: #FF0036;
}
#a442ca0792a4182 .site-nav-bar a {
  color: #999;
}
#a442ca0792a4182 .site-nav-bar a:hover {
  color: #FF0036;
}
#a442ca0792a4182 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a442ca0792a4182 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a442ca0792a4182 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a442ca0792a4182 .quick-menus > li:after {
  content: '|';
}
#a442ca0792a4182 .quick-menus > li:last-child::after {
  content: '';
}
#a442ca0792a4182 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a442ca0792a4182 .sc-header-left {
  float: left;
}
#a442ca0792a4182 .sc-header-right {
  float: right;
}
#a442ca0792a4182 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a442ca0792a4182 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a442ca0792a4182 .ap-search-form input::placeholder {
  color: #999;
}
#a442ca0792a4182 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a442ca0792a4182 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a442ca0792a4182 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a442ca0792a4182 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a442ca0792a4182 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a442ca0792a4182 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a442ca0792a4182 .hot-keywords a:last-child {
  border-right: none;
}
#a442ca0792a4182 .hot-keywords a:hover {
  color: #7a45e5;
}
#a442ca0792a4182 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a442ca0792a4182 .uk-navbar-item,
#a442ca0792a4182 .uk-navbar-nav > li > a,
#a442ca0792a4182 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a442ca0792a4182 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a442ca0792a4182 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a442ca0792a4182 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a442ca0792a4182 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a442ca0792a4182 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a442ca0792a4182 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a442ca0792a4182 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a442ca0792a4182 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a442ca0792a4182 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a442ca0792a4182 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a442ca0792a4182 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a442ca0792a4182 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a442ca0792a4182 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a442ca0792a4182 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a442ca0792a4182 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a442ca0792a4182 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a442ca0792a4182 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a442ca0792a4182 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a442ca0792a4182 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f3fac4dcaccc2 .promotion-card {
  position: absolute;
  right: 20px;
  left: 0;
  bottom: 100px;
}
@media (min-width: 960px) {
  #a5f3fac4dcaccc2 .promotion-card {
    width: 70%;
    left: auto;
  }
}
#a5f3fac4dcaccc2 .promotion-card * {
  margin: 0;
}
#a5f3fac4dcaccc2 .promotion-card .promotion-card-icon {
  width: 80px;
  background-color: #1e87f0;
  color: #fff;
  font-size: 30px;
  position: relative;
}
#a5f3fac4dcaccc2 .promotion-card .promotion-card-icon::before {
  content: ' ';
  position: absolute;
  right: -16px;
  top: 30%;
  border: 8px solid transparent;
  border-left-color: #1e87f0;
}
#a5f3fac4dcaccc2 .promotion-card .promotion-card-detail {
  padding: 30px 20px;
  color: #fff;
  font-weight: bold;
  background: #073a6e;
  background: linear-gradient(to right, #073a6e 55%, #1e87f0 95%) !important;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c71a543dace88 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a6c71a543dace88 .timeline-item:before {
  background-color: #1e87f0;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a6c71a543dace88 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #1e87f0;
  background: #f8f8f8;
  z-index: 5;
}
#a6c71a543dace88 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a6c71a543dace88 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #1e87f0;
  content: "";
}
#a6c71a543dace88 a,
#a6c71a543dace88 .uk-link {
  color: inherit;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e5aa31daab14b .price-detail {
  list-style: none;
  margin-bottom: 20px;
}
#a4e5aa31daab14b .uk-card {
  overflow: hidden;
}
#a4e5aa31daab14b .price-detail li {
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  #a4e5aa31daab14b .price-item-highlight {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}
#a4e5aa31daab14b .card-bottom-link {
  display: block;
  text-align: center;
  color: #fff;
  background: #1e87f0;
  line-height: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab9a5a617eaaee9 .uk-container {
  overflow: hidden;
}
#ab9a5a617eaaee9 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#ab9a5a617eaaee9 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#ab9a5a617eaaee9 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e31a49f5a920b .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a4e31a49f5a920b .uk-card .uk-h2 {
  color: #1e87f0;
}
#a4e31a49f5a920b .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a4e31a49f5a920b .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a4e31a49f5a920b .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a4e31a49f5a920b .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a4e31a49f5a920b .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a4e31a49f5a920b .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a4e31a49f5a920b .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a4e31a49f5a920b .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a4e31a49f5a920b .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba05aed7baf112 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#aba05aed7baf112 .icon-box:hover {
  border-color: #1e87f0;
}
#aba05aed7baf112 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aba05aed7baf112 .icon-box {
    width: 50px;
    height: 50px;
  }
  #aba05aed7baf112 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a035da094facb53 .inner:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
#a035da094facb53 .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a442ca0792a4182 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a442ca0792a4182 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a442ca0792a4182 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a442ca0792a4182 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a5f3fac4dcaccc2 [data-item="feature.image"] {left: 34px;top: 8px; position: relative;}#a5f3fac4dcaccc2 [data-item="abstract"] {left: 697px;top: -163px; position: relative;}#a5f3fac4dcaccc2 [data-item="buttons[0]"] {left: 0px;top: -1px; position: relative;}#a5f3fac4dcaccc2 [data-item="promotion.detail"] {left: -87px;top: -6px; position: relative;}#a5f3fac4dcaccc2 [data-item="promotion.icon"] {left: -84px;top: -7px; position: relative;}#aa9bbaa42aaea5e .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#aa9bbaa42aaea5e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc89af1baa750c > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);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;}#ae27fa9c8aa3190 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;background-color: transparent;}#ae27fa9c8aa3190 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a90e9a25a8a0a6a .form-agree {
  display: flex;
  align-items: center;
}
#a90e9a25a8a0a6a .submit-wrap {
  text-align: left;
}
#a90e9a25a8a0a6a .submit-wrap button:hover {
  background-color: #0070f4;
}
#a90e9a25a8a0a6a .submit-wrap button {
  font-size: 16px;
}
#a90e9a25a8a0a6a form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a90e9a25a8a0a6a .form-item .uk-input,
#a90e9a25a8a0a6a .form-item .uk-select,
#a90e9a25a8a0a6a .form-item .uk-textarea {
  width: autopx;
}
#a90e9a25a8a0a6a .form-item .auto-height {
  height: auto;
}
#a8146a0d5ea7865 [data-item="title"] {left: -2px;top: 33px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4e5aa31daab14b [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#ab9a5a617eaaee9 [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a4e31a49f5a920b [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a4e31a49f5a920b [data-item="items[0]"] {left: -1px;top: -1px; position: relative;}#a4e31a49f5a920b [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a4e31a49f5a920b [data-item="items[0].button"]:hover {background-color: #0483cc;}#a4e31a49f5a920b [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a4e31a49f5a920b [data-item="items[1].button"]:hover {background-color: #0483cc;}#a4e31a49f5a920b [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a4e31a49f5a920b [data-item="items[2].button"]:hover {background-color: #0483cc;}#a4e31a49f5a920b [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a4e31a49f5a920b [data-item="items[3].button"]:hover {background-color: #0483cc;}#a4e31a49f5a920b [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a4e31a49f5a920b [data-item="items[4].button"]:hover {background-color: #0483cc;}#aba05aed7baf112 [data-item="title"] {left: 7px;top: 18px; position: relative;}#aba05aed7baf112 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1db4a4736a331e .uk-container {
  overflow: hidden;
}
#a1db4a4736a331e .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#a1db4a4736a331e .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#a1db4a4736a331e .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ac4a45f1ac6ac .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a2ac4a45f1ac6ac .uk-card .uk-h2 {
  color: #1e87f0;
}
#a2ac4a45f1ac6ac .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a2ac4a45f1ac6ac .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a2ac4a45f1ac6ac .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a2ac4a45f1ac6ac .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a2ac4a45f1ac6ac .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a2ac4a45f1ac6ac .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a2ac4a45f1ac6ac .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a2ac4a45f1ac6ac .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a2ac4a45f1ac6ac .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a71e2a2e71a9b6d .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#a71e2a2e71a9b6d .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a71e2a2e71a9b6d .uk-container {
    height: 460px;
  }
  #a71e2a2e71a9b6d .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8198aedaba5f34 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a8198aedaba5f34 .icon-box:hover {
  border-color: #1e87f0;
}
#a8198aedaba5f34 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a8198aedaba5f34 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a8198aedaba5f34 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#a1cc2a0229ade4b .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#a1cc2a0229ade4b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b2fa80b1a1556 > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);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;}#afd9fa202ca9046 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;background-color: transparent;}#afd9fa202ca9046 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae8d1a9ccdaf508 .form-agree {
  display: flex;
  align-items: center;
}
#ae8d1a9ccdaf508 .submit-wrap {
  text-align: left;
}
#ae8d1a9ccdaf508 .submit-wrap button:hover {
  background-color: #0070f4;
}
#ae8d1a9ccdaf508 .submit-wrap button {
  font-size: 16px;
}
#ae8d1a9ccdaf508 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae8d1a9ccdaf508 .form-item .uk-input,
#ae8d1a9ccdaf508 .form-item .uk-select,
#ae8d1a9ccdaf508 .form-item .uk-textarea {
  width: autopx;
}
#ae8d1a9ccdaf508 .form-item .auto-height {
  height: auto;
}
#a1db4a4736a331e [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a2ac4a45f1ac6ac [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a2ac4a45f1ac6ac [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2ac4a45f1ac6ac [data-item="items[0].button"]:hover {background-color: #0483cc;}#a2ac4a45f1ac6ac [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2ac4a45f1ac6ac [data-item="items[1].button"]:hover {background-color: #0483cc;}#a2ac4a45f1ac6ac [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2ac4a45f1ac6ac [data-item="items[2].button"]:hover {background-color: #0483cc;}#a2ac4a45f1ac6ac [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2ac4a45f1ac6ac [data-item="items[3].button"]:hover {background-color: #0483cc;}#a2ac4a45f1ac6ac [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a2ac4a45f1ac6ac [data-item="items[4].button"]:hover {background-color: #0483cc;}#a71e2a2e71a9b6d .uk-container {max-width: 1200px;}#a71e2a2e71a9b6d [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#a71e2a2e71a9b6d [data-item="title"] {left: -1px;top: 23px; position: relative;}#abcaaa4994a3018 [data-item="title"] {left: -2px;top: 33px; position: relative;}#a8198aedaba5f34 [data-item="title"] {left: 7px;top: 18px; position: relative;}#a8198aedaba5f34 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a1630a9fa8acb36 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ab1d0a6e7ca4b50 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgb(0, 149, 235);}#ab1d0a6e7ca4b50 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab159a660da5a94 .uk-container {
  overflow: hidden;
}
#ab159a660da5a94 .uk-button {
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 39px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 31%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 31%;
  }
}
#ab159a660da5a94 .uk-button:hover {
  color: #666666 !important;
  background: #fff;
}
#ab159a660da5a94 .uk-button-primary {
  background: #f2f2f2;
  background: linear-gradient(135deg, #f2f2f2 0%, #dddddd 50%, #ffffff 51%, #ffffff 71%, #f6f8fb 100%);
  color: #666666 !important;
  background-size: 400% 400%;
  animation: AnimationName 3s ease infinite;
  border: medium none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0dcda27d8a7266 .uk-card {
  transition: all 0.2s ease-in;
  margin-right: -1px;
  position: relative;
}
#a0dcda27d8a7266 .uk-card .uk-h2 {
  color: #1e87f0;
}
#a0dcda27d8a7266 .uk-card .el-title span {
  font-weight: normal;
  color: #666666;
}
#a0dcda27d8a7266 .uk-card .uk-button {
  border: 1px solid #ccc;
  border-radius: 50px!important;
  padding: 10px 40px!important;
  line-height: 1;
}
#a0dcda27d8a7266 .uk-card .uk-button:hover {
  background-color: #ebedf3;
  border-color: #adadad;
  color: #333;
}
#a0dcda27d8a7266 .uk-card .discount {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: -6px;
  text-decoration: line-through;
  line-height: 1;
}
#a0dcda27d8a7266 .uk-card.highlight .card-tag {
  width: 61px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/resources/fixed-images/texture/discount.svg) 0 0 no-repeat;
}
#a0dcda27d8a7266 .uk-card.highlight .card-tag span {
  color: #fff;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  width: 61px;
  height: 61px;
  line-height: 36px;
  -webkit-transform: rotate(45deg) scale(0.8333);
  -moz-transform: rotate(45deg) scale(0.8333);
  -ms-transform: rotate(45deg) scale(0.8333);
  -o-transform: rotate(45deg) scale(0.8333);
  transform: rotate(45deg) scale(0.8333);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#a0dcda27d8a7266 .uk-card.highlight .uk-button {
  background-color: #1e87f0;
  border: none;
  color: #fff;
}
#a0dcda27d8a7266 .uk-card.highlight .uk-button:hover {
  background-color: #0e6dcd;
}
#a0dcda27d8a7266 .price-detail li {
  list-style: none;
  line-height: 2;
  padding-left: 20px;
  background: url(/resources/sys/img/check.svg) left 8px no-repeat;
  background-size: 16px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8a3aa5d06aa6cb .ap-icon-box {
  color: #1e87f0;
  font-size: 32px;
}
#a8a3aa5d06aa6cb .uk-card {
  background: #fff;
}
@media screen and (min-width: 800px) {
  #a8a3aa5d06aa6cb .uk-container {
    height: 460px;
  }
  #a8a3aa5d06aa6cb .ap-grid-items {
    position: relative;
    top: 60px;
    left: 0;
    padding: 0 40px;
    box-sizing: border-box;
    z-index: 100;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ba9a6e68a7953 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a1ba9a6e68a7953 .icon-box:hover {
  border-color: #1e87f0;
}
#a1ba9a6e68a7953 .icon-box i {
  color: #1e87f0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a1ba9a6e68a7953 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a1ba9a6e68a7953 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}#ad7b3aff3ca3264 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;border-radius: 25px;background-color: transparent;}#ad7b3aff3ca3264 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75a6a57beaccb5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.5);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;}#a43deac37aa511f .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;border-radius: 0px;font-size: 16px;background-color: transparent;}#a43deac37aa511f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c06aa043a15d6 .form-agree {
  display: flex;
  align-items: center;
}
#a7c06aa043a15d6 .submit-wrap {
  text-align: left;
}
#a7c06aa043a15d6 .submit-wrap button:hover {
  background-color: #0070f4;
}
#a7c06aa043a15d6 .submit-wrap button {
  font-size: 16px;
}
#a7c06aa043a15d6 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7c06aa043a15d6 .form-item .uk-input,
#a7c06aa043a15d6 .form-item .uk-select,
#a7c06aa043a15d6 .form-item .uk-textarea {
  width: autopx;
}
#a7c06aa043a15d6 .form-item .auto-height {
  height: auto;
}
#ab159a660da5a94 [data-item="feature.image"] {left: 41px;top: 261px; position: relative;}#a0dcda27d8a7266 [data-item="items[0].button"] {left: -2px;top: 0px; position: relative;}#a0dcda27d8a7266 [data-item="items[0].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0dcda27d8a7266 [data-item="items[0].button"]:hover {background-color: #0483cc;}#a0dcda27d8a7266 [data-item="items[1].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0dcda27d8a7266 [data-item="items[1].button"]:hover {background-color: #0483cc;}#a0dcda27d8a7266 [data-item="items[2].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0dcda27d8a7266 [data-item="items[2].button"]:hover {background-color: #0483cc;}#a0dcda27d8a7266 [data-item="items[3].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0dcda27d8a7266 [data-item="items[3].button"]:hover {background-color: #0483cc;}#a0dcda27d8a7266 [data-item="items[4].button"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a0dcda27d8a7266 [data-item="items[4].button"]:hover {background-color: #0483cc;}#a8a3aa5d06aa6cb .uk-container {max-width: 1240px;}#a8a3aa5d06aa6cb [data-item="abstract"] {left: 8px;top: 26px; position: relative;}#a8a3aa5d06aa6cb [data-item="title"] {left: -1px;top: 23px; position: relative;}#a8524a8b2aa882a [data-item="title"] {left: -2px;top: 33px; position: relative;}#a1ba9a6e68a7953 [data-item="title"] {left: 7px;top: 18px; position: relative;}#a1ba9a6e68a7953 [data-item="abstract"] {left: -1px;top: 0px; position: relative;}#a6167a4a3caf019 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a81caade9baafc7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 50px;border-style: solid;background-color: rgba(0, 112, 244, 1);}#a81caade9baafc7 .ele-wrap:hover {background-color: rgba(0, 112, 244, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3909a5469a5baf > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53a7af815af69d .img-wrap {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af481a985ba8ae9 {
  min-height: 90vh;
  /* mobile */
}
#af481a985ba8ae9 .search-highlight {
  background: yellow;
}
#af481a985ba8ae9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#af481a985ba8ae9 .el-title {
  margin-bottom: 20px;
}
#af481a985ba8ae9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#af481a985ba8ae9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#af481a985ba8ae9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#af481a985ba8ae9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#af481a985ba8ae9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#af481a985ba8ae9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#af481a985ba8ae9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #af481a985ba8ae9 .el-title {
    margin-bottom: 0;
  }
  #af481a985ba8ae9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #af481a985ba8ae9 .category {
    font-size: 12px;
  }
  #af481a985ba8ae9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5694a8334aa911 {
  /* 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------------------------*/
}
#a5694a8334aa911 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a5694a8334aa911 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a5694a8334aa911 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a5694a8334aa911 .error .clip:nth-of-type(1) .shadow,
#a5694a8334aa911 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a5694a8334aa911 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a5694a8334aa911 .error h2 {
  font-size: 32px;
}
#a5694a8334aa911 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a5694a8334aa911 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a5694a8334aa911 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a5694a8334aa911 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a5694a8334aa911 .error .clip .shadow {
  overflow: hidden;
}
#a5694a8334aa911 .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);
}
#a5694a8334aa911 .error .clip:nth-of-type(3) .shadow:after,
#a5694a8334aa911 .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%;
}
#a5694a8334aa911 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a5694a8334aa911 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a5694a8334aa911 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a5694a8334aa911 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a5694a8334aa911 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a5694a8334aa911 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a5694a8334aa911 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a5694a8334aa911 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a5694a8334aa911 {
    /* Error Page */
    /* Error Page */
  }
  #a5694a8334aa911 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a5694a8334aa911 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a5694a8334aa911 .error .clip:nth-of-type(1) .shadow,
  #a5694a8334aa911 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a5694a8334aa911 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a5694a8334aa911 .error h2 {
    font-size: 24px;
  }
  #a5694a8334aa911 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a5694a8334aa911 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a5694a8334aa911 .error .container-error-404 {
    height: 150px;
  }
}
#a5694a8334aa911 .overlay {
  position: relative;
  z-index: 20;
}
#a5694a8334aa911 .ground-color {
  background: white;
}
#a5694a8334aa911 .item-bg-color {
  background: #EAEAEA;
}
#a5694a8334aa911 .padding-top {
  padding-top: 10px;
}
#a5694a8334aa911 .padding-bottom {
  padding-bottom: 10px;
}
#a5694a8334aa911 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a5694a8334aa911 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a5694a8334aa911 .padding-all {
  padding: 10px;
}
#a5694a8334aa911 .no-padding-left {
  padding-left: 0px;
}
#a5694a8334aa911 .no-padding-right {
  padding-right: 0px;
}
#a5694a8334aa911 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a5694a8334aa911 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a5694a8334aa911 .no-padding {
  padding: 0px;
}
#a5694a8334aa911 .margin-top {
  margin-top: 10px;
}
#a5694a8334aa911 .margin-bottom {
  margin-bottom: 10px;
}
#a5694a8334aa911 .margin-right {
  margin-right: 10px;
}
#a5694a8334aa911 .margin-left {
  margin-left: 10px;
}
#a5694a8334aa911 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a5694a8334aa911 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a5694a8334aa911 .margin-all {
  margin: 10px;
}
#a5694a8334aa911 .no-margin {
  margin: 0px;
}
#a5694a8334aa911 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a5694a8334aa911 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a5694a8334aa911 .inside-col-shrink {
  margin: 0px 20px;
}
#a5694a8334aa911 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26bcada08aa4b7 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a26bcada08aa4b7 .switch_item {
  margin-right: 10px;
}
#a26bcada08aa4b7 a.switch_item:hover {
  text-decoration: underline;
}
#a26bcada08aa4b7 .slider {
  width: 420px;
  height: 600px;
}
#a26bcada08aa4b7 .uk-slideshow-items {
  height: 100%;
}
#a26bcada08aa4b7 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a26bcada08aa4b7 .login-wrap {
  width: 100%;
  height: 100%;
}
#a26bcada08aa4b7 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a26bcada08aa4b7 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a26bcada08aa4b7 .phone-login-box {
  margin: 40px auto 40px;
}
#a26bcada08aa4b7 .login-header {
  margin-bottom: 24px;
}
#a26bcada08aa4b7 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a26bcada08aa4b7 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a26bcada08aa4b7 .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;
}
#a26bcada08aa4b7 .forget_password {
  cursor: pointer;
}
#a26bcada08aa4b7 .forget_password:hover {
  color: #1e87f0;
}
#a26bcada08aa4b7 .input-item input.error,
#a26bcada08aa4b7 .input-item input.error::placeholder {
  color: #fc4343;
}
#a26bcada08aa4b7 .input-item input::placeholder {
  color: #999;
}
#a26bcada08aa4b7 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a26bcada08aa4b7 .form-item {
  margin: 24px 0;
}
#a26bcada08aa4b7 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a26bcada08aa4b7 .send-code {
  float: left;
  margin-left: 20px;
}
#a26bcada08aa4b7 .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;
}
#a26bcada08aa4b7 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a26bcada08aa4b7 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a26bcada08aa4b7 .login_btn_wrap {
  text-align: center;
}
#a26bcada08aa4b7 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a26bcada08aa4b7 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a26bcada08aa4b7 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d65af4f1a5d31 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a4d65af4f1a5d31 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a4d65af4f1a5d31 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a4d65af4f1a5d31 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a4d65af4f1a5d31 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a4d65af4f1a5d31 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a4d65af4f1a5d31 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a4d65af4f1a5d31 .nav-list {
  padding: 0 20px;
}
#a4d65af4f1a5d31 .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;
}
#a4d65af4f1a5d31 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a4d65af4f1a5d31 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a4d65af4f1a5d31 .order-item:hover {
  background: #f7f7f7;
}
#a4d65af4f1a5d31 .del-order {
  cursor: pointer;
}
#a4d65af4f1a5d31 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a4d65af4f1a5d31 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a4d65af4f1a5d31 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a4d65af4f1a5d31 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a4d65af4f1a5d31 .goods-item .goods-info {
  padding: 0 15px;
}
#a4d65af4f1a5d31 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a4d65af4f1a5d31 .appoint-time {
  margin-bottom: 4px;
}
#a4d65af4f1a5d31 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a4d65af4f1a5d31 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a4d65af4f1a5d31 .goods-item .goods-name {
  color: #333;
}
#a4d65af4f1a5d31 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a4d65af4f1a5d31 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a4d65af4f1a5d31 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a4d65af4f1a5d31 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a4d65af4f1a5d31 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a4d65af4f1a5d31 .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;
}
#a4d65af4f1a5d31 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a4d65af4f1a5d31 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a4d65af4f1a5d31 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a4d65af4f1a5d31 .setting-form {
  padding: 30px 20px;
}
#a4d65af4f1a5d31 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a4d65af4f1a5d31 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a4d65af4f1a5d31 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a4d65af4f1a5d31 .setting-form .setting-btns {
  margin-left: 130px;
}
#a4d65af4f1a5d31 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a4d65af4f1a5d31 .setting-wrap {
  position: relative;
}
#a4d65af4f1a5d31 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a4d65af4f1a5d31 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a4d65af4f1a5d31 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a4d65af4f1a5d31 .address-wrap {
  padding: 30px 20px;
}
#a4d65af4f1a5d31 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a4d65af4f1a5d31 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a4d65af4f1a5d31 .addr-list {
  min-height: 200px;
}
#a4d65af4f1a5d31 .addr-detail .addr-item-name,
#a4d65af4f1a5d31 .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;
}
#a4d65af4f1a5d31 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a4d65af4f1a5d31 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a4d65af4f1a5d31 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a4d65af4f1a5d31 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a4d65af4f1a5d31 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a4d65af4f1a5d31 .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;
}
#a4d65af4f1a5d31 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a4d65af4f1a5d31 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a4d65af4f1a5d31 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a4d65af4f1a5d31 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a4d65af4f1a5d31 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd92a0160a4309 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#afd92a0160a4309 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#afd92a0160a4309 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#afd92a0160a4309 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#afd92a0160a4309 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#afd92a0160a4309 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#afd92a0160a4309 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#afd92a0160a4309 .nav-list {
  padding: 0 20px;
}
#afd92a0160a4309 .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;
}
#afd92a0160a4309 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#afd92a0160a4309 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#afd92a0160a4309 .order-item:hover {
  background: #f7f7f7;
}
#afd92a0160a4309 .del-order {
  cursor: pointer;
}
#afd92a0160a4309 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#afd92a0160a4309 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#afd92a0160a4309 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#afd92a0160a4309 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#afd92a0160a4309 .goods-item .goods-info {
  padding: 0 15px;
}
#afd92a0160a4309 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#afd92a0160a4309 .appoint-time {
  margin-bottom: 4px;
}
#afd92a0160a4309 .appoint-name {
  color: #333;
  font-size: 14px;
}
#afd92a0160a4309 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#afd92a0160a4309 .goods-item .goods-name {
  color: #333;
}
#afd92a0160a4309 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#afd92a0160a4309 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#afd92a0160a4309 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#afd92a0160a4309 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#afd92a0160a4309 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#afd92a0160a4309 .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;
}
#afd92a0160a4309 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#afd92a0160a4309 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#afd92a0160a4309 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#afd92a0160a4309 .setting-form {
  padding: 30px 20px;
}
#afd92a0160a4309 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#afd92a0160a4309 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#afd92a0160a4309 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#afd92a0160a4309 .setting-form .setting-btns {
  margin-left: 130px;
}
#afd92a0160a4309 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#afd92a0160a4309 .setting-wrap {
  position: relative;
}
#afd92a0160a4309 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#afd92a0160a4309 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#afd92a0160a4309 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#afd92a0160a4309 .address-wrap {
  padding: 30px 20px;
}
#afd92a0160a4309 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#afd92a0160a4309 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#afd92a0160a4309 .addr-list {
  min-height: 200px;
}
#afd92a0160a4309 .addr-detail .addr-item-name,
#afd92a0160a4309 .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;
}
#afd92a0160a4309 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#afd92a0160a4309 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#afd92a0160a4309 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#afd92a0160a4309 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#afd92a0160a4309 .add-addr {
  height: 32px;
  line-height: 30px;
}
#afd92a0160a4309 .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;
}
#afd92a0160a4309 .publish-item {
  cursor: default;
  min-height: 120px;
}
#afd92a0160a4309 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#afd92a0160a4309 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#afd92a0160a4309 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#afd92a0160a4309 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a273aa3427a3d3b {
  min-height: 90vh;
  /* mobile */
}
#a273aa3427a3d3b .search-highlight {
  background: yellow;
}
#a273aa3427a3d3b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a273aa3427a3d3b .el-title {
  margin-bottom: 20px;
}
#a273aa3427a3d3b .el-item:hover .el-title {
  color: #0f6ecd;
}
#a273aa3427a3d3b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a273aa3427a3d3b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a273aa3427a3d3b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a273aa3427a3d3b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a273aa3427a3d3b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a273aa3427a3d3b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a273aa3427a3d3b .el-title {
    margin-bottom: 0;
  }
  #a273aa3427a3d3b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a273aa3427a3d3b .category {
    font-size: 12px;
  }
  #a273aa3427a3d3b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 .quick-menus li.logged {
  display: none;
}
#a107fa3cd6ab7e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a107fa3cd6ab7e8 .site-nav-bar {
  width: auto;
  height: 26px;
  font-size: 12px;
  color: #999;
  line-height: 26px;
  position: relative!important;
  background: #f2f2f2;
  z-index: 99999;
  border-bottom: 1px solid #e5e5e5;
}
#a107fa3cd6ab7e8 .login-info {
  display: inline-block;
}
#a107fa3cd6ab7e8 .back-home {
  line-height: 26px;
  margin-right: 20px;
  float: left;
}
#a107fa3cd6ab7e8 .back-home {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .site-nav-bar a {
  color: #999;
}
#a107fa3cd6ab7e8 .site-nav-bar a:hover {
  color: #FF0036;
}
#a107fa3cd6ab7e8 .quick-menus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  list-style: none;
}
#a107fa3cd6ab7e8 .quick-menus > li {
  display: inline-block;
  z-index: 10;
  position: relative;
}
#a107fa3cd6ab7e8 .quick-menus > li a {
  padding: 0 6px;
  text-align: center;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .quick-menus > li:after {
  content: '|';
}
#a107fa3cd6ab7e8 .quick-menus > li:last-child::after {
  content: '';
}
#a107fa3cd6ab7e8 .sc-header {
  padding: 24px 0;
  font-weight: 500;
}
#a107fa3cd6ab7e8 .sc-header-left {
  float: left;
}
#a107fa3cd6ab7e8 .sc-header-right {
  float: right;
}
#a107fa3cd6ab7e8 .ap-search-form {
  display: inline-block;
  width: 530px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
}
#a107fa3cd6ab7e8 .ap-search-form .search-input {
  font-size: 14px;
  width: 430px;
  height: 38px;
  border: none;
  background: transparent;
  float: left;
  padding-left: 36px;
  outline: 0;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .ap-search-form input::placeholder {
  color: #999;
}
#a107fa3cd6ab7e8 .ap-search-form .search-icon {
  position: absolute;
  left: 18px;
  top: 12px;
  color: #ccc;
}
#a107fa3cd6ab7e8 .search-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 90px;
  height: 38px;
  background-color: #7a45e5;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
}
#a107fa3cd6ab7e8 .sc-mini-cart {
  cursor: pointer;
  width: 134px;
  height: 38px;
  border: 1px solid #7a45e5;
  border-radius: 19px;
  padding: 8px 0;
  margin-left: 50px;
  float: right;
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-mini-cart .cart-name {
  display: inline-block;
  margin: 0 10px 0 4px;
  font-size: 14px;
}
#a107fa3cd6ab7e8 .sc-mini-cart .badge {
  font-size: 12px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  text-align: center;
  background-color: #ed0705;
  color: #fff;
  font-weight: bolder;
  display: inline-block;
  line-height: 20px;
  font-style: normal;
}
#a107fa3cd6ab7e8 .hot-keywords {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a {
  display: inline-block;
  color: #999;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  line-height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 444px;
  font-size: 12px;
}
#a107fa3cd6ab7e8 .hot-keywords a:last-child {
  border-right: none;
}
#a107fa3cd6ab7e8 .hot-keywords a:hover {
  color: #7a45e5;
}
#a107fa3cd6ab7e8 .sc-nav-wrap {
  border-bottom: 1px solid #7a45e5;
  height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  z-index: 99999;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header i {
  visibility: hidden;
  display: inline-block;
  margin-left: 4px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-list {
  display: none;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-list {
  display: block;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse .nav-category-header i {
  visibility: visible;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap.collapse:hover .nav-category-header i {
  visibility: hidden;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-wrap .nav-category-header {
  height: 38px;
  display: block;
  background: #7a45e5;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#a107fa3cd6ab7e8 .uk-navbar-item,
#a107fa3cd6ab7e8 .uk-navbar-nav > li > a,
#a107fa3cd6ab7e8 .uk-navbar-toggle {
  line-height: 38px;
  min-height: 38px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .uk-navbar {
  padding-left: 210px;
}
#a107fa3cd6ab7e8 .sc-nav-wrap .nav-category-list {
  background: #333;
  width: 200px;
  padding: 0;
  position: absolute;
  z-index: 999;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#a107fa3cd6ab7e8 .nav-category-list .category-icon svg {
  fill: currentColor;
  color: currentColor;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item {
  padding: 18px 20px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item .underline {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  border-top: 1px dotted #545454;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item:hover {
  background-color: #7a45e5;
}
#a107fa3cd6ab7e8 .nav-category-list .category-name {
  font-size: 16px;
  padding-bottom: 9px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:hover {
  text-decoration: underline;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a::after {
  content: "/";
  width: 7px;
  margin-left: 4px;
  text-align: center;
  display: inline-block;
  color: #9F9B9B;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items {
  white-space: nowrap;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .category-item-wrap:hover .sub-category {
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .promotion-items a:last-child::after {
  content: '';
  display: none;
}
#a107fa3cd6ab7e8 .uk-navbar-nav > li a {
  font-weight: 500;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: 999;
  min-height: 440px;
  width: 705px;
  background: #fff;
  padding: 30px 0 4px 30px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block {
  display: inline-block;
  vertical-align: top;
  width: 313px;
  margin-right: 22px;
  margin-bottom: 26px;
  overflow: hidden;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category-block.full {
  width: auto;
  display: block;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-categroy-items > a:first-child {
  padding-left: 0;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category .sub-category-title {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a {
  padding: 0 7px 0 10px;
  margin-top: 10px;
  border-right: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
#a107fa3cd6ab7e8 .nav-category-list .sub-category a:hover {
  color: #FF0036;
  text-decoration: underline;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad9d6acf09a16be .comment-detail {
  min-height: 600px;
}
#ad9d6acf09a16be table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ad9d6acf09a16be table th,
#ad9d6acf09a16be table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ad9d6acf09a16be table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ad9d6acf09a16be .red {
  color: #F00!important;
}
#ad9d6acf09a16be .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;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a107fa3cd6ab7e8 [data-item="header.welcome"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="header.quickMenu"] {left: 1124px;top: -25px; position: relative;}#a107fa3cd6ab7e8 [data-item="logo"] {left: 29px;top: -4px; position: relative;}#a107fa3cd6ab7e8 [data-item="pages"] {left: 1px;top: 0px; position: relative;}#a107fa3cd6ab7e8 [data-item="buttons[0]"] {left: -82px;top: -4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e2ea5629a08ce .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1e2ea5629a08ce .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a1e2ea5629a08ce .menu-list > li > a {
  padding: 0 35px;
}
#a1e2ea5629a08ce .menu-list > li:hover:before {
  height: 100%;
}
#a1e2ea5629a08ce .menu-list > li:hover:after {
  color: auto;
}
#a1e2ea5629a08ce .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a1e2ea5629a08ce .menu-list > li:first-child:after {
  content: "";
}
#a1e2ea5629a08ce .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a1e2ea5629a08ce .menu-list > li ul li {
  position: relative;
}
#a1e2ea5629a08ce .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
}
#a1e2ea5629a08ce .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a1e2ea5629a08ce .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a1e2ea5629a08ce li ul,
#a1e2ea5629a08ce li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1e2ea5629a08ce li:hover > ul {
  left: auto;
}
#a1e2ea5629a08ce li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a036da30e1a199a > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a839ea1c1cad5df > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a223da52eaaaff9 > .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;}#af183ad705a8715 > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a10b2a7961a8ccb > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d8aec61a4b6f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a364baa99aa659f > .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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
