.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: #4a90e2;
  text-shadow: none;
}
::selection {
  background: #4a90e2;
  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 #4a90e2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a90e2;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     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: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4a90e2;
  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: #4a90e2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a90e2;
  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: #ffffff;
  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: #4a90e2;
  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: #4a90e2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: #4a90e2;
}
/*
   * 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: #ffffff;
  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: #4a90e2;
}
/* 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: #4a90e2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     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: #4a90e2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  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: #4a90e2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a90e2;
  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: #ffffff;
}
.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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a90e2;
}
/* 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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a90e2;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
}
/* 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: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4a90e2;
}
/*
   * 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: #4a90e2;
  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: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4a90e2;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a90e2;
}
.uk-progress::-ms-fill {
  background-color: #4a90e2;
}
/* ========================================================================
     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: #4a90e2 !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: #4a90e2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a90e2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #4a90e2;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #ffffff;
  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: #4a90e2;
}
.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(34, 34, 34, 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: #4a90e2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.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: #4a90e2;
  border-color: #4a90e2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a90e2;
}
/* ========================================================================
   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: #2275d7;
}
.ap-list-filter dd a.active {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a90e2;
}
.category li a.active {
  color: #4a90e2;
}
.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: #4a90e2;
}
.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: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 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: #4a90e2;
}
form .step .ui-step.active .ui-step-title {
  color: #4a90e2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a90e2;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.btn-effect-2:hover {
  background-color: #4a90e2;
}
.uk-button.btn-effect-5 {
  background-color: #4a90e2;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a90e2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
#ad748a6ffba2621 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae4b9a5982ad9c4 {
  /* mobile */
}
#ae4b9a5982ad9c4 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#ae4b9a5982ad9c4 .goods-sort {
  padding: 30px 0 25px;
}
#ae4b9a5982ad9c4 .goods {
  padding-bottom: 40px;
}
#ae4b9a5982ad9c4 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#ae4b9a5982ad9c4 .goods-sort .name {
  flex-shrink: 0;
  margin-right: 12px;
}
#ae4b9a5982ad9c4 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
}
#ae4b9a5982ad9c4 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#ae4b9a5982ad9c4 .goods-sort .category-item.active {
  color: red;
}
#ae4b9a5982ad9c4 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#ae4b9a5982ad9c4 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#ae4b9a5982ad9c4 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#ae4b9a5982ad9c4 .sorts .sort.active span {
  color: #e4393c;
}
#ae4b9a5982ad9c4 .sorts .fa {
  color: #999;
}
#ae4b9a5982ad9c4 .sorts .fa.active {
  color: #e4393c;
}
#ae4b9a5982ad9c4 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#ae4b9a5982ad9c4 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#ae4b9a5982ad9c4 .goods .item {
  color: #333;
  font-weight: 400;
}
#ae4b9a5982ad9c4 .img-alter {
  display: none;
}
#ae4b9a5982ad9c4 .goods .item:hover .img-main {
  display: none;
}
#ae4b9a5982ad9c4 .goods .item:hover .img-alter {
  display: block;
}
#ae4b9a5982ad9c4 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#ae4b9a5982ad9c4 .goods .item .title:hover {
  color: #d4282d;
}
#ae4b9a5982ad9c4 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ae4b9a5982ad9c4 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#ae4b9a5982ad9c4 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#ae4b9a5982ad9c4 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#ae4b9a5982ad9c4 .uk-card .uk-card-media {
  background: #fff;
}
#ae4b9a5982ad9c4 .uk-card:hover {
  background-color: #f4f0e9;
}
#ae4b9a5982ad9c4 .sort-time.active .fa {
  color: #e4393c;
}
#ae4b9a5982ad9c4 * + .uk-grid-margin-small,
#ae4b9a5982ad9c4 .uk-grid + .uk-grid-small,
#ae4b9a5982ad9c4 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #ae4b9a5982ad9c4 .category-list,
  #ae4b9a5982ad9c4 .goods-sort {
    padding: 10px 0;
  }
  #ae4b9a5982ad9c4 .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
#a45fba4d3ca2d37 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a45fba4d3ca2d37 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4ffbaf59aa78e4 .video-box,
#a4ffbaf59aa78e4 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a4ffbaf59aa78e4 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a4ffbaf59aa78e4 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a4ffbaf59aa78e4 .preview-box img {
  width: 100%;
}
#a4ffbaf59aa78e4 .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;
}
#a4ffbaf59aa78e4 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a4ffbaf59aa78e4 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a4ffbaf59aa78e4 .thumb-box {
  width: 100%;
  position: relative;
}
#a4ffbaf59aa78e4 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a4ffbaf59aa78e4 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a4ffbaf59aa78e4 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a4ffbaf59aa78e4 .thumb-list {
  overflow: hidden;
}
#a4ffbaf59aa78e4 .thumb-list ul {
  width: 100000px;
}
#a4ffbaf59aa78e4 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a4ffbaf59aa78e4 .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#a4ffbaf59aa78e4 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a4ffbaf59aa78e4 .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;
}
#a4ffbaf59aa78e4 .zoom-box img {
  max-width: initial;
}
#a4ffbaf59aa78e4 .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;
}
#a4ffbaf59aa78e4 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a4ffbaf59aa78e4 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a4ffbaf59aa78e4 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a4ffbaf59aa78e4 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a4ffbaf59aa78e4 .goods-intro .price span {
  line-height: 30px;
}
#a4ffbaf59aa78e4 .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a4ffbaf59aa78e4 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4ffbaf59aa78e4 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#a4ffbaf59aa78e4 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a4ffbaf59aa78e4 .line-through {
  text-decoration: line-through;
}
#a4ffbaf59aa78e4 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a4ffbaf59aa78e4 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a4ffbaf59aa78e4 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a4ffbaf59aa78e4 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a4ffbaf59aa78e4 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a4ffbaf59aa78e4 .number .name {
  line-height: 30px;
  width: 54px;
}
#a4ffbaf59aa78e4 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a4ffbaf59aa78e4 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a4ffbaf59aa78e4 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a4ffbaf59aa78e4 .select-num i {
  line-height: 30px;
}
#a4ffbaf59aa78e4 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a4ffbaf59aa78e4 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a4ffbaf59aa78e4 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a4ffbaf59aa78e4 .buttons {
  margin: 30px 0 0 12px;
}
#a4ffbaf59aa78e4 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#a4ffbaf59aa78e4 .buttons .button.disable {
  opacity: .3;
}
#a4ffbaf59aa78e4 .buttons .button-cart {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#a4ffbaf59aa78e4 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a4ffbaf59aa78e4 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a4ffbaf59aa78e4 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a4ffbaf59aa78e4 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a4ffbaf59aa78e4 .hot-list .img-wrap {
  display: block;
}
#a4ffbaf59aa78e4 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a4ffbaf59aa78e4 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a4ffbaf59aa78e4 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a4ffbaf59aa78e4 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a4ffbaf59aa78e4 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a4ffbaf59aa78e4 .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a4ffbaf59aa78e4 .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#a4ffbaf59aa78e4 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a4ffbaf59aa78e4 .hot-list .item:last-child {
  border-bottom: none;
}
#a4ffbaf59aa78e4 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a4ffbaf59aa78e4 .hot-list .item .goods-title:hover {
  color: #df3033;
}
#a4ffbaf59aa78e4 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4ffbaf59aa78e4 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a4ffbaf59aa78e4 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #a4ffbaf59aa78e4 .right {
    width: 100%;
  }
  #a4ffbaf59aa78e4 .zoom-indicator {
    display: none;
  }
  #a4ffbaf59aa78e4 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a4ffbaf59aa78e4 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a4ffbaf59aa78e4 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a4ffbaf59aa78e4 .sku {
  padding: 20px 0 0 10px;
}
#a4ffbaf59aa78e4 .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#a4ffbaf59aa78e4 .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#a4ffbaf59aa78e4 .coupons {
  margin-left: 55px;
}
#a4ffbaf59aa78e4 .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#a4ffbaf59aa78e4 .sku .sku-item img {
  width: 40px;
  height: 40px;
}
#a4ffbaf59aa78e4 .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#a4ffbaf59aa78e4 .sku .sku-item span {
  padding: 0 10px;
}
#a4ffbaf59aa78e4 .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#a4ffbaf59aa78e4 .sku .sku-item.active i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a4ffbaf59aa78e4 .goods-stock {
  line-height: 30px;
}
#a4ffbaf59aa78e4 .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#a4ffbaf59aa78e4 .quan-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px 0 12px;
  border-top: 1px solid #e4393c;
  border-bottom: 1px solid #e4393c;
  height: 18px;
  line-height: 16px;
  color: #e4393c;
  font-size: 10px;
  background: #fff;
  margin-bottom: 4px;
}
#a4ffbaf59aa78e4 .quan-item:after,
#a4ffbaf59aa78e4 .quan-item:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAPFBMVEUAAAD////kOTzqaGr+9vb4zc32vL3sdXfnTE/mRUfxmpz87O3yn6HqZ2npXWDlQEP97e33xsf3xsbxl5nHV2NIAAAAAXRSTlMAQObYZgAAAJpJREFUOMvllEsSwiAQRMnjF8g/3v+uKhIrjhHK0l16B4+C7hlALS07qSyS2kVlKnHmCpqdNvwYwTdY6yKGX7AeKtb+jmN3jLuYMMEd5XYBUMZ6cO/BHHhr7ut6wizxHOhvM+kUT5S5I77ZsGWU1kbsExsmiSdMBVc3l9a0tJaDdR+CVcryWtRBFLXYkku1oae955Xnv5Y+j/UKs1MGwyraxf4AAAAASUVORK5CYII=);
  background-size: 15px 18px;
  background-repeat: no-repeat;
}
#a4ffbaf59aa78e4 .quan-item:before {
  left: 0;
  width: 7px;
}
#a4ffbaf59aa78e4 .quan-item:after {
  right: 0;
  width: 4px;
  background-position: -11px 0;
}
#a4ffbaf59aa78e4 .price-wrap {
  margin-left: 55px;
}
#a4ffbaf59aa78e4 .member-price-wrap svg {
  display: inline-block;
  margin-right: 6px;
}
#a4ffbaf59aa78e4 .member-price-wrap .num {
  color: #333;
}
#a4ffbaf59aa78e4 .member-price-wrap a {
  color: #555;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa18ba348cad38c .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #aa18ba348cad38c .sidebar {
    width: 100%;
  }
}
#aa18ba348cad38c .accordion-menu,
#aa18ba348cad38c .accordion-menu ul ul.submenu,
#aa18ba348cad38c .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aa18ba348cad38c .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#aa18ba348cad38c .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#aa18ba348cad38c .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#aa18ba348cad38c .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#aa18ba348cad38c .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#aa18ba348cad38c .contact {
  color: #fff;
}
#aa18ba348cad38c .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#aa18ba348cad38c .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#aa18ba348cad38c .hot-list a {
  color: #777;
}
#aa18ba348cad38c .hot-list a:hover {
  color: #0f6ecd;
}
#aa18ba348cad38c .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#aa18ba348cad38c .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa18ba348cad38c .hot-item:hover a {
  color: #0f6ecd;
}
#aa18ba348cad38c .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa18ba348cad38c .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#aa18ba348cad38c .content-header {
  padding-bottom: 10px;
}
#ac05ea747da0a48 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ac05ea747da0a48 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ac05ea747da0a48 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ac05ea747da0a48 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2a9ca710aae462 [data-item="items"] {left: 0px;top: -1px; position: relative;}#aa18ba348cad38c [data-item*=".abstract"], #aa18ba348cad38c [data-item*=".abstract"] a {show: true;}#aa18ba348cad38c [data-item*=".subTitle"], #aa18ba348cad38c [data-item*=".subTitle"] a {show: true;}#aa18ba348cad38c [data-item*=".category"], #aa18ba348cad38c [data-item*=".category"] a {show: true;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#ac05ea747da0a48 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ac05ea747da0a48 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ac05ea747da0a48 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad719a689aaaeba .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2d40a904fa60b5 .detail-content .goods-params div {
  margin: 4px 0;
}
#a2d40a904fa60b5 .desc {
  white-space: pre-wrap;
}
#a2d40a904fa60b5 .video-box,
#a2d40a904fa60b5 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a2d40a904fa60b5 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a2d40a904fa60b5 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a2d40a904fa60b5 .preview-box img {
  width: 100%;
}
#a2d40a904fa60b5 .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;
}
#a2d40a904fa60b5 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a2d40a904fa60b5 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a2d40a904fa60b5 .thumb-box {
  width: 100%;
  position: relative;
}
#a2d40a904fa60b5 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a2d40a904fa60b5 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a2d40a904fa60b5 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a2d40a904fa60b5 .thumb-list {
  overflow: hidden;
}
#a2d40a904fa60b5 .thumb-list ul {
  width: 100000px;
}
#a2d40a904fa60b5 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a2d40a904fa60b5 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a2d40a904fa60b5 .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;
}
#a2d40a904fa60b5 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a2d40a904fa60b5 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a2d40a904fa60b5 .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;
}
#a2d40a904fa60b5 .zoom-box img {
  max-width: initial;
}
#a2d40a904fa60b5 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a2d40a904fa60b5 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a2d40a904fa60b5 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a2d40a904fa60b5 .goods-intro .price span {
  line-height: 30px;
}
#a2d40a904fa60b5 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a2d40a904fa60b5 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a2d40a904fa60b5 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a2d40a904fa60b5 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a2d40a904fa60b5 .line-through {
  text-decoration: line-through;
}
#a2d40a904fa60b5 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a2d40a904fa60b5 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a2d40a904fa60b5 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a2d40a904fa60b5 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a2d40a904fa60b5 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a2d40a904fa60b5 .number .name {
  line-height: 30px;
  width: 54px;
}
#a2d40a904fa60b5 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a2d40a904fa60b5 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a2d40a904fa60b5 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a2d40a904fa60b5 .select-num i {
  line-height: 30px;
}
#a2d40a904fa60b5 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a2d40a904fa60b5 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a2d40a904fa60b5 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a2d40a904fa60b5 .buttons {
  margin: 30px 0 0 12px;
}
#a2d40a904fa60b5 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a2d40a904fa60b5 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a2d40a904fa60b5 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a2d40a904fa60b5 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a2d40a904fa60b5 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a2d40a904fa60b5 .hot-list .img-wrap {
  display: block;
}
#a2d40a904fa60b5 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a2d40a904fa60b5 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a2d40a904fa60b5 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a2d40a904fa60b5 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a2d40a904fa60b5 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a2d40a904fa60b5 ::-webkit-scrollbar {
  display: none;
}
#a2d40a904fa60b5 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a2d40a904fa60b5 .left .detail-nav-tab .item.uk-active,
#a2d40a904fa60b5 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a2d40a904fa60b5 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a2d40a904fa60b5 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a2d40a904fa60b5 .hot-list .item:last-child {
  border-bottom: none;
}
#a2d40a904fa60b5 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a2d40a904fa60b5 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a2d40a904fa60b5 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a2d40a904fa60b5 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a2d40a904fa60b5 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a2d40a904fa60b5 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a2d40a904fa60b5 .right {
    width: 100%;
  }
  #a2d40a904fa60b5 .preview-box img {
    height: 340px;
  }
  #a2d40a904fa60b5 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a2d40a904fa60b5 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a2d40a904fa60b5 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5fd5aa46eadfe6 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a5fd5aa46eadfe6 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a5fd5aa46eadfe6 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a5fd5aa46eadfe6 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a8b62afb48a4670 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3bb3ae8f7a28a2 a, #a3bb3ae8f7a28a2 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a5fd5aa46eadfe6 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a5fd5aa46eadfe6 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a5fd5aa46eadfe6 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a8b62afb48a4670 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a6213ad605aef4b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a620baa182a2613 .detail-content .goods-params div {
  margin: 4px 0;
}
#a620baa182a2613 .desc {
  white-space: pre-wrap;
}
#a620baa182a2613 .video-box,
#a620baa182a2613 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a620baa182a2613 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a620baa182a2613 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a620baa182a2613 .preview-box img {
  width: 100%;
}
#a620baa182a2613 .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;
}
#a620baa182a2613 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a620baa182a2613 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a620baa182a2613 .thumb-box {
  width: 100%;
  position: relative;
}
#a620baa182a2613 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a620baa182a2613 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a620baa182a2613 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a620baa182a2613 .thumb-list {
  overflow: hidden;
}
#a620baa182a2613 .thumb-list ul {
  width: 100000px;
}
#a620baa182a2613 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a620baa182a2613 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a620baa182a2613 .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;
}
#a620baa182a2613 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a620baa182a2613 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a620baa182a2613 .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;
}
#a620baa182a2613 .zoom-box img {
  max-width: initial;
}
#a620baa182a2613 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a620baa182a2613 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a620baa182a2613 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a620baa182a2613 .goods-intro .price span {
  line-height: 30px;
}
#a620baa182a2613 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a620baa182a2613 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a620baa182a2613 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a620baa182a2613 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a620baa182a2613 .line-through {
  text-decoration: line-through;
}
#a620baa182a2613 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a620baa182a2613 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a620baa182a2613 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a620baa182a2613 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a620baa182a2613 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a620baa182a2613 .number .name {
  line-height: 30px;
  width: 54px;
}
#a620baa182a2613 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a620baa182a2613 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a620baa182a2613 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a620baa182a2613 .select-num i {
  line-height: 30px;
}
#a620baa182a2613 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a620baa182a2613 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a620baa182a2613 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a620baa182a2613 .buttons {
  margin: 30px 0 0 12px;
}
#a620baa182a2613 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a620baa182a2613 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a620baa182a2613 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a620baa182a2613 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a620baa182a2613 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a620baa182a2613 .hot-list .img-wrap {
  display: block;
}
#a620baa182a2613 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a620baa182a2613 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a620baa182a2613 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a620baa182a2613 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a620baa182a2613 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a620baa182a2613 ::-webkit-scrollbar {
  display: none;
}
#a620baa182a2613 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a620baa182a2613 .left .detail-nav-tab .item.uk-active,
#a620baa182a2613 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a620baa182a2613 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a620baa182a2613 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a620baa182a2613 .hot-list .item:last-child {
  border-bottom: none;
}
#a620baa182a2613 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a620baa182a2613 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a620baa182a2613 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a620baa182a2613 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a620baa182a2613 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a620baa182a2613 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a620baa182a2613 .right {
    width: 100%;
  }
  #a620baa182a2613 .preview-box img {
    height: 340px;
  }
  #a620baa182a2613 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a620baa182a2613 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a620baa182a2613 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa66ea0489ae563 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aa66ea0489ae563 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aa66ea0489ae563 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#aa66ea0489ae563 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a3149a3a86ac53c .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa66ea0489ae563 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#aa66ea0489ae563 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#aa66ea0489ae563 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a3149a3a86ac53c [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a3b42a16c2aba61 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2d22aec57a4ea2 .detail-content .goods-params div {
  margin: 4px 0;
}
#a2d22aec57a4ea2 .desc {
  white-space: pre-wrap;
}
#a2d22aec57a4ea2 .video-box,
#a2d22aec57a4ea2 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a2d22aec57a4ea2 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a2d22aec57a4ea2 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a2d22aec57a4ea2 .preview-box img {
  width: 100%;
}
#a2d22aec57a4ea2 .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;
}
#a2d22aec57a4ea2 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a2d22aec57a4ea2 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a2d22aec57a4ea2 .thumb-box {
  width: 100%;
  position: relative;
}
#a2d22aec57a4ea2 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a2d22aec57a4ea2 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a2d22aec57a4ea2 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a2d22aec57a4ea2 .thumb-list {
  overflow: hidden;
}
#a2d22aec57a4ea2 .thumb-list ul {
  width: 100000px;
}
#a2d22aec57a4ea2 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a2d22aec57a4ea2 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a2d22aec57a4ea2 .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;
}
#a2d22aec57a4ea2 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a2d22aec57a4ea2 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a2d22aec57a4ea2 .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;
}
#a2d22aec57a4ea2 .zoom-box img {
  max-width: initial;
}
#a2d22aec57a4ea2 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a2d22aec57a4ea2 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a2d22aec57a4ea2 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a2d22aec57a4ea2 .goods-intro .price span {
  line-height: 30px;
}
#a2d22aec57a4ea2 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a2d22aec57a4ea2 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a2d22aec57a4ea2 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a2d22aec57a4ea2 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a2d22aec57a4ea2 .line-through {
  text-decoration: line-through;
}
#a2d22aec57a4ea2 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a2d22aec57a4ea2 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a2d22aec57a4ea2 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a2d22aec57a4ea2 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a2d22aec57a4ea2 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a2d22aec57a4ea2 .number .name {
  line-height: 30px;
  width: 54px;
}
#a2d22aec57a4ea2 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a2d22aec57a4ea2 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a2d22aec57a4ea2 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a2d22aec57a4ea2 .select-num i {
  line-height: 30px;
}
#a2d22aec57a4ea2 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a2d22aec57a4ea2 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a2d22aec57a4ea2 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a2d22aec57a4ea2 .buttons {
  margin: 30px 0 0 12px;
}
#a2d22aec57a4ea2 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a2d22aec57a4ea2 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a2d22aec57a4ea2 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a2d22aec57a4ea2 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a2d22aec57a4ea2 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a2d22aec57a4ea2 .hot-list .img-wrap {
  display: block;
}
#a2d22aec57a4ea2 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a2d22aec57a4ea2 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a2d22aec57a4ea2 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a2d22aec57a4ea2 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a2d22aec57a4ea2 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a2d22aec57a4ea2 ::-webkit-scrollbar {
  display: none;
}
#a2d22aec57a4ea2 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a2d22aec57a4ea2 .left .detail-nav-tab .item.uk-active,
#a2d22aec57a4ea2 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a2d22aec57a4ea2 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a2d22aec57a4ea2 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a2d22aec57a4ea2 .hot-list .item:last-child {
  border-bottom: none;
}
#a2d22aec57a4ea2 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a2d22aec57a4ea2 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a2d22aec57a4ea2 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a2d22aec57a4ea2 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a2d22aec57a4ea2 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a2d22aec57a4ea2 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a2d22aec57a4ea2 .right {
    width: 100%;
  }
  #a2d22aec57a4ea2 .preview-box img {
    height: 340px;
  }
  #a2d22aec57a4ea2 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a2d22aec57a4ea2 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a2d22aec57a4ea2 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad8cea5eefa151d .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ad8cea5eefa151d .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ad8cea5eefa151d .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ad8cea5eefa151d .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#aae9badc45a34f2 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1c29a121eabdd4 a, #a1c29a121eabdd4 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#ad8cea5eefa151d [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ad8cea5eefa151d [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ad8cea5eefa151d [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#aae9badc45a34f2 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad83fa2440a7040 .detail-content .goods-params div {
  margin: 4px 0;
}
#ad83fa2440a7040 .desc {
  white-space: pre-wrap;
}
#ad83fa2440a7040 .video-box,
#ad83fa2440a7040 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ad83fa2440a7040 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ad83fa2440a7040 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ad83fa2440a7040 .preview-box img {
  width: 100%;
}
#ad83fa2440a7040 .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;
}
#ad83fa2440a7040 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ad83fa2440a7040 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ad83fa2440a7040 .thumb-box {
  width: 100%;
  position: relative;
}
#ad83fa2440a7040 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ad83fa2440a7040 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ad83fa2440a7040 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ad83fa2440a7040 .thumb-list {
  overflow: hidden;
}
#ad83fa2440a7040 .thumb-list ul {
  width: 100000px;
}
#ad83fa2440a7040 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ad83fa2440a7040 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ad83fa2440a7040 .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;
}
#ad83fa2440a7040 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ad83fa2440a7040 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ad83fa2440a7040 .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;
}
#ad83fa2440a7040 .zoom-box img {
  max-width: initial;
}
#ad83fa2440a7040 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ad83fa2440a7040 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ad83fa2440a7040 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ad83fa2440a7040 .goods-intro .price span {
  line-height: 30px;
}
#ad83fa2440a7040 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ad83fa2440a7040 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad83fa2440a7040 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ad83fa2440a7040 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ad83fa2440a7040 .line-through {
  text-decoration: line-through;
}
#ad83fa2440a7040 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ad83fa2440a7040 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ad83fa2440a7040 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ad83fa2440a7040 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ad83fa2440a7040 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ad83fa2440a7040 .number .name {
  line-height: 30px;
  width: 54px;
}
#ad83fa2440a7040 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ad83fa2440a7040 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ad83fa2440a7040 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ad83fa2440a7040 .select-num i {
  line-height: 30px;
}
#ad83fa2440a7040 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ad83fa2440a7040 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ad83fa2440a7040 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ad83fa2440a7040 .buttons {
  margin: 30px 0 0 12px;
}
#ad83fa2440a7040 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ad83fa2440a7040 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ad83fa2440a7040 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ad83fa2440a7040 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ad83fa2440a7040 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ad83fa2440a7040 .hot-list .img-wrap {
  display: block;
}
#ad83fa2440a7040 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ad83fa2440a7040 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ad83fa2440a7040 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ad83fa2440a7040 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ad83fa2440a7040 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ad83fa2440a7040 ::-webkit-scrollbar {
  display: none;
}
#ad83fa2440a7040 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ad83fa2440a7040 .left .detail-nav-tab .item.uk-active,
#ad83fa2440a7040 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ad83fa2440a7040 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ad83fa2440a7040 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ad83fa2440a7040 .hot-list .item:last-child {
  border-bottom: none;
}
#ad83fa2440a7040 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ad83fa2440a7040 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ad83fa2440a7040 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad83fa2440a7040 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ad83fa2440a7040 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ad83fa2440a7040 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ad83fa2440a7040 .right {
    width: 100%;
  }
  #ad83fa2440a7040 .preview-box img {
    height: 340px;
  }
  #ad83fa2440a7040 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ad83fa2440a7040 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ad83fa2440a7040 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa124a46adab496 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aa124a46adab496 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aa124a46adab496 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#aa124a46adab496 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2a82ac64da10f1 a, #a2a82ac64da10f1 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#aa124a46adab496 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#aa124a46adab496 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#aa124a46adab496 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a8757a5757a40d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aafa2a7543a0e9f .detail-content .goods-params div {
  margin: 4px 0;
}
#aafa2a7543a0e9f .desc {
  white-space: pre-wrap;
}
#aafa2a7543a0e9f .video-box,
#aafa2a7543a0e9f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aafa2a7543a0e9f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aafa2a7543a0e9f .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aafa2a7543a0e9f .preview-box img {
  width: 100%;
}
#aafa2a7543a0e9f .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;
}
#aafa2a7543a0e9f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aafa2a7543a0e9f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aafa2a7543a0e9f .thumb-box {
  width: 100%;
  position: relative;
}
#aafa2a7543a0e9f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aafa2a7543a0e9f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aafa2a7543a0e9f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aafa2a7543a0e9f .thumb-list {
  overflow: hidden;
}
#aafa2a7543a0e9f .thumb-list ul {
  width: 100000px;
}
#aafa2a7543a0e9f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aafa2a7543a0e9f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aafa2a7543a0e9f .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;
}
#aafa2a7543a0e9f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aafa2a7543a0e9f .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#aafa2a7543a0e9f .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;
}
#aafa2a7543a0e9f .zoom-box img {
  max-width: initial;
}
#aafa2a7543a0e9f .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aafa2a7543a0e9f .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aafa2a7543a0e9f .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#aafa2a7543a0e9f .goods-intro .price span {
  line-height: 30px;
}
#aafa2a7543a0e9f .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aafa2a7543a0e9f .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aafa2a7543a0e9f .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#aafa2a7543a0e9f .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aafa2a7543a0e9f .line-through {
  text-decoration: line-through;
}
#aafa2a7543a0e9f .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aafa2a7543a0e9f .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aafa2a7543a0e9f .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aafa2a7543a0e9f .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aafa2a7543a0e9f .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aafa2a7543a0e9f .number .name {
  line-height: 30px;
  width: 54px;
}
#aafa2a7543a0e9f .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aafa2a7543a0e9f .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aafa2a7543a0e9f .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aafa2a7543a0e9f .select-num i {
  line-height: 30px;
}
#aafa2a7543a0e9f .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aafa2a7543a0e9f .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aafa2a7543a0e9f .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aafa2a7543a0e9f .buttons {
  margin: 30px 0 0 12px;
}
#aafa2a7543a0e9f .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#aafa2a7543a0e9f .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aafa2a7543a0e9f .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aafa2a7543a0e9f .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aafa2a7543a0e9f .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aafa2a7543a0e9f .hot-list .img-wrap {
  display: block;
}
#aafa2a7543a0e9f .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aafa2a7543a0e9f .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aafa2a7543a0e9f .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aafa2a7543a0e9f .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#aafa2a7543a0e9f .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#aafa2a7543a0e9f ::-webkit-scrollbar {
  display: none;
}
#aafa2a7543a0e9f .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aafa2a7543a0e9f .left .detail-nav-tab .item.uk-active,
#aafa2a7543a0e9f .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aafa2a7543a0e9f .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#aafa2a7543a0e9f .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aafa2a7543a0e9f .hot-list .item:last-child {
  border-bottom: none;
}
#aafa2a7543a0e9f .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#aafa2a7543a0e9f .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#aafa2a7543a0e9f .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aafa2a7543a0e9f .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aafa2a7543a0e9f .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aafa2a7543a0e9f .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aafa2a7543a0e9f .right {
    width: 100%;
  }
  #aafa2a7543a0e9f .preview-box img {
    height: 340px;
  }
  #aafa2a7543a0e9f .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aafa2a7543a0e9f .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aafa2a7543a0e9f .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ae711aab39ab7bc .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ae711aab39ab7bc .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ae711aab39ab7bc .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ae711aab39ab7bc .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#ac466a2c78abee9 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa15aafbf9a3f52 a, #aa15aafbf9a3f52 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#ae711aab39ab7bc [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ae711aab39ab7bc [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ae711aab39ab7bc [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#ac466a2c78abee9 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a571aae5cfab7d7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab5caa9e84a2980 .detail-content .goods-params div {
  margin: 4px 0;
}
#ab5caa9e84a2980 .desc {
  white-space: pre-wrap;
}
#ab5caa9e84a2980 .video-box,
#ab5caa9e84a2980 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab5caa9e84a2980 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab5caa9e84a2980 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab5caa9e84a2980 .preview-box img {
  width: 100%;
}
#ab5caa9e84a2980 .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;
}
#ab5caa9e84a2980 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab5caa9e84a2980 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab5caa9e84a2980 .thumb-box {
  width: 100%;
  position: relative;
}
#ab5caa9e84a2980 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab5caa9e84a2980 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab5caa9e84a2980 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab5caa9e84a2980 .thumb-list {
  overflow: hidden;
}
#ab5caa9e84a2980 .thumb-list ul {
  width: 100000px;
}
#ab5caa9e84a2980 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab5caa9e84a2980 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab5caa9e84a2980 .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;
}
#ab5caa9e84a2980 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab5caa9e84a2980 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ab5caa9e84a2980 .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;
}
#ab5caa9e84a2980 .zoom-box img {
  max-width: initial;
}
#ab5caa9e84a2980 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab5caa9e84a2980 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab5caa9e84a2980 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab5caa9e84a2980 .goods-intro .price span {
  line-height: 30px;
}
#ab5caa9e84a2980 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab5caa9e84a2980 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab5caa9e84a2980 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ab5caa9e84a2980 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab5caa9e84a2980 .line-through {
  text-decoration: line-through;
}
#ab5caa9e84a2980 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab5caa9e84a2980 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab5caa9e84a2980 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab5caa9e84a2980 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab5caa9e84a2980 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab5caa9e84a2980 .number .name {
  line-height: 30px;
  width: 54px;
}
#ab5caa9e84a2980 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab5caa9e84a2980 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab5caa9e84a2980 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab5caa9e84a2980 .select-num i {
  line-height: 30px;
}
#ab5caa9e84a2980 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab5caa9e84a2980 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab5caa9e84a2980 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab5caa9e84a2980 .buttons {
  margin: 30px 0 0 12px;
}
#ab5caa9e84a2980 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ab5caa9e84a2980 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab5caa9e84a2980 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab5caa9e84a2980 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab5caa9e84a2980 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab5caa9e84a2980 .hot-list .img-wrap {
  display: block;
}
#ab5caa9e84a2980 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab5caa9e84a2980 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab5caa9e84a2980 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab5caa9e84a2980 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab5caa9e84a2980 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab5caa9e84a2980 ::-webkit-scrollbar {
  display: none;
}
#ab5caa9e84a2980 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab5caa9e84a2980 .left .detail-nav-tab .item.uk-active,
#ab5caa9e84a2980 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab5caa9e84a2980 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ab5caa9e84a2980 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab5caa9e84a2980 .hot-list .item:last-child {
  border-bottom: none;
}
#ab5caa9e84a2980 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab5caa9e84a2980 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ab5caa9e84a2980 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab5caa9e84a2980 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab5caa9e84a2980 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab5caa9e84a2980 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab5caa9e84a2980 .right {
    width: 100%;
  }
  #ab5caa9e84a2980 .preview-box img {
    height: 340px;
  }
  #ab5caa9e84a2980 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab5caa9e84a2980 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab5caa9e84a2980 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aeb57a29bfa7446 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aeb57a29bfa7446 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aeb57a29bfa7446 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#aeb57a29bfa7446 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c90a1afda3f8f .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a164faa8a5a8f26 a, #a164faa8a5a8f26 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#aeb57a29bfa7446 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#aeb57a29bfa7446 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#aeb57a29bfa7446 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c90a1afda3f8f [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a413faa47fa0719 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab051a1601a0eec .detail-content .goods-params div {
  margin: 4px 0;
}
#ab051a1601a0eec .desc {
  white-space: pre-wrap;
}
#ab051a1601a0eec .video-box,
#ab051a1601a0eec .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab051a1601a0eec .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab051a1601a0eec .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab051a1601a0eec .preview-box img {
  width: 100%;
}
#ab051a1601a0eec .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;
}
#ab051a1601a0eec .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab051a1601a0eec .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab051a1601a0eec .thumb-box {
  width: 100%;
  position: relative;
}
#ab051a1601a0eec .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab051a1601a0eec .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab051a1601a0eec .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab051a1601a0eec .thumb-list {
  overflow: hidden;
}
#ab051a1601a0eec .thumb-list ul {
  width: 100000px;
}
#ab051a1601a0eec .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab051a1601a0eec .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab051a1601a0eec .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;
}
#ab051a1601a0eec .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab051a1601a0eec .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ab051a1601a0eec .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;
}
#ab051a1601a0eec .zoom-box img {
  max-width: initial;
}
#ab051a1601a0eec .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab051a1601a0eec .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab051a1601a0eec .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab051a1601a0eec .goods-intro .price span {
  line-height: 30px;
}
#ab051a1601a0eec .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab051a1601a0eec .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab051a1601a0eec .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ab051a1601a0eec .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab051a1601a0eec .line-through {
  text-decoration: line-through;
}
#ab051a1601a0eec .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab051a1601a0eec .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab051a1601a0eec .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab051a1601a0eec .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab051a1601a0eec .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab051a1601a0eec .number .name {
  line-height: 30px;
  width: 54px;
}
#ab051a1601a0eec .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab051a1601a0eec .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab051a1601a0eec .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab051a1601a0eec .select-num i {
  line-height: 30px;
}
#ab051a1601a0eec .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab051a1601a0eec .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab051a1601a0eec .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab051a1601a0eec .buttons {
  margin: 30px 0 0 12px;
}
#ab051a1601a0eec .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ab051a1601a0eec .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab051a1601a0eec .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab051a1601a0eec .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab051a1601a0eec .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab051a1601a0eec .hot-list .img-wrap {
  display: block;
}
#ab051a1601a0eec .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab051a1601a0eec .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab051a1601a0eec .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab051a1601a0eec .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab051a1601a0eec .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab051a1601a0eec ::-webkit-scrollbar {
  display: none;
}
#ab051a1601a0eec .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab051a1601a0eec .left .detail-nav-tab .item.uk-active,
#ab051a1601a0eec .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab051a1601a0eec .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ab051a1601a0eec .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab051a1601a0eec .hot-list .item:last-child {
  border-bottom: none;
}
#ab051a1601a0eec .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab051a1601a0eec .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ab051a1601a0eec .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab051a1601a0eec .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab051a1601a0eec .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab051a1601a0eec .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab051a1601a0eec .right {
    width: 100%;
  }
  #ab051a1601a0eec .preview-box img {
    height: 340px;
  }
  #ab051a1601a0eec .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab051a1601a0eec .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab051a1601a0eec .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#af343ae208ad0f5 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#af343ae208ad0f5 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#af343ae208ad0f5 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#af343ae208ad0f5 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a8b7eace2da7600 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af76fa048da699e a, #af76fa048da699e {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#af343ae208ad0f5 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#af343ae208ad0f5 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#af343ae208ad0f5 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a8b7eace2da7600 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a1515a1752ad872 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad54fa8f4fa83af .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ad54fa8f4fa83af .sidebar {
    width: 100%;
  }
}
#ad54fa8f4fa83af .accordion-menu,
#ad54fa8f4fa83af .accordion-menu ul ul.submenu,
#ad54fa8f4fa83af .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad54fa8f4fa83af .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ad54fa8f4fa83af .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#ad54fa8f4fa83af .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ad54fa8f4fa83af .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#ad54fa8f4fa83af .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ad54fa8f4fa83af .contact {
  color: #fff;
}
#ad54fa8f4fa83af .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ad54fa8f4fa83af .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ad54fa8f4fa83af .hot-list a {
  color: #777;
}
#ad54fa8f4fa83af .hot-list a:hover {
  color: #0f6ecd;
}
#ad54fa8f4fa83af .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ad54fa8f4fa83af .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad54fa8f4fa83af .hot-item:hover a {
  color: #0f6ecd;
}
#ad54fa8f4fa83af .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad54fa8f4fa83af .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#ad54fa8f4fa83af .content-header {
  padding-bottom: 10px;
}
#a7680ad7dfaa4f4 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a7680ad7dfaa4f4 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a7680ad7dfaa4f4 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a7680ad7dfaa4f4 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a5b35a5819aca38 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ad54fa8f4fa83af [data-item*=".abstract"], #ad54fa8f4fa83af [data-item*=".abstract"] a {show: true;}#ad54fa8f4fa83af [data-item*=".subTitle"], #ad54fa8f4fa83af [data-item*=".subTitle"] a {show: true;}#ad54fa8f4fa83af [data-item*=".category"], #ad54fa8f4fa83af [data-item*=".category"] a {show: true;}#a7680ad7dfaa4f4 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a7680ad7dfaa4f4 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a7680ad7dfaa4f4 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a5b35a5819aca38 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ab822a5396acc14 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0d54a9d0ba2b6d .detail-content .goods-params div {
  margin: 4px 0;
}
#a0d54a9d0ba2b6d .desc {
  white-space: pre-wrap;
}
#a0d54a9d0ba2b6d .video-box,
#a0d54a9d0ba2b6d .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a0d54a9d0ba2b6d .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a0d54a9d0ba2b6d .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a0d54a9d0ba2b6d .preview-box img {
  width: 100%;
}
#a0d54a9d0ba2b6d .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;
}
#a0d54a9d0ba2b6d .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a0d54a9d0ba2b6d .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a0d54a9d0ba2b6d .thumb-box {
  width: 100%;
  position: relative;
}
#a0d54a9d0ba2b6d .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a0d54a9d0ba2b6d .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a0d54a9d0ba2b6d .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a0d54a9d0ba2b6d .thumb-list {
  overflow: hidden;
}
#a0d54a9d0ba2b6d .thumb-list ul {
  width: 100000px;
}
#a0d54a9d0ba2b6d .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a0d54a9d0ba2b6d .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a0d54a9d0ba2b6d .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;
}
#a0d54a9d0ba2b6d .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a0d54a9d0ba2b6d .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a0d54a9d0ba2b6d .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;
}
#a0d54a9d0ba2b6d .zoom-box img {
  max-width: initial;
}
#a0d54a9d0ba2b6d .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a0d54a9d0ba2b6d .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a0d54a9d0ba2b6d .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a0d54a9d0ba2b6d .goods-intro .price span {
  line-height: 30px;
}
#a0d54a9d0ba2b6d .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a0d54a9d0ba2b6d .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0d54a9d0ba2b6d .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a0d54a9d0ba2b6d .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a0d54a9d0ba2b6d .line-through {
  text-decoration: line-through;
}
#a0d54a9d0ba2b6d .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a0d54a9d0ba2b6d .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a0d54a9d0ba2b6d .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a0d54a9d0ba2b6d .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a0d54a9d0ba2b6d .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a0d54a9d0ba2b6d .number .name {
  line-height: 30px;
  width: 54px;
}
#a0d54a9d0ba2b6d .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a0d54a9d0ba2b6d .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a0d54a9d0ba2b6d .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a0d54a9d0ba2b6d .select-num i {
  line-height: 30px;
}
#a0d54a9d0ba2b6d .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a0d54a9d0ba2b6d .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a0d54a9d0ba2b6d .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a0d54a9d0ba2b6d .buttons {
  margin: 30px 0 0 12px;
}
#a0d54a9d0ba2b6d .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a0d54a9d0ba2b6d .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a0d54a9d0ba2b6d .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a0d54a9d0ba2b6d .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a0d54a9d0ba2b6d .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a0d54a9d0ba2b6d .hot-list .img-wrap {
  display: block;
}
#a0d54a9d0ba2b6d .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a0d54a9d0ba2b6d .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a0d54a9d0ba2b6d .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a0d54a9d0ba2b6d .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a0d54a9d0ba2b6d .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a0d54a9d0ba2b6d ::-webkit-scrollbar {
  display: none;
}
#a0d54a9d0ba2b6d .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a0d54a9d0ba2b6d .left .detail-nav-tab .item.uk-active,
#a0d54a9d0ba2b6d .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a0d54a9d0ba2b6d .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a0d54a9d0ba2b6d .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a0d54a9d0ba2b6d .hot-list .item:last-child {
  border-bottom: none;
}
#a0d54a9d0ba2b6d .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a0d54a9d0ba2b6d .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a0d54a9d0ba2b6d .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0d54a9d0ba2b6d .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a0d54a9d0ba2b6d .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a0d54a9d0ba2b6d .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a0d54a9d0ba2b6d .right {
    width: 100%;
  }
  #a0d54a9d0ba2b6d .preview-box img {
    height: 340px;
  }
  #a0d54a9d0ba2b6d .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a0d54a9d0ba2b6d .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a0d54a9d0ba2b6d .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ab567a5d5da833d .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ab567a5d5da833d .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ab567a5d5da833d .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ab567a5d5da833d .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a0c93aeaffad533 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a98a3a0511af5a8 a, #a98a3a0511af5a8 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#ab567a5d5da833d [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ab567a5d5da833d [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ab567a5d5da833d [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a0c93aeaffad533 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a66c8a872aaa0e3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0519a0d01ad123 .detail-content .goods-params div {
  margin: 4px 0;
}
#a0519a0d01ad123 .desc {
  white-space: pre-wrap;
}
#a0519a0d01ad123 .video-box,
#a0519a0d01ad123 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a0519a0d01ad123 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a0519a0d01ad123 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a0519a0d01ad123 .preview-box img {
  width: 100%;
}
#a0519a0d01ad123 .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;
}
#a0519a0d01ad123 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a0519a0d01ad123 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a0519a0d01ad123 .thumb-box {
  width: 100%;
  position: relative;
}
#a0519a0d01ad123 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a0519a0d01ad123 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a0519a0d01ad123 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a0519a0d01ad123 .thumb-list {
  overflow: hidden;
}
#a0519a0d01ad123 .thumb-list ul {
  width: 100000px;
}
#a0519a0d01ad123 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a0519a0d01ad123 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a0519a0d01ad123 .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;
}
#a0519a0d01ad123 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a0519a0d01ad123 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a0519a0d01ad123 .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;
}
#a0519a0d01ad123 .zoom-box img {
  max-width: initial;
}
#a0519a0d01ad123 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a0519a0d01ad123 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a0519a0d01ad123 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a0519a0d01ad123 .goods-intro .price span {
  line-height: 30px;
}
#a0519a0d01ad123 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a0519a0d01ad123 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0519a0d01ad123 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a0519a0d01ad123 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a0519a0d01ad123 .line-through {
  text-decoration: line-through;
}
#a0519a0d01ad123 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a0519a0d01ad123 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a0519a0d01ad123 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a0519a0d01ad123 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a0519a0d01ad123 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a0519a0d01ad123 .number .name {
  line-height: 30px;
  width: 54px;
}
#a0519a0d01ad123 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a0519a0d01ad123 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a0519a0d01ad123 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a0519a0d01ad123 .select-num i {
  line-height: 30px;
}
#a0519a0d01ad123 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a0519a0d01ad123 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a0519a0d01ad123 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a0519a0d01ad123 .buttons {
  margin: 30px 0 0 12px;
}
#a0519a0d01ad123 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a0519a0d01ad123 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a0519a0d01ad123 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a0519a0d01ad123 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a0519a0d01ad123 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a0519a0d01ad123 .hot-list .img-wrap {
  display: block;
}
#a0519a0d01ad123 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a0519a0d01ad123 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a0519a0d01ad123 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a0519a0d01ad123 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a0519a0d01ad123 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a0519a0d01ad123 ::-webkit-scrollbar {
  display: none;
}
#a0519a0d01ad123 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a0519a0d01ad123 .left .detail-nav-tab .item.uk-active,
#a0519a0d01ad123 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a0519a0d01ad123 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a0519a0d01ad123 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a0519a0d01ad123 .hot-list .item:last-child {
  border-bottom: none;
}
#a0519a0d01ad123 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a0519a0d01ad123 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a0519a0d01ad123 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0519a0d01ad123 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a0519a0d01ad123 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a0519a0d01ad123 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a0519a0d01ad123 .right {
    width: 100%;
  }
  #a0519a0d01ad123 .preview-box img {
    height: 340px;
  }
  #a0519a0d01ad123 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a0519a0d01ad123 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a0519a0d01ad123 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a515fab918af5f0 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a515fab918af5f0 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a515fab918af5f0 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a515fab918af5f0 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a3a95a18a5a0dc2 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#abba1ac52fa1e50 a, #abba1ac52fa1e50 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#a515fab918af5f0 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a515fab918af5f0 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a515fab918af5f0 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a3a95a18a5a0dc2 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a025dac026a0b1b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aba0ca609caa17e .detail-content .goods-params div {
  margin: 4px 0;
}
#aba0ca609caa17e .desc {
  white-space: pre-wrap;
}
#aba0ca609caa17e .video-box,
#aba0ca609caa17e .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aba0ca609caa17e .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aba0ca609caa17e .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aba0ca609caa17e .preview-box img {
  width: 100%;
}
#aba0ca609caa17e .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;
}
#aba0ca609caa17e .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aba0ca609caa17e .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aba0ca609caa17e .thumb-box {
  width: 100%;
  position: relative;
}
#aba0ca609caa17e .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aba0ca609caa17e .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aba0ca609caa17e .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aba0ca609caa17e .thumb-list {
  overflow: hidden;
}
#aba0ca609caa17e .thumb-list ul {
  width: 100000px;
}
#aba0ca609caa17e .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aba0ca609caa17e .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aba0ca609caa17e .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;
}
#aba0ca609caa17e .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aba0ca609caa17e .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#aba0ca609caa17e .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;
}
#aba0ca609caa17e .zoom-box img {
  max-width: initial;
}
#aba0ca609caa17e .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aba0ca609caa17e .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aba0ca609caa17e .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#aba0ca609caa17e .goods-intro .price span {
  line-height: 30px;
}
#aba0ca609caa17e .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aba0ca609caa17e .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aba0ca609caa17e .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#aba0ca609caa17e .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aba0ca609caa17e .line-through {
  text-decoration: line-through;
}
#aba0ca609caa17e .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aba0ca609caa17e .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aba0ca609caa17e .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aba0ca609caa17e .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aba0ca609caa17e .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aba0ca609caa17e .number .name {
  line-height: 30px;
  width: 54px;
}
#aba0ca609caa17e .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aba0ca609caa17e .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aba0ca609caa17e .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aba0ca609caa17e .select-num i {
  line-height: 30px;
}
#aba0ca609caa17e .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aba0ca609caa17e .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aba0ca609caa17e .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aba0ca609caa17e .buttons {
  margin: 30px 0 0 12px;
}
#aba0ca609caa17e .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#aba0ca609caa17e .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aba0ca609caa17e .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aba0ca609caa17e .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aba0ca609caa17e .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aba0ca609caa17e .hot-list .img-wrap {
  display: block;
}
#aba0ca609caa17e .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aba0ca609caa17e .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aba0ca609caa17e .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aba0ca609caa17e .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#aba0ca609caa17e .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#aba0ca609caa17e ::-webkit-scrollbar {
  display: none;
}
#aba0ca609caa17e .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aba0ca609caa17e .left .detail-nav-tab .item.uk-active,
#aba0ca609caa17e .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aba0ca609caa17e .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#aba0ca609caa17e .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aba0ca609caa17e .hot-list .item:last-child {
  border-bottom: none;
}
#aba0ca609caa17e .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#aba0ca609caa17e .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#aba0ca609caa17e .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aba0ca609caa17e .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aba0ca609caa17e .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aba0ca609caa17e .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aba0ca609caa17e .right {
    width: 100%;
  }
  #aba0ca609caa17e .preview-box img {
    height: 340px;
  }
  #aba0ca609caa17e .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aba0ca609caa17e .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aba0ca609caa17e .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ae4e9af8cfa49e2 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ae4e9af8cfa49e2 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ae4e9af8cfa49e2 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ae4e9af8cfa49e2 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a702daf3e2a3dc8 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a67f6ab229abc8d a, #a67f6ab229abc8d {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#ae4e9af8cfa49e2 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ae4e9af8cfa49e2 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ae4e9af8cfa49e2 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a702daf3e2a3dc8 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#af331adb29af0b0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7ca4a20c3a9ff8 .detail-content .goods-params div {
  margin: 4px 0;
}
#a7ca4a20c3a9ff8 .desc {
  white-space: pre-wrap;
}
#a7ca4a20c3a9ff8 .video-box,
#a7ca4a20c3a9ff8 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a7ca4a20c3a9ff8 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a7ca4a20c3a9ff8 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a7ca4a20c3a9ff8 .preview-box img {
  width: 100%;
}
#a7ca4a20c3a9ff8 .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;
}
#a7ca4a20c3a9ff8 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a7ca4a20c3a9ff8 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a7ca4a20c3a9ff8 .thumb-box {
  width: 100%;
  position: relative;
}
#a7ca4a20c3a9ff8 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a7ca4a20c3a9ff8 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a7ca4a20c3a9ff8 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a7ca4a20c3a9ff8 .thumb-list {
  overflow: hidden;
}
#a7ca4a20c3a9ff8 .thumb-list ul {
  width: 100000px;
}
#a7ca4a20c3a9ff8 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a7ca4a20c3a9ff8 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a7ca4a20c3a9ff8 .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;
}
#a7ca4a20c3a9ff8 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a7ca4a20c3a9ff8 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a7ca4a20c3a9ff8 .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;
}
#a7ca4a20c3a9ff8 .zoom-box img {
  max-width: initial;
}
#a7ca4a20c3a9ff8 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a7ca4a20c3a9ff8 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a7ca4a20c3a9ff8 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a7ca4a20c3a9ff8 .goods-intro .price span {
  line-height: 30px;
}
#a7ca4a20c3a9ff8 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a7ca4a20c3a9ff8 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7ca4a20c3a9ff8 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a7ca4a20c3a9ff8 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a7ca4a20c3a9ff8 .line-through {
  text-decoration: line-through;
}
#a7ca4a20c3a9ff8 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a7ca4a20c3a9ff8 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a7ca4a20c3a9ff8 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a7ca4a20c3a9ff8 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a7ca4a20c3a9ff8 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a7ca4a20c3a9ff8 .number .name {
  line-height: 30px;
  width: 54px;
}
#a7ca4a20c3a9ff8 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a7ca4a20c3a9ff8 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a7ca4a20c3a9ff8 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a7ca4a20c3a9ff8 .select-num i {
  line-height: 30px;
}
#a7ca4a20c3a9ff8 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a7ca4a20c3a9ff8 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a7ca4a20c3a9ff8 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a7ca4a20c3a9ff8 .buttons {
  margin: 30px 0 0 12px;
}
#a7ca4a20c3a9ff8 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a7ca4a20c3a9ff8 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a7ca4a20c3a9ff8 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a7ca4a20c3a9ff8 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a7ca4a20c3a9ff8 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a7ca4a20c3a9ff8 .hot-list .img-wrap {
  display: block;
}
#a7ca4a20c3a9ff8 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a7ca4a20c3a9ff8 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a7ca4a20c3a9ff8 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a7ca4a20c3a9ff8 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a7ca4a20c3a9ff8 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a7ca4a20c3a9ff8 ::-webkit-scrollbar {
  display: none;
}
#a7ca4a20c3a9ff8 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a7ca4a20c3a9ff8 .left .detail-nav-tab .item.uk-active,
#a7ca4a20c3a9ff8 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a7ca4a20c3a9ff8 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a7ca4a20c3a9ff8 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a7ca4a20c3a9ff8 .hot-list .item:last-child {
  border-bottom: none;
}
#a7ca4a20c3a9ff8 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a7ca4a20c3a9ff8 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a7ca4a20c3a9ff8 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7ca4a20c3a9ff8 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a7ca4a20c3a9ff8 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a7ca4a20c3a9ff8 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a7ca4a20c3a9ff8 .right {
    width: 100%;
  }
  #a7ca4a20c3a9ff8 .preview-box img {
    height: 340px;
  }
  #a7ca4a20c3a9ff8 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a7ca4a20c3a9ff8 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a7ca4a20c3a9ff8 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a2b00abdd6ac9c1 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a2b00abdd6ac9c1 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a2b00abdd6ac9c1 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a2b00abdd6ac9c1 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a5c1ba43bfa4ac3 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa8b6a4364a2cfa a, #aa8b6a4364a2cfa {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#a2b00abdd6ac9c1 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a2b00abdd6ac9c1 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a2b00abdd6ac9c1 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a5c1ba43bfa4ac3 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#acf95ae644a81bb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa788a2c32a91ec .detail-content .goods-params div {
  margin: 4px 0;
}
#aa788a2c32a91ec .desc {
  white-space: pre-wrap;
}
#aa788a2c32a91ec .video-box,
#aa788a2c32a91ec .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aa788a2c32a91ec .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aa788a2c32a91ec .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aa788a2c32a91ec .preview-box img {
  width: 100%;
}
#aa788a2c32a91ec .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;
}
#aa788a2c32a91ec .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aa788a2c32a91ec .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aa788a2c32a91ec .thumb-box {
  width: 100%;
  position: relative;
}
#aa788a2c32a91ec .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aa788a2c32a91ec .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aa788a2c32a91ec .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aa788a2c32a91ec .thumb-list {
  overflow: hidden;
}
#aa788a2c32a91ec .thumb-list ul {
  width: 100000px;
}
#aa788a2c32a91ec .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aa788a2c32a91ec .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aa788a2c32a91ec .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;
}
#aa788a2c32a91ec .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aa788a2c32a91ec .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#aa788a2c32a91ec .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;
}
#aa788a2c32a91ec .zoom-box img {
  max-width: initial;
}
#aa788a2c32a91ec .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aa788a2c32a91ec .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aa788a2c32a91ec .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#aa788a2c32a91ec .goods-intro .price span {
  line-height: 30px;
}
#aa788a2c32a91ec .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aa788a2c32a91ec .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aa788a2c32a91ec .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#aa788a2c32a91ec .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aa788a2c32a91ec .line-through {
  text-decoration: line-through;
}
#aa788a2c32a91ec .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aa788a2c32a91ec .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aa788a2c32a91ec .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aa788a2c32a91ec .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aa788a2c32a91ec .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aa788a2c32a91ec .number .name {
  line-height: 30px;
  width: 54px;
}
#aa788a2c32a91ec .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aa788a2c32a91ec .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aa788a2c32a91ec .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aa788a2c32a91ec .select-num i {
  line-height: 30px;
}
#aa788a2c32a91ec .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aa788a2c32a91ec .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aa788a2c32a91ec .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aa788a2c32a91ec .buttons {
  margin: 30px 0 0 12px;
}
#aa788a2c32a91ec .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#aa788a2c32a91ec .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aa788a2c32a91ec .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aa788a2c32a91ec .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aa788a2c32a91ec .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aa788a2c32a91ec .hot-list .img-wrap {
  display: block;
}
#aa788a2c32a91ec .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aa788a2c32a91ec .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aa788a2c32a91ec .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aa788a2c32a91ec .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#aa788a2c32a91ec .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#aa788a2c32a91ec ::-webkit-scrollbar {
  display: none;
}
#aa788a2c32a91ec .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aa788a2c32a91ec .left .detail-nav-tab .item.uk-active,
#aa788a2c32a91ec .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aa788a2c32a91ec .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#aa788a2c32a91ec .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aa788a2c32a91ec .hot-list .item:last-child {
  border-bottom: none;
}
#aa788a2c32a91ec .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#aa788a2c32a91ec .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#aa788a2c32a91ec .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aa788a2c32a91ec .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aa788a2c32a91ec .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aa788a2c32a91ec .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aa788a2c32a91ec .right {
    width: 100%;
  }
  #aa788a2c32a91ec .preview-box img {
    height: 340px;
  }
  #aa788a2c32a91ec .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aa788a2c32a91ec .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aa788a2c32a91ec .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#afa25a6a91a3d3e .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#afa25a6a91a3d3e .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#afa25a6a91a3d3e .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#afa25a6a91a3d3e .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#add8fa9f5cab7f4 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a99dfac6eca494a a, #a99dfac6eca494a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#afa25a6a91a3d3e [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#afa25a6a91a3d3e [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#afa25a6a91a3d3e [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#add8fa9f5cab7f4 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaacfac0b2a75b8 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aaacfac0b2a75b8 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #aaacfac0b2a75b8 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#aaacfac0b2a75b8 .data-list .uk-card {
  cursor: pointer !important;
}
#aaacfac0b2a75b8 .data-list .uk-card img {
  max-height: 300px;
}
#aaacfac0b2a75b8 .data-list .uk-card:hover {
  background: #fafafa;
}
#aaacfac0b2a75b8 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#aaacfac0b2a75b8 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#aaacfac0b2a75b8 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#aaacfac0b2a75b8 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#aaacfac0b2a75b8 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aaacfac0b2a75b8 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aaacfac0b2a75b8 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#aaacfac0b2a75b8 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#aaacfac0b2a75b8 .uk-card .category:hover {
  background: #4a90e2;
}
#aaacfac0b2a75b8 .accordion-menu {
  width: 100%;
}
#aaacfac0b2a75b8 .accordion-menu ul ul.submenu,
#aaacfac0b2a75b8 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aaacfac0b2a75b8 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#aaacfac0b2a75b8 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#aaacfac0b2a75b8 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#aaacfac0b2a75b8 .accordion-menu .menu-item.active > a {
  background: #4a90e2;
  color: #fff;
}
#aaacfac0b2a75b8 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#aaacfac0b2a75b8 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#aaacfac0b2a75b8 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aaacfac0b2a75b8 .hot-list,
#aaacfac0b2a75b8 .new-list {
  padding: 12px;
}
#aaacfac0b2a75b8 .new-list a:hover,
#aaacfac0b2a75b8 .hot-list a:hover {
  color: #0f6ecd;
}
#aaacfac0b2a75b8 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aaacfac0b2a75b8 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aaacfac0b2a75b8 .hot-item:hover a {
  color: #0f6ecd;
}
#aaacfac0b2a75b8 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aaacfac0b2a75b8 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#aaacfac0b2a75b8 .content-header {
  padding-bottom: 10px;
}
#aaacfac0b2a75b8 .item-title {
  color: #333;
}
#aaacfac0b2a75b8 input::placeholder {
  color: #999;
}
#aaacfac0b2a75b8 .datetime {
  color: #999;
}
#aaacfac0b2a75b8 .new-item a {
  padding-left: 25px;
}
#aaacfac0b2a75b8 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ae4e5a5fb7ade44 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ae4e5a5fb7ade44 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ae4e5a5fb7ade44 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ae4e5a5fb7ade44 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aaacfac0b2a75b8 [data-item*=".abstract"], #aaacfac0b2a75b8 [data-item*=".abstract"] a {show: true;}#aaacfac0b2a75b8 [data-item*=".subTitle"], #aaacfac0b2a75b8 [data-item*=".subTitle"] a {show: true;}#aaacfac0b2a75b8 [data-item*=".category"], #aaacfac0b2a75b8 [data-item*=".category"] a {show: true;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#ae4e5a5fb7ade44 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ae4e5a5fb7ade44 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ae4e5a5fb7ade44 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2fcfa28bca5e18 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a2fcfa28bca5e18 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a2fcfa28bca5e18 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a2fcfa28bca5e18 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a2fcfa28bca5e18 .uk-container {
    padding: 0;
  }
  #a2fcfa28bca5e18 .sidebar {
    padding: 10px;
  }
}
#a2fcfa28bca5e18 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a2fcfa28bca5e18 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a2fcfa28bca5e18 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#a2fcfa28bca5e18 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a2fcfa28bca5e18 .content-tags a:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
}
#a2fcfa28bca5e18 .abstract,
#a2fcfa28bca5e18 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a2fcfa28bca5e18 .copyright a {
  color: #999;
  word-break: break-all;
}
#a2fcfa28bca5e18 .detail-content {
  font-size: 16px;
  color: #444;
}
#a2fcfa28bca5e18 .detail-content img {
  margin-bottom: 10px;
}
#a2fcfa28bca5e18 .detail-content table {
  font-size: 13px;
}
#a2fcfa28bca5e18 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a2fcfa28bca5e18 .hot-list,
#a2fcfa28bca5e18 .new-list {
  padding: 12px;
}
#a2fcfa28bca5e18 .new-list a:hover,
#a2fcfa28bca5e18 .hot-list a:hover {
  color: #0f6ecd;
}
#a2fcfa28bca5e18 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a2fcfa28bca5e18 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a2fcfa28bca5e18 .hot-item:hover a {
  color: #0f6ecd;
}
#a2fcfa28bca5e18 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a2fcfa28bca5e18 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#a2fcfa28bca5e18 .content-header {
  padding-bottom: 10px;
}
#a2fcfa28bca5e18 .item-title {
  color: #333;
}
#a2fcfa28bca5e18 input::placeholder {
  color: #999;
}
#a2fcfa28bca5e18 .datetime {
  color: #999;
}
#a2fcfa28bca5e18 .new-item a {
  padding-left: 25px;
}
#a2fcfa28bca5e18 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a2fcfa28bca5e18 .siblings a {
  color: #444;
  line-height: 2;
}
#a2fcfa28bca5e18 .siblings a:hover {
  color: #0f6ecd;
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a2835ae85ba9c49 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac887aa974a4076 .detail-content .goods-params div {
  margin: 4px 0;
}
#ac887aa974a4076 .desc {
  white-space: pre-wrap;
}
#ac887aa974a4076 .video-box,
#ac887aa974a4076 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ac887aa974a4076 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ac887aa974a4076 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ac887aa974a4076 .preview-box img {
  width: 100%;
}
#ac887aa974a4076 .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;
}
#ac887aa974a4076 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ac887aa974a4076 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ac887aa974a4076 .thumb-box {
  width: 100%;
  position: relative;
}
#ac887aa974a4076 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ac887aa974a4076 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ac887aa974a4076 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ac887aa974a4076 .thumb-list {
  overflow: hidden;
}
#ac887aa974a4076 .thumb-list ul {
  width: 100000px;
}
#ac887aa974a4076 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ac887aa974a4076 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ac887aa974a4076 .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;
}
#ac887aa974a4076 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ac887aa974a4076 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ac887aa974a4076 .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;
}
#ac887aa974a4076 .zoom-box img {
  max-width: initial;
}
#ac887aa974a4076 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ac887aa974a4076 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ac887aa974a4076 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ac887aa974a4076 .goods-intro .price span {
  line-height: 30px;
}
#ac887aa974a4076 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ac887aa974a4076 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ac887aa974a4076 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ac887aa974a4076 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ac887aa974a4076 .line-through {
  text-decoration: line-through;
}
#ac887aa974a4076 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ac887aa974a4076 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ac887aa974a4076 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ac887aa974a4076 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ac887aa974a4076 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ac887aa974a4076 .number .name {
  line-height: 30px;
  width: 54px;
}
#ac887aa974a4076 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ac887aa974a4076 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ac887aa974a4076 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ac887aa974a4076 .select-num i {
  line-height: 30px;
}
#ac887aa974a4076 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ac887aa974a4076 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ac887aa974a4076 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ac887aa974a4076 .buttons {
  margin: 30px 0 0 12px;
}
#ac887aa974a4076 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ac887aa974a4076 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ac887aa974a4076 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ac887aa974a4076 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ac887aa974a4076 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ac887aa974a4076 .hot-list .img-wrap {
  display: block;
}
#ac887aa974a4076 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ac887aa974a4076 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ac887aa974a4076 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ac887aa974a4076 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ac887aa974a4076 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ac887aa974a4076 ::-webkit-scrollbar {
  display: none;
}
#ac887aa974a4076 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ac887aa974a4076 .left .detail-nav-tab .item.uk-active,
#ac887aa974a4076 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ac887aa974a4076 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ac887aa974a4076 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ac887aa974a4076 .hot-list .item:last-child {
  border-bottom: none;
}
#ac887aa974a4076 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ac887aa974a4076 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ac887aa974a4076 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ac887aa974a4076 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ac887aa974a4076 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ac887aa974a4076 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ac887aa974a4076 .right {
    width: 100%;
  }
  #ac887aa974a4076 .preview-box img {
    height: 340px;
  }
  #ac887aa974a4076 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ac887aa974a4076 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ac887aa974a4076 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a4989a7354a352d .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a4989a7354a352d .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a4989a7354a352d .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a4989a7354a352d .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a755aa497daa967 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#aa412aa2bba984f a, #aa412aa2bba984f {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a4989a7354a352d [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a4989a7354a352d [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a4989a7354a352d [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a755aa497daa967 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#aa84ba5e39af357 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac2faa2da8aa33d .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ac2faa2da8aa33d .sidebar {
    width: 100%;
  }
}
#ac2faa2da8aa33d .accordion-menu,
#ac2faa2da8aa33d .accordion-menu ul ul.submenu,
#ac2faa2da8aa33d .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ac2faa2da8aa33d .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ac2faa2da8aa33d .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#ac2faa2da8aa33d .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ac2faa2da8aa33d .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#ac2faa2da8aa33d .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ac2faa2da8aa33d .contact {
  color: #fff;
}
#ac2faa2da8aa33d .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ac2faa2da8aa33d .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ac2faa2da8aa33d .hot-list a {
  color: #777;
}
#ac2faa2da8aa33d .hot-list a:hover {
  color: #0f6ecd;
}
#ac2faa2da8aa33d .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ac2faa2da8aa33d .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ac2faa2da8aa33d .hot-item:hover a {
  color: #0f6ecd;
}
#ac2faa2da8aa33d .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ac2faa2da8aa33d .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#ac2faa2da8aa33d .content-header {
  padding-bottom: 10px;
}
#a39cda677da6bab .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#ac2faa2da8aa33d [data-item*=".abstract"], #ac2faa2da8aa33d [data-item*=".abstract"] a {show: true;}#ac2faa2da8aa33d [data-item*=".subTitle"], #ac2faa2da8aa33d [data-item*=".subTitle"] a {show: true;}#ac2faa2da8aa33d [data-item*=".category"], #ac2faa2da8aa33d [data-item*=".category"] a {show: true;}#a39cda677da6bab [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#affaaa24f5a70b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9f98addfea7914 .detail-content .goods-params div {
  margin: 4px 0;
}
#a9f98addfea7914 .desc {
  white-space: pre-wrap;
}
#a9f98addfea7914 .video-box,
#a9f98addfea7914 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9f98addfea7914 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9f98addfea7914 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a9f98addfea7914 .preview-box img {
  width: 100%;
}
#a9f98addfea7914 .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;
}
#a9f98addfea7914 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9f98addfea7914 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9f98addfea7914 .thumb-box {
  width: 100%;
  position: relative;
}
#a9f98addfea7914 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9f98addfea7914 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9f98addfea7914 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9f98addfea7914 .thumb-list {
  overflow: hidden;
}
#a9f98addfea7914 .thumb-list ul {
  width: 100000px;
}
#a9f98addfea7914 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9f98addfea7914 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9f98addfea7914 .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;
}
#a9f98addfea7914 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9f98addfea7914 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a9f98addfea7914 .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;
}
#a9f98addfea7914 .zoom-box img {
  max-width: initial;
}
#a9f98addfea7914 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9f98addfea7914 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a9f98addfea7914 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a9f98addfea7914 .goods-intro .price span {
  line-height: 30px;
}
#a9f98addfea7914 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a9f98addfea7914 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9f98addfea7914 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a9f98addfea7914 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a9f98addfea7914 .line-through {
  text-decoration: line-through;
}
#a9f98addfea7914 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a9f98addfea7914 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a9f98addfea7914 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a9f98addfea7914 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a9f98addfea7914 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a9f98addfea7914 .number .name {
  line-height: 30px;
  width: 54px;
}
#a9f98addfea7914 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a9f98addfea7914 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a9f98addfea7914 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a9f98addfea7914 .select-num i {
  line-height: 30px;
}
#a9f98addfea7914 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a9f98addfea7914 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a9f98addfea7914 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a9f98addfea7914 .buttons {
  margin: 30px 0 0 12px;
}
#a9f98addfea7914 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a9f98addfea7914 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a9f98addfea7914 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a9f98addfea7914 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a9f98addfea7914 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a9f98addfea7914 .hot-list .img-wrap {
  display: block;
}
#a9f98addfea7914 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a9f98addfea7914 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a9f98addfea7914 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a9f98addfea7914 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a9f98addfea7914 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a9f98addfea7914 ::-webkit-scrollbar {
  display: none;
}
#a9f98addfea7914 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a9f98addfea7914 .left .detail-nav-tab .item.uk-active,
#a9f98addfea7914 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a9f98addfea7914 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a9f98addfea7914 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a9f98addfea7914 .hot-list .item:last-child {
  border-bottom: none;
}
#a9f98addfea7914 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a9f98addfea7914 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a9f98addfea7914 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a9f98addfea7914 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a9f98addfea7914 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a9f98addfea7914 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a9f98addfea7914 .right {
    width: 100%;
  }
  #a9f98addfea7914 .preview-box img {
    height: 340px;
  }
  #a9f98addfea7914 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a9f98addfea7914 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9f98addfea7914 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9194a53c3a01b2 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a9194a53c3a01b2 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a9194a53c3a01b2 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a9194a53c3a01b2 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a258aad0c3ac91c .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a6f72acf13aff97 a, #a6f72acf13aff97 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a9194a53c3a01b2 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a9194a53c3a01b2 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a9194a53c3a01b2 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a258aad0c3ac91c [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#aa0bcaae25a435f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad8c1ae2a7afe27 .detail-content .goods-params div {
  margin: 4px 0;
}
#ad8c1ae2a7afe27 .desc {
  white-space: pre-wrap;
}
#ad8c1ae2a7afe27 .video-box,
#ad8c1ae2a7afe27 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ad8c1ae2a7afe27 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ad8c1ae2a7afe27 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ad8c1ae2a7afe27 .preview-box img {
  width: 100%;
}
#ad8c1ae2a7afe27 .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;
}
#ad8c1ae2a7afe27 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ad8c1ae2a7afe27 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ad8c1ae2a7afe27 .thumb-box {
  width: 100%;
  position: relative;
}
#ad8c1ae2a7afe27 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ad8c1ae2a7afe27 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ad8c1ae2a7afe27 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ad8c1ae2a7afe27 .thumb-list {
  overflow: hidden;
}
#ad8c1ae2a7afe27 .thumb-list ul {
  width: 100000px;
}
#ad8c1ae2a7afe27 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ad8c1ae2a7afe27 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ad8c1ae2a7afe27 .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;
}
#ad8c1ae2a7afe27 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ad8c1ae2a7afe27 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ad8c1ae2a7afe27 .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;
}
#ad8c1ae2a7afe27 .zoom-box img {
  max-width: initial;
}
#ad8c1ae2a7afe27 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ad8c1ae2a7afe27 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ad8c1ae2a7afe27 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ad8c1ae2a7afe27 .goods-intro .price span {
  line-height: 30px;
}
#ad8c1ae2a7afe27 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ad8c1ae2a7afe27 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad8c1ae2a7afe27 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ad8c1ae2a7afe27 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ad8c1ae2a7afe27 .line-through {
  text-decoration: line-through;
}
#ad8c1ae2a7afe27 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ad8c1ae2a7afe27 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ad8c1ae2a7afe27 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ad8c1ae2a7afe27 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ad8c1ae2a7afe27 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ad8c1ae2a7afe27 .number .name {
  line-height: 30px;
  width: 54px;
}
#ad8c1ae2a7afe27 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ad8c1ae2a7afe27 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ad8c1ae2a7afe27 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ad8c1ae2a7afe27 .select-num i {
  line-height: 30px;
}
#ad8c1ae2a7afe27 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ad8c1ae2a7afe27 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ad8c1ae2a7afe27 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ad8c1ae2a7afe27 .buttons {
  margin: 30px 0 0 12px;
}
#ad8c1ae2a7afe27 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ad8c1ae2a7afe27 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ad8c1ae2a7afe27 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ad8c1ae2a7afe27 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ad8c1ae2a7afe27 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ad8c1ae2a7afe27 .hot-list .img-wrap {
  display: block;
}
#ad8c1ae2a7afe27 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ad8c1ae2a7afe27 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ad8c1ae2a7afe27 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ad8c1ae2a7afe27 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ad8c1ae2a7afe27 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ad8c1ae2a7afe27 ::-webkit-scrollbar {
  display: none;
}
#ad8c1ae2a7afe27 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ad8c1ae2a7afe27 .left .detail-nav-tab .item.uk-active,
#ad8c1ae2a7afe27 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ad8c1ae2a7afe27 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ad8c1ae2a7afe27 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ad8c1ae2a7afe27 .hot-list .item:last-child {
  border-bottom: none;
}
#ad8c1ae2a7afe27 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ad8c1ae2a7afe27 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ad8c1ae2a7afe27 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ad8c1ae2a7afe27 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ad8c1ae2a7afe27 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ad8c1ae2a7afe27 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ad8c1ae2a7afe27 .right {
    width: 100%;
  }
  #ad8c1ae2a7afe27 .preview-box img {
    height: 340px;
  }
  #ad8c1ae2a7afe27 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ad8c1ae2a7afe27 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ad8c1ae2a7afe27 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#af455addaea5d8e .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#af455addaea5d8e .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#af455addaea5d8e .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#af455addaea5d8e .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a3451aa339a352d .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b71ad2efa29aa a, #a1b71ad2efa29aa {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#af455addaea5d8e [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#af455addaea5d8e [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#af455addaea5d8e [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a3451aa339a352d [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a52b6ac333a0718 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0f05a01a9af972 .detail-content .goods-params div {
  margin: 4px 0;
}
#a0f05a01a9af972 .desc {
  white-space: pre-wrap;
}
#a0f05a01a9af972 .video-box,
#a0f05a01a9af972 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a0f05a01a9af972 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a0f05a01a9af972 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a0f05a01a9af972 .preview-box img {
  width: 100%;
}
#a0f05a01a9af972 .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;
}
#a0f05a01a9af972 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a0f05a01a9af972 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a0f05a01a9af972 .thumb-box {
  width: 100%;
  position: relative;
}
#a0f05a01a9af972 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a0f05a01a9af972 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a0f05a01a9af972 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a0f05a01a9af972 .thumb-list {
  overflow: hidden;
}
#a0f05a01a9af972 .thumb-list ul {
  width: 100000px;
}
#a0f05a01a9af972 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a0f05a01a9af972 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a0f05a01a9af972 .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;
}
#a0f05a01a9af972 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a0f05a01a9af972 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a0f05a01a9af972 .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;
}
#a0f05a01a9af972 .zoom-box img {
  max-width: initial;
}
#a0f05a01a9af972 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a0f05a01a9af972 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a0f05a01a9af972 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a0f05a01a9af972 .goods-intro .price span {
  line-height: 30px;
}
#a0f05a01a9af972 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a0f05a01a9af972 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0f05a01a9af972 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a0f05a01a9af972 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a0f05a01a9af972 .line-through {
  text-decoration: line-through;
}
#a0f05a01a9af972 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a0f05a01a9af972 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a0f05a01a9af972 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a0f05a01a9af972 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a0f05a01a9af972 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a0f05a01a9af972 .number .name {
  line-height: 30px;
  width: 54px;
}
#a0f05a01a9af972 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a0f05a01a9af972 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a0f05a01a9af972 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a0f05a01a9af972 .select-num i {
  line-height: 30px;
}
#a0f05a01a9af972 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a0f05a01a9af972 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a0f05a01a9af972 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a0f05a01a9af972 .buttons {
  margin: 30px 0 0 12px;
}
#a0f05a01a9af972 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a0f05a01a9af972 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a0f05a01a9af972 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a0f05a01a9af972 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a0f05a01a9af972 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a0f05a01a9af972 .hot-list .img-wrap {
  display: block;
}
#a0f05a01a9af972 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a0f05a01a9af972 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a0f05a01a9af972 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a0f05a01a9af972 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a0f05a01a9af972 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a0f05a01a9af972 ::-webkit-scrollbar {
  display: none;
}
#a0f05a01a9af972 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a0f05a01a9af972 .left .detail-nav-tab .item.uk-active,
#a0f05a01a9af972 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a0f05a01a9af972 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a0f05a01a9af972 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a0f05a01a9af972 .hot-list .item:last-child {
  border-bottom: none;
}
#a0f05a01a9af972 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a0f05a01a9af972 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a0f05a01a9af972 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a0f05a01a9af972 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a0f05a01a9af972 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a0f05a01a9af972 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a0f05a01a9af972 .right {
    width: 100%;
  }
  #a0f05a01a9af972 .preview-box img {
    height: 340px;
  }
  #a0f05a01a9af972 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a0f05a01a9af972 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a0f05a01a9af972 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad8e9a6121a301d .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ad8e9a6121a301d .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ad8e9a6121a301d .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ad8e9a6121a301d .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#aeefaadbdba2c38 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a613ca50caae86a a, #a613ca50caae86a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#ad8e9a6121a301d [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ad8e9a6121a301d [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ad8e9a6121a301d [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#aeefaadbdba2c38 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a64e3aedfcae3c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a67fcaa673a3633 .detail-content .goods-params div {
  margin: 4px 0;
}
#a67fcaa673a3633 .desc {
  white-space: pre-wrap;
}
#a67fcaa673a3633 .video-box,
#a67fcaa673a3633 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a67fcaa673a3633 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a67fcaa673a3633 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a67fcaa673a3633 .preview-box img {
  width: 100%;
}
#a67fcaa673a3633 .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;
}
#a67fcaa673a3633 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a67fcaa673a3633 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a67fcaa673a3633 .thumb-box {
  width: 100%;
  position: relative;
}
#a67fcaa673a3633 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a67fcaa673a3633 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a67fcaa673a3633 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a67fcaa673a3633 .thumb-list {
  overflow: hidden;
}
#a67fcaa673a3633 .thumb-list ul {
  width: 100000px;
}
#a67fcaa673a3633 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a67fcaa673a3633 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a67fcaa673a3633 .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;
}
#a67fcaa673a3633 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a67fcaa673a3633 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a67fcaa673a3633 .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;
}
#a67fcaa673a3633 .zoom-box img {
  max-width: initial;
}
#a67fcaa673a3633 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a67fcaa673a3633 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a67fcaa673a3633 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a67fcaa673a3633 .goods-intro .price span {
  line-height: 30px;
}
#a67fcaa673a3633 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a67fcaa673a3633 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a67fcaa673a3633 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a67fcaa673a3633 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a67fcaa673a3633 .line-through {
  text-decoration: line-through;
}
#a67fcaa673a3633 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a67fcaa673a3633 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a67fcaa673a3633 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a67fcaa673a3633 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a67fcaa673a3633 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a67fcaa673a3633 .number .name {
  line-height: 30px;
  width: 54px;
}
#a67fcaa673a3633 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a67fcaa673a3633 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a67fcaa673a3633 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a67fcaa673a3633 .select-num i {
  line-height: 30px;
}
#a67fcaa673a3633 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a67fcaa673a3633 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a67fcaa673a3633 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a67fcaa673a3633 .buttons {
  margin: 30px 0 0 12px;
}
#a67fcaa673a3633 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a67fcaa673a3633 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a67fcaa673a3633 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a67fcaa673a3633 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a67fcaa673a3633 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a67fcaa673a3633 .hot-list .img-wrap {
  display: block;
}
#a67fcaa673a3633 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a67fcaa673a3633 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a67fcaa673a3633 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a67fcaa673a3633 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a67fcaa673a3633 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a67fcaa673a3633 ::-webkit-scrollbar {
  display: none;
}
#a67fcaa673a3633 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a67fcaa673a3633 .left .detail-nav-tab .item.uk-active,
#a67fcaa673a3633 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a67fcaa673a3633 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a67fcaa673a3633 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a67fcaa673a3633 .hot-list .item:last-child {
  border-bottom: none;
}
#a67fcaa673a3633 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a67fcaa673a3633 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a67fcaa673a3633 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a67fcaa673a3633 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a67fcaa673a3633 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a67fcaa673a3633 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a67fcaa673a3633 .right {
    width: 100%;
  }
  #a67fcaa673a3633 .preview-box img {
    height: 340px;
  }
  #a67fcaa673a3633 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a67fcaa673a3633 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a67fcaa673a3633 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad30fa1b5ba8a69 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ad30fa1b5ba8a69 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ad30fa1b5ba8a69 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ad30fa1b5ba8a69 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#aed23a583ea6b9f .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5a22af00da018a a, #a5a22af00da018a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#ad30fa1b5ba8a69 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ad30fa1b5ba8a69 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ad30fa1b5ba8a69 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#aed23a583ea6b9f [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ac814a53f7a9a2b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3c69a01bca3be2 .detail-content .goods-params div {
  margin: 4px 0;
}
#a3c69a01bca3be2 .desc {
  white-space: pre-wrap;
}
#a3c69a01bca3be2 .video-box,
#a3c69a01bca3be2 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3c69a01bca3be2 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3c69a01bca3be2 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a3c69a01bca3be2 .preview-box img {
  width: 100%;
}
#a3c69a01bca3be2 .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;
}
#a3c69a01bca3be2 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3c69a01bca3be2 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3c69a01bca3be2 .thumb-box {
  width: 100%;
  position: relative;
}
#a3c69a01bca3be2 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3c69a01bca3be2 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3c69a01bca3be2 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3c69a01bca3be2 .thumb-list {
  overflow: hidden;
}
#a3c69a01bca3be2 .thumb-list ul {
  width: 100000px;
}
#a3c69a01bca3be2 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3c69a01bca3be2 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3c69a01bca3be2 .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;
}
#a3c69a01bca3be2 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3c69a01bca3be2 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a3c69a01bca3be2 .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;
}
#a3c69a01bca3be2 .zoom-box img {
  max-width: initial;
}
#a3c69a01bca3be2 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3c69a01bca3be2 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a3c69a01bca3be2 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a3c69a01bca3be2 .goods-intro .price span {
  line-height: 30px;
}
#a3c69a01bca3be2 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a3c69a01bca3be2 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3c69a01bca3be2 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a3c69a01bca3be2 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a3c69a01bca3be2 .line-through {
  text-decoration: line-through;
}
#a3c69a01bca3be2 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a3c69a01bca3be2 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a3c69a01bca3be2 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a3c69a01bca3be2 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a3c69a01bca3be2 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a3c69a01bca3be2 .number .name {
  line-height: 30px;
  width: 54px;
}
#a3c69a01bca3be2 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a3c69a01bca3be2 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a3c69a01bca3be2 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a3c69a01bca3be2 .select-num i {
  line-height: 30px;
}
#a3c69a01bca3be2 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a3c69a01bca3be2 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a3c69a01bca3be2 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a3c69a01bca3be2 .buttons {
  margin: 30px 0 0 12px;
}
#a3c69a01bca3be2 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a3c69a01bca3be2 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a3c69a01bca3be2 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a3c69a01bca3be2 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a3c69a01bca3be2 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a3c69a01bca3be2 .hot-list .img-wrap {
  display: block;
}
#a3c69a01bca3be2 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a3c69a01bca3be2 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a3c69a01bca3be2 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a3c69a01bca3be2 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a3c69a01bca3be2 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a3c69a01bca3be2 ::-webkit-scrollbar {
  display: none;
}
#a3c69a01bca3be2 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a3c69a01bca3be2 .left .detail-nav-tab .item.uk-active,
#a3c69a01bca3be2 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a3c69a01bca3be2 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a3c69a01bca3be2 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a3c69a01bca3be2 .hot-list .item:last-child {
  border-bottom: none;
}
#a3c69a01bca3be2 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a3c69a01bca3be2 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a3c69a01bca3be2 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a3c69a01bca3be2 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a3c69a01bca3be2 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a3c69a01bca3be2 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a3c69a01bca3be2 .right {
    width: 100%;
  }
  #a3c69a01bca3be2 .preview-box img {
    height: 340px;
  }
  #a3c69a01bca3be2 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a3c69a01bca3be2 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3c69a01bca3be2 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a6b90ac94cac58e .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a6b90ac94cac58e .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a6b90ac94cac58e .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a6b90ac94cac58e .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#af441adeb7a5129 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8107a7093a28e3 a, #a8107a7093a28e3 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a6b90ac94cac58e [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a6b90ac94cac58e [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a6b90ac94cac58e [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#af441adeb7a5129 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#aee1fa137aa8242 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a82e5a763ea685a .detail-content .goods-params div {
  margin: 4px 0;
}
#a82e5a763ea685a .desc {
  white-space: pre-wrap;
}
#a82e5a763ea685a .video-box,
#a82e5a763ea685a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a82e5a763ea685a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a82e5a763ea685a .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a82e5a763ea685a .preview-box img {
  width: 100%;
}
#a82e5a763ea685a .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;
}
#a82e5a763ea685a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a82e5a763ea685a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a82e5a763ea685a .thumb-box {
  width: 100%;
  position: relative;
}
#a82e5a763ea685a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a82e5a763ea685a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a82e5a763ea685a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a82e5a763ea685a .thumb-list {
  overflow: hidden;
}
#a82e5a763ea685a .thumb-list ul {
  width: 100000px;
}
#a82e5a763ea685a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a82e5a763ea685a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a82e5a763ea685a .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;
}
#a82e5a763ea685a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a82e5a763ea685a .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a82e5a763ea685a .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;
}
#a82e5a763ea685a .zoom-box img {
  max-width: initial;
}
#a82e5a763ea685a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a82e5a763ea685a .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a82e5a763ea685a .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a82e5a763ea685a .goods-intro .price span {
  line-height: 30px;
}
#a82e5a763ea685a .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a82e5a763ea685a .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a82e5a763ea685a .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a82e5a763ea685a .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a82e5a763ea685a .line-through {
  text-decoration: line-through;
}
#a82e5a763ea685a .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a82e5a763ea685a .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a82e5a763ea685a .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a82e5a763ea685a .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a82e5a763ea685a .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a82e5a763ea685a .number .name {
  line-height: 30px;
  width: 54px;
}
#a82e5a763ea685a .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a82e5a763ea685a .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a82e5a763ea685a .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a82e5a763ea685a .select-num i {
  line-height: 30px;
}
#a82e5a763ea685a .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a82e5a763ea685a .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a82e5a763ea685a .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a82e5a763ea685a .buttons {
  margin: 30px 0 0 12px;
}
#a82e5a763ea685a .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a82e5a763ea685a .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a82e5a763ea685a .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a82e5a763ea685a .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a82e5a763ea685a .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a82e5a763ea685a .hot-list .img-wrap {
  display: block;
}
#a82e5a763ea685a .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a82e5a763ea685a .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a82e5a763ea685a .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a82e5a763ea685a .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a82e5a763ea685a .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a82e5a763ea685a ::-webkit-scrollbar {
  display: none;
}
#a82e5a763ea685a .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a82e5a763ea685a .left .detail-nav-tab .item.uk-active,
#a82e5a763ea685a .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a82e5a763ea685a .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a82e5a763ea685a .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a82e5a763ea685a .hot-list .item:last-child {
  border-bottom: none;
}
#a82e5a763ea685a .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a82e5a763ea685a .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a82e5a763ea685a .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a82e5a763ea685a .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a82e5a763ea685a .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a82e5a763ea685a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a82e5a763ea685a .right {
    width: 100%;
  }
  #a82e5a763ea685a .preview-box img {
    height: 340px;
  }
  #a82e5a763ea685a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a82e5a763ea685a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a82e5a763ea685a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a360da4f2fa3715 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a360da4f2fa3715 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a360da4f2fa3715 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a360da4f2fa3715 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a7e85ab2b3ac9cd .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a03caa5cbba2ad2 a, #a03caa5cbba2ad2 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a360da4f2fa3715 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a360da4f2fa3715 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a360da4f2fa3715 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a7e85ab2b3ac9cd [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3dc4a6a59ad584 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4a5aa3185a8129 .detail-content .goods-params div {
  margin: 4px 0;
}
#a4a5aa3185a8129 .desc {
  white-space: pre-wrap;
}
#a4a5aa3185a8129 .video-box,
#a4a5aa3185a8129 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a4a5aa3185a8129 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a4a5aa3185a8129 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a4a5aa3185a8129 .preview-box img {
  width: 100%;
}
#a4a5aa3185a8129 .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;
}
#a4a5aa3185a8129 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a4a5aa3185a8129 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a4a5aa3185a8129 .thumb-box {
  width: 100%;
  position: relative;
}
#a4a5aa3185a8129 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a4a5aa3185a8129 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a4a5aa3185a8129 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a4a5aa3185a8129 .thumb-list {
  overflow: hidden;
}
#a4a5aa3185a8129 .thumb-list ul {
  width: 100000px;
}
#a4a5aa3185a8129 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a4a5aa3185a8129 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a4a5aa3185a8129 .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;
}
#a4a5aa3185a8129 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a4a5aa3185a8129 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a4a5aa3185a8129 .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;
}
#a4a5aa3185a8129 .zoom-box img {
  max-width: initial;
}
#a4a5aa3185a8129 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a4a5aa3185a8129 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a4a5aa3185a8129 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a4a5aa3185a8129 .goods-intro .price span {
  line-height: 30px;
}
#a4a5aa3185a8129 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a4a5aa3185a8129 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4a5aa3185a8129 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a4a5aa3185a8129 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a4a5aa3185a8129 .line-through {
  text-decoration: line-through;
}
#a4a5aa3185a8129 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a4a5aa3185a8129 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a4a5aa3185a8129 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a4a5aa3185a8129 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a4a5aa3185a8129 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a4a5aa3185a8129 .number .name {
  line-height: 30px;
  width: 54px;
}
#a4a5aa3185a8129 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a4a5aa3185a8129 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a4a5aa3185a8129 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a4a5aa3185a8129 .select-num i {
  line-height: 30px;
}
#a4a5aa3185a8129 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a4a5aa3185a8129 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a4a5aa3185a8129 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a4a5aa3185a8129 .buttons {
  margin: 30px 0 0 12px;
}
#a4a5aa3185a8129 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a4a5aa3185a8129 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a4a5aa3185a8129 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a4a5aa3185a8129 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a4a5aa3185a8129 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a4a5aa3185a8129 .hot-list .img-wrap {
  display: block;
}
#a4a5aa3185a8129 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a4a5aa3185a8129 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a4a5aa3185a8129 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a4a5aa3185a8129 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a4a5aa3185a8129 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a4a5aa3185a8129 ::-webkit-scrollbar {
  display: none;
}
#a4a5aa3185a8129 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a4a5aa3185a8129 .left .detail-nav-tab .item.uk-active,
#a4a5aa3185a8129 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a4a5aa3185a8129 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a4a5aa3185a8129 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a4a5aa3185a8129 .hot-list .item:last-child {
  border-bottom: none;
}
#a4a5aa3185a8129 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a4a5aa3185a8129 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a4a5aa3185a8129 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4a5aa3185a8129 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a4a5aa3185a8129 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a4a5aa3185a8129 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a4a5aa3185a8129 .right {
    width: 100%;
  }
  #a4a5aa3185a8129 .preview-box img {
    height: 340px;
  }
  #a4a5aa3185a8129 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a4a5aa3185a8129 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a4a5aa3185a8129 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#abfb4a57dea16c1 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#abfb4a57dea16c1 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#abfb4a57dea16c1 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#abfb4a57dea16c1 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a9651a7367aa86e .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a82c0a5d95aaa0c a, #a82c0a5d95aaa0c {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#abfb4a57dea16c1 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#abfb4a57dea16c1 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#abfb4a57dea16c1 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a9651a7367aa86e [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#afdeea83d3a76b0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab7baa929aab383 .detail-content .goods-params div {
  margin: 4px 0;
}
#ab7baa929aab383 .desc {
  white-space: pre-wrap;
}
#ab7baa929aab383 .video-box,
#ab7baa929aab383 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab7baa929aab383 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab7baa929aab383 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab7baa929aab383 .preview-box img {
  width: 100%;
}
#ab7baa929aab383 .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;
}
#ab7baa929aab383 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab7baa929aab383 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab7baa929aab383 .thumb-box {
  width: 100%;
  position: relative;
}
#ab7baa929aab383 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab7baa929aab383 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab7baa929aab383 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab7baa929aab383 .thumb-list {
  overflow: hidden;
}
#ab7baa929aab383 .thumb-list ul {
  width: 100000px;
}
#ab7baa929aab383 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab7baa929aab383 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab7baa929aab383 .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;
}
#ab7baa929aab383 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab7baa929aab383 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ab7baa929aab383 .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;
}
#ab7baa929aab383 .zoom-box img {
  max-width: initial;
}
#ab7baa929aab383 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab7baa929aab383 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab7baa929aab383 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab7baa929aab383 .goods-intro .price span {
  line-height: 30px;
}
#ab7baa929aab383 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab7baa929aab383 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab7baa929aab383 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ab7baa929aab383 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab7baa929aab383 .line-through {
  text-decoration: line-through;
}
#ab7baa929aab383 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab7baa929aab383 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab7baa929aab383 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab7baa929aab383 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab7baa929aab383 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab7baa929aab383 .number .name {
  line-height: 30px;
  width: 54px;
}
#ab7baa929aab383 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab7baa929aab383 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab7baa929aab383 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab7baa929aab383 .select-num i {
  line-height: 30px;
}
#ab7baa929aab383 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab7baa929aab383 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab7baa929aab383 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab7baa929aab383 .buttons {
  margin: 30px 0 0 12px;
}
#ab7baa929aab383 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ab7baa929aab383 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab7baa929aab383 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab7baa929aab383 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab7baa929aab383 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab7baa929aab383 .hot-list .img-wrap {
  display: block;
}
#ab7baa929aab383 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab7baa929aab383 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab7baa929aab383 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab7baa929aab383 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab7baa929aab383 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab7baa929aab383 ::-webkit-scrollbar {
  display: none;
}
#ab7baa929aab383 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab7baa929aab383 .left .detail-nav-tab .item.uk-active,
#ab7baa929aab383 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab7baa929aab383 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ab7baa929aab383 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab7baa929aab383 .hot-list .item:last-child {
  border-bottom: none;
}
#ab7baa929aab383 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab7baa929aab383 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ab7baa929aab383 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab7baa929aab383 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab7baa929aab383 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab7baa929aab383 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab7baa929aab383 .right {
    width: 100%;
  }
  #ab7baa929aab383 .preview-box img {
    height: 340px;
  }
  #ab7baa929aab383 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab7baa929aab383 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab7baa929aab383 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a966aafee5a69bc .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a966aafee5a69bc .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a966aafee5a69bc .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a966aafee5a69bc .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a5fcda1876a959d .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a48bba1634a2131 a, #a48bba1634a2131 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a966aafee5a69bc [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a966aafee5a69bc [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a966aafee5a69bc [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a5fcda1876a959d [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3652a2b5dad890 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a21efa08b0adb0f .detail-content .goods-params div {
  margin: 4px 0;
}
#a21efa08b0adb0f .desc {
  white-space: pre-wrap;
}
#a21efa08b0adb0f .video-box,
#a21efa08b0adb0f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a21efa08b0adb0f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a21efa08b0adb0f .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a21efa08b0adb0f .preview-box img {
  width: 100%;
}
#a21efa08b0adb0f .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;
}
#a21efa08b0adb0f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a21efa08b0adb0f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a21efa08b0adb0f .thumb-box {
  width: 100%;
  position: relative;
}
#a21efa08b0adb0f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a21efa08b0adb0f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a21efa08b0adb0f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a21efa08b0adb0f .thumb-list {
  overflow: hidden;
}
#a21efa08b0adb0f .thumb-list ul {
  width: 100000px;
}
#a21efa08b0adb0f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a21efa08b0adb0f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a21efa08b0adb0f .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;
}
#a21efa08b0adb0f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a21efa08b0adb0f .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a21efa08b0adb0f .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;
}
#a21efa08b0adb0f .zoom-box img {
  max-width: initial;
}
#a21efa08b0adb0f .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a21efa08b0adb0f .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a21efa08b0adb0f .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a21efa08b0adb0f .goods-intro .price span {
  line-height: 30px;
}
#a21efa08b0adb0f .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a21efa08b0adb0f .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a21efa08b0adb0f .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a21efa08b0adb0f .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a21efa08b0adb0f .line-through {
  text-decoration: line-through;
}
#a21efa08b0adb0f .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a21efa08b0adb0f .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a21efa08b0adb0f .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a21efa08b0adb0f .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a21efa08b0adb0f .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a21efa08b0adb0f .number .name {
  line-height: 30px;
  width: 54px;
}
#a21efa08b0adb0f .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a21efa08b0adb0f .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a21efa08b0adb0f .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a21efa08b0adb0f .select-num i {
  line-height: 30px;
}
#a21efa08b0adb0f .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a21efa08b0adb0f .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a21efa08b0adb0f .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a21efa08b0adb0f .buttons {
  margin: 30px 0 0 12px;
}
#a21efa08b0adb0f .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a21efa08b0adb0f .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a21efa08b0adb0f .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a21efa08b0adb0f .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a21efa08b0adb0f .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a21efa08b0adb0f .hot-list .img-wrap {
  display: block;
}
#a21efa08b0adb0f .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a21efa08b0adb0f .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a21efa08b0adb0f .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a21efa08b0adb0f .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a21efa08b0adb0f .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a21efa08b0adb0f ::-webkit-scrollbar {
  display: none;
}
#a21efa08b0adb0f .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a21efa08b0adb0f .left .detail-nav-tab .item.uk-active,
#a21efa08b0adb0f .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a21efa08b0adb0f .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a21efa08b0adb0f .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a21efa08b0adb0f .hot-list .item:last-child {
  border-bottom: none;
}
#a21efa08b0adb0f .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a21efa08b0adb0f .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a21efa08b0adb0f .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a21efa08b0adb0f .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a21efa08b0adb0f .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a21efa08b0adb0f .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a21efa08b0adb0f .right {
    width: 100%;
  }
  #a21efa08b0adb0f .preview-box img {
    height: 340px;
  }
  #a21efa08b0adb0f .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a21efa08b0adb0f .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a21efa08b0adb0f .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a14f3a3902a877a .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a14f3a3902a877a .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a14f3a3902a877a .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a14f3a3902a877a .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#aab17aaa40a60a4 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a0075a45cca30ed a, #a0075a45cca30ed {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a14f3a3902a877a [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a14f3a3902a877a [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a14f3a3902a877a [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#aab17aaa40a60a4 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#acfe6acd14ad2bb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab0aea0f10adb11 .detail-content .goods-params div {
  margin: 4px 0;
}
#ab0aea0f10adb11 .desc {
  white-space: pre-wrap;
}
#ab0aea0f10adb11 .video-box,
#ab0aea0f10adb11 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab0aea0f10adb11 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab0aea0f10adb11 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab0aea0f10adb11 .preview-box img {
  width: 100%;
}
#ab0aea0f10adb11 .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;
}
#ab0aea0f10adb11 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab0aea0f10adb11 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab0aea0f10adb11 .thumb-box {
  width: 100%;
  position: relative;
}
#ab0aea0f10adb11 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab0aea0f10adb11 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab0aea0f10adb11 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab0aea0f10adb11 .thumb-list {
  overflow: hidden;
}
#ab0aea0f10adb11 .thumb-list ul {
  width: 100000px;
}
#ab0aea0f10adb11 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab0aea0f10adb11 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab0aea0f10adb11 .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;
}
#ab0aea0f10adb11 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab0aea0f10adb11 .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#ab0aea0f10adb11 .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;
}
#ab0aea0f10adb11 .zoom-box img {
  max-width: initial;
}
#ab0aea0f10adb11 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab0aea0f10adb11 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#ab0aea0f10adb11 .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#ab0aea0f10adb11 .goods-intro .price span {
  line-height: 30px;
}
#ab0aea0f10adb11 .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#ab0aea0f10adb11 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab0aea0f10adb11 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#ab0aea0f10adb11 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#ab0aea0f10adb11 .line-through {
  text-decoration: line-through;
}
#ab0aea0f10adb11 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#ab0aea0f10adb11 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#ab0aea0f10adb11 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#ab0aea0f10adb11 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#ab0aea0f10adb11 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#ab0aea0f10adb11 .number .name {
  line-height: 30px;
  width: 54px;
}
#ab0aea0f10adb11 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#ab0aea0f10adb11 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#ab0aea0f10adb11 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#ab0aea0f10adb11 .select-num i {
  line-height: 30px;
}
#ab0aea0f10adb11 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#ab0aea0f10adb11 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#ab0aea0f10adb11 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#ab0aea0f10adb11 .buttons {
  margin: 30px 0 0 12px;
}
#ab0aea0f10adb11 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#ab0aea0f10adb11 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#ab0aea0f10adb11 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#ab0aea0f10adb11 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#ab0aea0f10adb11 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#ab0aea0f10adb11 .hot-list .img-wrap {
  display: block;
}
#ab0aea0f10adb11 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#ab0aea0f10adb11 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#ab0aea0f10adb11 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#ab0aea0f10adb11 .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#ab0aea0f10adb11 .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#ab0aea0f10adb11 ::-webkit-scrollbar {
  display: none;
}
#ab0aea0f10adb11 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#ab0aea0f10adb11 .left .detail-nav-tab .item.uk-active,
#ab0aea0f10adb11 .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#ab0aea0f10adb11 .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#ab0aea0f10adb11 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#ab0aea0f10adb11 .hot-list .item:last-child {
  border-bottom: none;
}
#ab0aea0f10adb11 .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#ab0aea0f10adb11 .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#ab0aea0f10adb11 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#ab0aea0f10adb11 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#ab0aea0f10adb11 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#ab0aea0f10adb11 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #ab0aea0f10adb11 .right {
    width: 100%;
  }
  #ab0aea0f10adb11 .preview-box img {
    height: 340px;
  }
  #ab0aea0f10adb11 .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #ab0aea0f10adb11 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab0aea0f10adb11 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a46a3adeeba04b0 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a46a3adeeba04b0 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a46a3adeeba04b0 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a46a3adeeba04b0 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a3676a84f5a6baa .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a3a23a4fb4a325d a, #a3a23a4fb4a325d {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a46a3adeeba04b0 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a46a3adeeba04b0 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a46a3adeeba04b0 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a3676a84f5a6baa [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a4f6aa2ee9a319c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a21a3af3adaef5c .detail-content .goods-params div {
  margin: 4px 0;
}
#a21a3af3adaef5c .desc {
  white-space: pre-wrap;
}
#a21a3af3adaef5c .video-box,
#a21a3af3adaef5c .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a21a3af3adaef5c .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a21a3af3adaef5c .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a21a3af3adaef5c .preview-box img {
  width: 100%;
}
#a21a3af3adaef5c .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;
}
#a21a3af3adaef5c .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a21a3af3adaef5c .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a21a3af3adaef5c .thumb-box {
  width: 100%;
  position: relative;
}
#a21a3af3adaef5c .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a21a3af3adaef5c .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a21a3af3adaef5c .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a21a3af3adaef5c .thumb-list {
  overflow: hidden;
}
#a21a3af3adaef5c .thumb-list ul {
  width: 100000px;
}
#a21a3af3adaef5c .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a21a3af3adaef5c .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a21a3af3adaef5c .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;
}
#a21a3af3adaef5c .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a21a3af3adaef5c .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a21a3af3adaef5c .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;
}
#a21a3af3adaef5c .zoom-box img {
  max-width: initial;
}
#a21a3af3adaef5c .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a21a3af3adaef5c .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a21a3af3adaef5c .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a21a3af3adaef5c .goods-intro .price span {
  line-height: 30px;
}
#a21a3af3adaef5c .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a21a3af3adaef5c .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a21a3af3adaef5c .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a21a3af3adaef5c .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a21a3af3adaef5c .line-through {
  text-decoration: line-through;
}
#a21a3af3adaef5c .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a21a3af3adaef5c .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a21a3af3adaef5c .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a21a3af3adaef5c .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a21a3af3adaef5c .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a21a3af3adaef5c .number .name {
  line-height: 30px;
  width: 54px;
}
#a21a3af3adaef5c .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a21a3af3adaef5c .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a21a3af3adaef5c .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a21a3af3adaef5c .select-num i {
  line-height: 30px;
}
#a21a3af3adaef5c .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a21a3af3adaef5c .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a21a3af3adaef5c .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a21a3af3adaef5c .buttons {
  margin: 30px 0 0 12px;
}
#a21a3af3adaef5c .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a21a3af3adaef5c .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a21a3af3adaef5c .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a21a3af3adaef5c .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a21a3af3adaef5c .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a21a3af3adaef5c .hot-list .img-wrap {
  display: block;
}
#a21a3af3adaef5c .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a21a3af3adaef5c .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a21a3af3adaef5c .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a21a3af3adaef5c .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a21a3af3adaef5c .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a21a3af3adaef5c ::-webkit-scrollbar {
  display: none;
}
#a21a3af3adaef5c .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a21a3af3adaef5c .left .detail-nav-tab .item.uk-active,
#a21a3af3adaef5c .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a21a3af3adaef5c .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a21a3af3adaef5c .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a21a3af3adaef5c .hot-list .item:last-child {
  border-bottom: none;
}
#a21a3af3adaef5c .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a21a3af3adaef5c .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a21a3af3adaef5c .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a21a3af3adaef5c .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a21a3af3adaef5c .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a21a3af3adaef5c .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a21a3af3adaef5c .right {
    width: 100%;
  }
  #a21a3af3adaef5c .preview-box img {
    height: 340px;
  }
  #a21a3af3adaef5c .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a21a3af3adaef5c .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a21a3af3adaef5c .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9312acc79a53d1 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a9312acc79a53d1 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a9312acc79a53d1 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a9312acc79a53d1 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#acc32ac8fba553e .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1702a3abea73bf a, #a1702a3abea73bf {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a9312acc79a53d1 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a9312acc79a53d1 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a9312acc79a53d1 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#acc32ac8fba553e [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a333ead5b8aeb0a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7e4faf0c8a497b .detail-content .goods-params div {
  margin: 4px 0;
}
#a7e4faf0c8a497b .desc {
  white-space: pre-wrap;
}
#a7e4faf0c8a497b .video-box,
#a7e4faf0c8a497b .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a7e4faf0c8a497b .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a7e4faf0c8a497b .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a7e4faf0c8a497b .preview-box img {
  width: 100%;
}
#a7e4faf0c8a497b .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;
}
#a7e4faf0c8a497b .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a7e4faf0c8a497b .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a7e4faf0c8a497b .thumb-box {
  width: 100%;
  position: relative;
}
#a7e4faf0c8a497b .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a7e4faf0c8a497b .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a7e4faf0c8a497b .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a7e4faf0c8a497b .thumb-list {
  overflow: hidden;
}
#a7e4faf0c8a497b .thumb-list ul {
  width: 100000px;
}
#a7e4faf0c8a497b .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a7e4faf0c8a497b .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a7e4faf0c8a497b .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;
}
#a7e4faf0c8a497b .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a7e4faf0c8a497b .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a7e4faf0c8a497b .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;
}
#a7e4faf0c8a497b .zoom-box img {
  max-width: initial;
}
#a7e4faf0c8a497b .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a7e4faf0c8a497b .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a7e4faf0c8a497b .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a7e4faf0c8a497b .goods-intro .price span {
  line-height: 30px;
}
#a7e4faf0c8a497b .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a7e4faf0c8a497b .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7e4faf0c8a497b .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a7e4faf0c8a497b .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a7e4faf0c8a497b .line-through {
  text-decoration: line-through;
}
#a7e4faf0c8a497b .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a7e4faf0c8a497b .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a7e4faf0c8a497b .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a7e4faf0c8a497b .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a7e4faf0c8a497b .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a7e4faf0c8a497b .number .name {
  line-height: 30px;
  width: 54px;
}
#a7e4faf0c8a497b .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a7e4faf0c8a497b .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a7e4faf0c8a497b .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a7e4faf0c8a497b .select-num i {
  line-height: 30px;
}
#a7e4faf0c8a497b .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a7e4faf0c8a497b .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a7e4faf0c8a497b .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a7e4faf0c8a497b .buttons {
  margin: 30px 0 0 12px;
}
#a7e4faf0c8a497b .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a7e4faf0c8a497b .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a7e4faf0c8a497b .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a7e4faf0c8a497b .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a7e4faf0c8a497b .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a7e4faf0c8a497b .hot-list .img-wrap {
  display: block;
}
#a7e4faf0c8a497b .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a7e4faf0c8a497b .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a7e4faf0c8a497b .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a7e4faf0c8a497b .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a7e4faf0c8a497b .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a7e4faf0c8a497b ::-webkit-scrollbar {
  display: none;
}
#a7e4faf0c8a497b .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a7e4faf0c8a497b .left .detail-nav-tab .item.uk-active,
#a7e4faf0c8a497b .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a7e4faf0c8a497b .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a7e4faf0c8a497b .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a7e4faf0c8a497b .hot-list .item:last-child {
  border-bottom: none;
}
#a7e4faf0c8a497b .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a7e4faf0c8a497b .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a7e4faf0c8a497b .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7e4faf0c8a497b .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a7e4faf0c8a497b .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a7e4faf0c8a497b .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a7e4faf0c8a497b .right {
    width: 100%;
  }
  #a7e4faf0c8a497b .preview-box img {
    height: 340px;
  }
  #a7e4faf0c8a497b .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #a7e4faf0c8a497b .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a7e4faf0c8a497b .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a7766a7f8aacf07 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a7766a7f8aacf07 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a7766a7f8aacf07 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a7766a7f8aacf07 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#ac2dba4852a0f97 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a5c3fa341eaaa58 a, #a5c3fa341eaaa58 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: left;font-family: inherit;}#a7766a7f8aacf07 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a7766a7f8aacf07 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a7766a7f8aacf07 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#ac2dba4852a0f97 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af86eac9a4aa1fa .news {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
}
#af86eac9a4aa1fa a {
  color: inherit;
}
@media (min-width: 960px) {
  #af86eac9a4aa1fa .news-main {
    width: 32%;
  }
}
#af86eac9a4aa1fa .news-main {
  overflow: hidden;
}
#af86eac9a4aa1fa .news-main .main-info {
  padding: 0 40px 20px;
  margin-top: 300px;
}
#af86eac9a4aa1fa .news-main .uk-button {
  border: 1px solid #fff;
  padding: 0px 15px;
  line-height: 28px;
  border-radius: 2px;
}
#af86eac9a4aa1fa .news-main .main-bg {
  transition: all 0.3s ease-in;
}
#af86eac9a4aa1fa .news-main:hover .main-bg {
  transform: scale(1.1);
}
#af86eac9a4aa1fa .news-list {
  width: 100%;
}
#af86eac9a4aa1fa .news-list .uk-h4 {
  font-weight: bold;
}
#af86eac9a4aa1fa .news-list li {
  width: 33.3%;
  float: left;
  height: 270px;
  position: relative;
  cursor: pointer;
}
#af86eac9a4aa1fa .news-list li:hover .more {
  opacity: 1;
}
#af86eac9a4aa1fa .news-list li h4,
#af86eac9a4aa1fa .news-list li p {
  transition: all 0.3s ease-in;
}
#af86eac9a4aa1fa .news-list li:hover h4,
#af86eac9a4aa1fa .news-list li:hover p {
  transform: translate(0, -26px);
}
#af86eac9a4aa1fa .news-list li .uk-card,
#af86eac9a4aa1fa .news-list li .uk-card-body {
  height: 100%;
}
#af86eac9a4aa1fa .news-list > li:nth-child(1) .uk-card,
#af86eac9a4aa1fa .news-list > li:nth-child(5) .uk-card-body {
  background-color: #f66f6a;
  color: #fff !important;
}
#af86eac9a4aa1fa .news-list > li:nth-child(4) {
  width: 66.6%;
}
#af86eac9a4aa1fa .news-list > li:nth-child(2) .uk-card-body {
  background-color: rgba(0, 0, 0, 0.6);
}
#af86eac9a4aa1fa .news-list > li:nth-child(1) .uk-h4,
#af86eac9a4aa1fa .news-list > li:nth-child(5) .uk-h4 {
  color: #fff;
}
#af86eac9a4aa1fa .more {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  transition: opacity 0.2s;
}
#a94a8ab4dea6876 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a94a8ab4dea6876 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a94a8ab4dea6876 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a94a8ab4dea6876 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#abe6ca90dfabd9a [data-item="items"] {left: 0px;top: -1px; position: relative;}#ae816a7bdda4cce .uk-form .form-submit-btn {
  width: 150px;
}
#ae816a7bdda4cce .uk-form .form-submit-btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae816a7bdda4cce .submit-wrap button {
  font-size: 20px;
}
#ae816a7bdda4cce .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ae816a7bdda4cce .uk-form.form-theme-1 {
  background: linear-gradient(45deg, rgba(155, 155, 155, 0.9), rgba(206, 206, 206, 0.9));
}
#ae816a7bdda4cce form {
  background-color: rgba(155, 155, 155, 0.9);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-right-style: solid;
  border-right-color: #9b9b9b;
  border-right-width: 1px;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-top-color: #9b9b9b;
  border-left-width: 4px;
  border-bottom-width: 4px;
  border-top-width: 4px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
#ae816a7bdda4cce form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae816a7bdda4cce .form-item {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
#ae816a7bdda4cce .form-item .uk-input,
#ae816a7bdda4cce .form-item .uk-select,
#ae816a7bdda4cce .form-item .uk-textarea {
  width: 420px;
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#ae816a7bdda4cce .form-item .auto-height {
  height: auto;
}
#ae816a7bdda4cce .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
}
#ae816a7bdda4cce .form-item .send-code {
  bottom: 5px;
}
#ae816a7bdda4cce .form-item .uk-textarea {
  height: 100px;
  line-height: 1.5;
}
#ad932a1c29ac890 .ele-wrap {color: #fff;font-size: 17px;background-color: rgba(208, 2, 27, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: FZHei-B01S;font-weight: 300;}#ac224a5a7aac01c .ele-wrap {color: #fff;font-size: 17px;background-color: rgba(74, 144, 226, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: FZHei-B01S;font-weight: 300;}#ae9fda988fa93b6 .ele-wrap {color: #fff;font-size: 17px;background-color: rgba(208, 2, 27, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: FZHei-B01S;font-weight: 300;}#afb26acb22aa74b .ele-wrap {color: #fff;font-size: 17px;background-color: rgba(245, 166, 35, 1);border-radius: 10px;justify-content: flex-end;border-style: solid;font-family: FZHei-B01S;font-weight: 300;}#a7311ab4f0a99d4 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a7311ab4f0a99d4  > .ele-wrap:hover {background-color: rgba(155, 155, 155, 0.8);}#a7311ab4f0a99d4 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0.9);}#a08a2ab93ea7a26 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a08a2ab93ea7a26  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a08a2ab93ea7a26 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0.9);}#a057aa6cf3ace6d > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a057aa6cf3ace6d  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a057aa6cf3ace6d .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0.9);}#ae5ada8467a1af6 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#ae5ada8467a1af6  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#ae5ada8467a1af6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0.9);}#a0818ad335ae5f0 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a0818ad335ae5f0 .hover-content-wrap:nth-child(1)
                            {}#a0818ad335ae5f0  > .ele-wrap:hover {background-color: rgba(155, 155, 155, 0.8);}#a0818ad335ae5f0 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(0, 0, 0, 0.9);}#aafabae490a1bfa .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(245, 166, 35, 1);border-radius: 25px;justify-content: center;border-style: solid;}#aafabae490a1bfa .ele-wrap:hover {background-color: #509c49;}#aaea9a97cbaadc9 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 10px;font-size: 17px;justify-content: center;}#aaea9a97cbaadc9 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#af86eac9a4aa1fa [data-item*=".abstract"], #af86eac9a4aa1fa [data-item*=".abstract"] a {show: true;}#af86eac9a4aa1fa [data-item*=".subTitle"], #af86eac9a4aa1fa [data-item*=".subTitle"] a {show: true;}#af86eac9a4aa1fa [data-item*=".category"], #af86eac9a4aa1fa [data-item*=".category"] a {show: true;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#a94a8ab4dea6876 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a94a8ab4dea6876 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a94a8ab4dea6876 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6f5baa850ab9b9 .uk-card {
  font-size: 12px;
}
#a6f5baa850ab9b9 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a6f5baa850ab9b9 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a0c20aa3e6a227a .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a0c20aa3e6a227a .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a0c20aa3e6a227a .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a0c20aa3e6a227a .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a972ba05b6aea6a [data-item="items"] {left: 0px;top: -1px; position: relative;}#a6f5baa850ab9b9 [data-item*=".title"], #a6f5baa850ab9b9 [data-item*=".title"] a {max-line: 0;}#a6f5baa850ab9b9 [data-item*=".abstract"], #a6f5baa850ab9b9 [data-item*=".abstract"] a {show: true;}#a6f5baa850ab9b9 [data-item*=".subTitle"], #a6f5baa850ab9b9 [data-item*=".subTitle"] a {show: true;max-line: 0;}#a6f5baa850ab9b9 [data-item*=".category"], #a6f5baa850ab9b9 [data-item*=".category"] a {show: true;}#a6f5baa850ab9b9 [data-item="items"] .img {background-size: cover;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#a0c20aa3e6a227a [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a0c20aa3e6a227a [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a0c20aa3e6a227a [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#ad748a6ffba2621 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7182a994aa7690 .uk-card {
  font-size: 12px;
}
#a7182a994aa7690 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a7182a994aa7690 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#aa2a3ab90ea4d06 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#aa2a3ab90ea4d06 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#aa2a3ab90ea4d06 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#aa2a3ab90ea4d06 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a45fba4d3ca2d37 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9b81acb4ba9f30 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a7182a994aa7690 [data-item*=".title"], #a7182a994aa7690 [data-item*=".title"] a {max-line: 0;}#a7182a994aa7690 [data-item*=".abstract"], #a7182a994aa7690 [data-item*=".abstract"] a {show: true;}#a7182a994aa7690 [data-item*=".subTitle"], #a7182a994aa7690 [data-item*=".subTitle"] a {show: true;max-line: 0;}#a7182a994aa7690 [data-item*=".category"], #a7182a994aa7690 [data-item*=".category"] a {show: true;}#a7182a994aa7690 [data-item="items"] .img {background-size: cover;}#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#aa2a3ab90ea4d06 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#aa2a3ab90ea4d06 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#aa2a3ab90ea4d06 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a45fba4d3ca2d37 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a3a64a051badcdf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a02f0ac445a6a40 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a02f0ac445a6a40 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a02f0ac445a6a40 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a02f0ac445a6a40 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a2c6aa0b7dacc14 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a8793aa8f8a4d8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 8px 0px rgba(231, 231, 231, 1);}#af071a9373af912 .uk-form .form-submit-btn {
  width: 300px;
}
#af071a9373af912 .submit-wrap {
  text-align: center;
}
#af071a9373af912 .submit-wrap button {
  background-color: #3d80ff;
}
#af071a9373af912 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#af071a9373af912 .form-item .uk-input,
#af071a9373af912 .form-item .uk-select,
#af071a9373af912 .form-item .uk-textarea {
  width: autopx;
  background-color: #f8f8f8;
}
#af071a9373af912 .form-item .auto-height {
  height: auto;
}
#a4ca2a6cc6a7934 .uk-form .form-submit-btn {
  width: 340px;
}
#a4ca2a6cc6a7934 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a4ca2a6cc6a7934 .submit-wrap {
  text-align: center;
}
#a4ca2a6cc6a7934 .submit-wrap button {
  background-color: #f32c56;
}
#a4ca2a6cc6a7934 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a4ca2a6cc6a7934 form {
  border-right-color: #f5a623;
}
#a4ca2a6cc6a7934 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a4ca2a6cc6a7934 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a4ca2a6cc6a7934 .form-item .uk-input,
#a4ca2a6cc6a7934 .form-item .uk-select,
#a4ca2a6cc6a7934 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a4ca2a6cc6a7934 .form-item .auto-height {
  height: auto;
}
#a4ca2a6cc6a7934 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a4ca2a6cc6a7934 .form-item .send-code {
  bottom: 0px;
}
#a4ca2a6cc6a7934 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a4ca2a6cc6a7934 .uk-form-label,
#a4ca2a6cc6a7934 .form-agree,
#a4ca2a6cc6a7934 .uk-h3,
#a4ca2a6cc6a7934 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a4ca2a6cc6a7934 .form-item {
  position: relative;
}
#a4ca2a6cc6a7934 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a4ca2a6cc6a7934 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a4ca2a6cc6a7934 .form-item .uk-input,
#a4ca2a6cc6a7934 .form-item .uk-select,
#a4ca2a6cc6a7934 .form-item .uk-textarea,
#a4ca2a6cc6a7934 .form-item .address-select,
#a4ca2a6cc6a7934 .form-item .uk-grid {
  padding-left: 90px;
}
#a4ca2a6cc6a7934 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#a02f0ac445a6a40 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a02f0ac445a6a40 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a02f0ac445a6a40 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a2c6aa0b7dacc14 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae848a8227a6be6 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#ae848a8227a6be6 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#ae848a8227a6be6 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#ae848a8227a6be6 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a782fadb5ea40b6 > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad207acd28a5471 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ad207acd28a5471  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a50ecabbeaa672a > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a50ecabbeaa672a  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#acefba8e28ac77b > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#acefba8e28ac77b  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a81dca4c87a6386 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a81dca4c87a6386  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#ae8eea15e9a7293 > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae8eea15e9a7293  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a9de7ae15ea621b > .ele-wrap {background-color: rgba(255, 165, 0, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a9de7ae15ea621b  > .ele-wrap:hover {border-bottom-right-radius: 10px;}#a9c2da736aa8985 {
  overflow: hidden;
}
#a9c2da736aa8985 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9c2da736aa8985 .img-wrap:hover {
  transform: scale(1.1);
}
#ac890a3fb9a4962 {
  overflow: hidden;
}
#ac890a3fb9a4962 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac890a3fb9a4962 .img-wrap:hover {
  transform: scale(1.1);
}
#a5f47a271fa9fd4 {
  overflow: hidden;
}
#a5f47a271fa9fd4 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5f47a271fa9fd4 .img-wrap:hover {
  transform: scale(1.1);
}
#a61fba9772a1117 > .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);}#afa70af31aa3b8e .submit-wrap {
  text-align: center;
}
#afa70af31aa3b8e .submit-wrap button {
  background-color: #4a90e2;
}
#afa70af31aa3b8e .submit-wrap button {
  color: #ffffff;
}
#afa70af31aa3b8e .submit-wrap button {
  font-size: 13px;
}
#afa70af31aa3b8e .submit-wrap button {
  border-right-color: #4a90e2;
  border-left-color: #4a90e2;
  border-bottom-color: #4a90e2;
  border-top-color: #4a90e2;
  border-right-style: solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#afa70af31aa3b8e form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: nullpx;
  padding-right: 10px;
}
#afa70af31aa3b8e form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa70af31aa3b8e .form-item {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
#afa70af31aa3b8e .form-item .uk-input,
#afa70af31aa3b8e .form-item .uk-select,
#afa70af31aa3b8e .form-item .uk-textarea {
  width: autopx;
  background-color: rgba(155, 155, 155, 0.18);
}
#afa70af31aa3b8e .form-item .auto-height {
  height: auto;
}
#af2beabbc3acc44 > .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);}#a1941a94d8ac6d6 .ele-wrap {color: #fff;font-size: 20px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a1941a94d8ac6d6 .ele-wrap:hover {background-color: #509c49;}#ae848a8227a6be6 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#ae848a8227a6be6 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#ae848a8227a6be6 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a334ca7870a0b57 .post-feed {
  margin: 0 -20px 0;
}
#a334ca7870a0b57 .post {
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  min-height: 300px;
  background: #fff 50%;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.09), 1px 3px 8px rgba(39, 44, 49, 0.06);
  transition: all .5s ease;
}
#a334ca7870a0b57 .post:hover {
  box-shadow: 8px 28px 50px rgba(39, 44, 49, 0.07), 1px 6px 12px rgba(39, 44, 49, 0.04);
  transition: all .4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02);
}
#a334ca7870a0b57 .uk-card-title {
  font-size: 18px;
}
@media (min-width: 795px) {
  #a334ca7870a0b57 .post-feed .post:nth-child(6n+1):not(.no-image) {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #a334ca7870a0b57 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-media-left {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    border-radius: 5px 0 0 5px;
  }
  #a334ca7870a0b57 .post-feed .post:nth-child(6n+1):not(.no-image) .uk-card-body {
    -ms-flex: 0 1 357px;
    flex: 0 1 357px;
  }
}
#a334ca7870a0b57 .post-media {
  height: 200px;
}
#a4324ae476a0dd0 .ap-overlay-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
#a4324ae476a0dd0 .uk-slider-items .uk-button-primary {
  color: #8792aa;
  border-color: #8792aa;
  background: transparent;
  border-radius: 3px;
}
#a4324ae476a0dd0 .uk-slider-items .uk-button-primary:hover {
  color: #fff;
  background: #4a90e2;
  border-color: #4a90e2;
}
#a4324ae476a0dd0 .uk-slidenav {
  background: rgba(0, 0, 0, 0.4);
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a782fadb5ea40b6 > .ele-wrap {background-color: rgba(165, 170, 211, 0.44);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a4324ae476a0dd0 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a4324ae476a0dd0 [data-item="items[1].title"] {left: 0px;top: -1px; position: relative;}#a4324ae476a0dd0 [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #9b9b9b;border-color: rgba(126, 211, 33, 1);}#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#ad311ab7eda5336 > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ab401a7c35a0855 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ab401a7c35a0855 .ele-wrap:hover {background-color: #0483cc;}#a1d83a87cea5525 .uk-form .form-submit-btn {
  width: 130px;
}
#a1d83a87cea5525 .uk-form .form-submit-btn {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1d83a87cea5525 .submit-wrap button {
  background-color: #eb5934;
}
#a1d83a87cea5525 .submit-wrap button {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1d83a87cea5525 .form-item .uk-input,
#a1d83a87cea5525 .form-item .uk-select,
#a1d83a87cea5525 .form-item .uk-textarea {
  width: 200px;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
#a1d83a87cea5525 .form-item .uk-input::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-webkit-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-select:-ms-input-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-select::-moz-placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .uk-input::placeholder,
#a1d83a87cea5525 .form-item .uk-select::placeholder,
#a1d83a87cea5525 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a1d83a87cea5525 .form-item .auto-height {
  height: auto;
}
#a1d83a87cea5525 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1d83a87cea5525 .form-item .send-code {
  bottom: -4px;
}
#a1d83a87cea5525 .form-item .uk-textarea {
  height: 64px;
  line-height: 1.5;
}
#a1d83a87cea5525 .uk-form-label,
#a1d83a87cea5525 .form-agree,
#a1d83a87cea5525 .uk-h3,
#a1d83a87cea5525 p {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: FZHei-B01S;
}
#a1d83a87cea5525 .form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#a1d83a87cea5525 .form-item label {
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 80px;
}
#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3950a0d99ab8b5 {
  min-height: 90vh;
  /* mobile */
}
#a3950a0d99ab8b5 .search-highlight {
  background: yellow;
}
#a3950a0d99ab8b5 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a3950a0d99ab8b5 .el-title {
  margin-bottom: 20px;
}
#a3950a0d99ab8b5 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a3950a0d99ab8b5 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3950a0d99ab8b5 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3950a0d99ab8b5 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3950a0d99ab8b5 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3950a0d99ab8b5 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3950a0d99ab8b5 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3950a0d99ab8b5 .el-title {
    margin-bottom: 0;
  }
  #a3950a0d99ab8b5 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3950a0d99ab8b5 .category {
    font-size: 12px;
  }
  #a3950a0d99ab8b5 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aef44ac3e8ac3d2 {
  /* 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------------------------*/
}
#aef44ac3e8ac3d2 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#aef44ac3e8ac3d2 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(1) .shadow,
#aef44ac3e8ac3d2 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#aef44ac3e8ac3d2 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#aef44ac3e8ac3d2 .error h2 {
  font-size: 32px;
}
#aef44ac3e8ac3d2 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#aef44ac3e8ac3d2 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#aef44ac3e8ac3d2 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#aef44ac3e8ac3d2 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#aef44ac3e8ac3d2 .error .clip .shadow {
  overflow: hidden;
}
#aef44ac3e8ac3d2 .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);
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(3) .shadow:after,
#aef44ac3e8ac3d2 .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%;
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#aef44ac3e8ac3d2 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#aef44ac3e8ac3d2 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#aef44ac3e8ac3d2 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#aef44ac3e8ac3d2 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#aef44ac3e8ac3d2 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #aef44ac3e8ac3d2 {
    /* Error Page */
    /* Error Page */
  }
  #aef44ac3e8ac3d2 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #aef44ac3e8ac3d2 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #aef44ac3e8ac3d2 .error .clip:nth-of-type(1) .shadow,
  #aef44ac3e8ac3d2 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #aef44ac3e8ac3d2 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #aef44ac3e8ac3d2 .error h2 {
    font-size: 24px;
  }
  #aef44ac3e8ac3d2 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #aef44ac3e8ac3d2 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #aef44ac3e8ac3d2 .error .container-error-404 {
    height: 150px;
  }
}
#aef44ac3e8ac3d2 .overlay {
  position: relative;
  z-index: 20;
}
#aef44ac3e8ac3d2 .ground-color {
  background: white;
}
#aef44ac3e8ac3d2 .item-bg-color {
  background: #EAEAEA;
}
#aef44ac3e8ac3d2 .padding-top {
  padding-top: 10px;
}
#aef44ac3e8ac3d2 .padding-bottom {
  padding-bottom: 10px;
}
#aef44ac3e8ac3d2 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#aef44ac3e8ac3d2 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#aef44ac3e8ac3d2 .padding-all {
  padding: 10px;
}
#aef44ac3e8ac3d2 .no-padding-left {
  padding-left: 0px;
}
#aef44ac3e8ac3d2 .no-padding-right {
  padding-right: 0px;
}
#aef44ac3e8ac3d2 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#aef44ac3e8ac3d2 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#aef44ac3e8ac3d2 .no-padding {
  padding: 0px;
}
#aef44ac3e8ac3d2 .margin-top {
  margin-top: 10px;
}
#aef44ac3e8ac3d2 .margin-bottom {
  margin-bottom: 10px;
}
#aef44ac3e8ac3d2 .margin-right {
  margin-right: 10px;
}
#aef44ac3e8ac3d2 .margin-left {
  margin-left: 10px;
}
#aef44ac3e8ac3d2 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#aef44ac3e8ac3d2 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#aef44ac3e8ac3d2 .margin-all {
  margin: 10px;
}
#aef44ac3e8ac3d2 .no-margin {
  margin: 0px;
}
#aef44ac3e8ac3d2 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#aef44ac3e8ac3d2 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#aef44ac3e8ac3d2 .inside-col-shrink {
  margin: 0px 20px;
}
#aef44ac3e8ac3d2 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae2aba6034aed9f .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ae2aba6034aed9f .switch_item {
  margin-right: 10px;
}
#ae2aba6034aed9f a.switch_item:hover {
  text-decoration: underline;
}
#ae2aba6034aed9f .slider {
  width: 420px;
  height: 600px;
}
#ae2aba6034aed9f .uk-slideshow-items {
  height: 100%;
}
#ae2aba6034aed9f .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ae2aba6034aed9f .login-wrap {
  width: 100%;
  height: 100%;
}
#ae2aba6034aed9f .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ae2aba6034aed9f .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ae2aba6034aed9f .phone-login-box {
  margin: 40px auto 40px;
}
#ae2aba6034aed9f .login-header {
  margin-bottom: 24px;
}
#ae2aba6034aed9f .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ae2aba6034aed9f .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ae2aba6034aed9f .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;
}
#ae2aba6034aed9f .forget_password {
  cursor: pointer;
}
#ae2aba6034aed9f .forget_password:hover {
  color: #4a90e2;
}
#ae2aba6034aed9f .input-item input.error,
#ae2aba6034aed9f .input-item input.error::placeholder {
  color: #fc4343;
}
#ae2aba6034aed9f .input-item input::placeholder {
  color: #999;
}
#ae2aba6034aed9f .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ae2aba6034aed9f .form-item {
  margin: 24px 0;
}
#ae2aba6034aed9f .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ae2aba6034aed9f .send-code {
  float: left;
  margin-left: 20px;
}
#ae2aba6034aed9f .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;
}
#ae2aba6034aed9f .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ae2aba6034aed9f .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ae2aba6034aed9f .login_btn_wrap {
  text-align: center;
}
#ae2aba6034aed9f .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ae2aba6034aed9f .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ae2aba6034aed9f .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aef10ad4fdab99c .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#aef10ad4fdab99c .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#aef10ad4fdab99c .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#aef10ad4fdab99c .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#aef10ad4fdab99c .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#aef10ad4fdab99c .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#aef10ad4fdab99c .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#aef10ad4fdab99c .nav-list {
  padding: 0 20px;
}
#aef10ad4fdab99c .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;
}
#aef10ad4fdab99c .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#aef10ad4fdab99c .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#aef10ad4fdab99c .order-item:hover {
  background: #f7f7f7;
}
#aef10ad4fdab99c .del-order {
  cursor: pointer;
}
#aef10ad4fdab99c .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#aef10ad4fdab99c .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#aef10ad4fdab99c .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#aef10ad4fdab99c .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#aef10ad4fdab99c .goods-item .goods-info {
  padding: 0 15px;
}
#aef10ad4fdab99c .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#aef10ad4fdab99c .appoint-time {
  margin-bottom: 4px;
}
#aef10ad4fdab99c .appoint-name {
  color: #333;
  font-size: 14px;
}
#aef10ad4fdab99c .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#aef10ad4fdab99c .goods-item .goods-name {
  color: #333;
}
#aef10ad4fdab99c .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#aef10ad4fdab99c .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#aef10ad4fdab99c .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#aef10ad4fdab99c .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#aef10ad4fdab99c .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#aef10ad4fdab99c .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;
}
#aef10ad4fdab99c .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#aef10ad4fdab99c .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#aef10ad4fdab99c .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#aef10ad4fdab99c .setting-form {
  padding: 30px 20px;
}
#aef10ad4fdab99c .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#aef10ad4fdab99c .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#aef10ad4fdab99c .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#aef10ad4fdab99c .setting-form .setting-btns {
  margin-left: 130px;
}
#aef10ad4fdab99c .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#aef10ad4fdab99c .setting-wrap {
  position: relative;
}
#aef10ad4fdab99c .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#aef10ad4fdab99c .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#aef10ad4fdab99c .user-info .levels {
  color: #888;
  font-size: 12px;
}
#aef10ad4fdab99c .address-wrap {
  padding: 30px 20px;
}
#aef10ad4fdab99c .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#aef10ad4fdab99c .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#aef10ad4fdab99c .addr-list {
  min-height: 200px;
}
#aef10ad4fdab99c .addr-detail .addr-item-name,
#aef10ad4fdab99c .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;
}
#aef10ad4fdab99c .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#aef10ad4fdab99c .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#aef10ad4fdab99c .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#aef10ad4fdab99c .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#aef10ad4fdab99c .add-addr {
  height: 32px;
  line-height: 30px;
}
#aef10ad4fdab99c .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;
}
#aef10ad4fdab99c .publish-item {
  cursor: default;
  min-height: 120px;
}
#aef10ad4fdab99c .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#aef10ad4fdab99c .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#aef10ad4fdab99c .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a90e2;
}
#aef10ad4fdab99c .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6864a670ba4dc2 .search-highlight {
  background: yellow;
}
#a6864a670ba4dc2 .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a6864a670ba4dc2 .goods-sort {
  padding: 10px 0;
}
#a6864a670ba4dc2 .goods {
  padding-bottom: 20px;
}
#a6864a670ba4dc2 .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a6864a670ba4dc2 .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a6864a670ba4dc2 .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a6864a670ba4dc2 .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a6864a670ba4dc2 .goods-sort .sort-default.active,
#a6864a670ba4dc2 .goods-sort .category-item.active {
  color: red;
}
#a6864a670ba4dc2 .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a6864a670ba4dc2 .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a6864a670ba4dc2 .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a6864a670ba4dc2 .sorts .sort.active span {
  color: #e4393c;
}
#a6864a670ba4dc2 .sorts .fa {
  color: #999;
}
#a6864a670ba4dc2 .sorts .fa.active {
  color: #e4393c;
}
#a6864a670ba4dc2 .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a6864a670ba4dc2 .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a6864a670ba4dc2 .uk-container {
  min-height: 200px;
}
#a6864a670ba4dc2 .not-found {
  line-height: 200px;
}
#a6864a670ba4dc2 .goods .item {
  color: #333;
  font-weight: 400;
}
#a6864a670ba4dc2 .img-alter {
  display: none;
}
#a6864a670ba4dc2 .goods .item:hover .img-main {
  display: none;
}
#a6864a670ba4dc2 .goods .item:hover .img-alter {
  display: block;
}
#a6864a670ba4dc2 .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a6864a670ba4dc2 .goods .item .title:hover {
  color: #d4282d;
}
#a6864a670ba4dc2 .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a6864a670ba4dc2 .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a6864a670ba4dc2 .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a6864a670ba4dc2 .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a6864a670ba4dc2 .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a6864a670ba4dc2 .uk-card .uk-card-media {
  background: #fff;
}
#a6864a670ba4dc2 .uk-card:hover {
  background-color: #f4f0e9;
}
#a6864a670ba4dc2 .sort-time.active .fa {
  color: #e4393c;
}
#a6864a670ba4dc2 * + .uk-grid-margin-small,
#a6864a670ba4dc2 .uk-grid + .uk-grid-small,
#a6864a670ba4dc2 .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad871a084fa10c0 .coupon-item:after,
#ad871a084fa10c0 .coupon-item:before {
  background: #ffffff;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f7aa0906a3903 {
  min-height: 90vh;
  /* mobile */
}
#a4f7aa0906a3903 .search-highlight {
  background: yellow;
}
#a4f7aa0906a3903 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4f7aa0906a3903 .el-title {
  margin-bottom: 20px;
}
#a4f7aa0906a3903 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a4f7aa0906a3903 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4f7aa0906a3903 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4f7aa0906a3903 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4f7aa0906a3903 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4f7aa0906a3903 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4f7aa0906a3903 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4f7aa0906a3903 .el-title {
    margin-bottom: 0;
  }
  #a4f7aa0906a3903 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4f7aa0906a3903 .category {
    font-size: 12px;
  }
  #a4f7aa0906a3903 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7570a8acca9de7 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a7570a8acca9de7 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a7570a8acca9de7 .cart-head,
#a7570a8acca9de7 .cart-footer,
#a7570a8acca9de7 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a7570a8acca9de7 .cart-head {
  background-color: #efefef;
}
#a7570a8acca9de7 .cart-head,
#a7570a8acca9de7 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a7570a8acca9de7 .cart-footer {
  display: none;
}
#a7570a8acca9de7 .cart-head .c-checkbox {
  width: 150px;
}
#a7570a8acca9de7 .c-info {
  width: 410px;
}
#a7570a8acca9de7 .c-price {
  width: 180px;
}
#a7570a8acca9de7 .c-count {
  width: 170px;
}
#a7570a8acca9de7 .c-sum {
  width: 170px;
}
#a7570a8acca9de7 .cart-item {
  padding: 20px 12px;
}
#a7570a8acca9de7 .selected {
  background-color: #fdf5e9;
}
#a7570a8acca9de7 .cart-item .c-info {
  width: 500px;
}
#a7570a8acca9de7 .cart-item .c-checkbox {
  width: 60px;
}
#a7570a8acca9de7 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a7570a8acca9de7 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a7570a8acca9de7 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a7570a8acca9de7 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a7570a8acca9de7 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a7570a8acca9de7 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a7570a8acca9de7 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a7570a8acca9de7 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a7570a8acca9de7 .cart-item .column {
  padding-top: 12px;
}
#a7570a8acca9de7 .cart-item .c-info {
  padding-top: 0;
}
#a7570a8acca9de7 .cart-item .del {
  color: #555;
}
#a7570a8acca9de7 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a7570a8acca9de7 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a7570a8acca9de7 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a7570a8acca9de7 .select-num i {
  line-height: 30px;
}
#a7570a8acca9de7 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a7570a8acca9de7 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a7570a8acca9de7 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a7570a8acca9de7 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a7570a8acca9de7 .price-info .discount {
  font-size: 12px;
}
#a7570a8acca9de7 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a7570a8acca9de7 .column-left {
  line-height: 36px;
}
#a7570a8acca9de7 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a7570a8acca9de7 .column-left a:hover {
  color: #E2231A;
}
#a7570a8acca9de7 .column-right {
  padding-right: 130px;
}
#a7570a8acca9de7 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a7570a8acca9de7 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a7570a8acca9de7 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a7570a8acca9de7 .cart-icon {
  width: 200px;
  fill: #ccc;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a841aa650caa1a5 .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#a841aa650caa1a5 .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#a841aa650caa1a5 .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#a841aa650caa1a5 .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#a841aa650caa1a5 .addr-list {
  height: 45px;
  overflow: hidden;
}
#a841aa650caa1a5 .addr-list.expand {
  height: auto;
}
#a841aa650caa1a5 .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#a841aa650caa1a5 .addr-item:hover {
  background-color: #fff3f3;
}
#a841aa650caa1a5 .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#a841aa650caa1a5 .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#a841aa650caa1a5 .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#a841aa650caa1a5 .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a841aa650caa1a5 .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#a841aa650caa1a5 .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#a841aa650caa1a5 .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#a841aa650caa1a5 .addr-item .op-btns a:hover {
  color: #FF0036;
}
#a841aa650caa1a5 .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#a841aa650caa1a5 .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#a841aa650caa1a5 .addr-switch.expand b {
  background-position: 0 -10px;
}
#a841aa650caa1a5 table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#a841aa650caa1a5 table thead {
  color: #999;
  background-color: #f5f5f5;
}
#a841aa650caa1a5 table td {
  text-align: center;
}
#a841aa650caa1a5 table thead td {
  border-top: none;
}
#a841aa650caa1a5 table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#a841aa650caa1a5 table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#a841aa650caa1a5 table .goods-info span {
  font-size: 12px;
  color: #999;
}
#a841aa650caa1a5 .origin-price {
  color: #999;
  text-decoration: line-through;
}
#a841aa650caa1a5 table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a841aa650caa1a5 .checkout-summary {
  margin: 20px 4px 10px;
}
#a841aa650caa1a5 .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#a841aa650caa1a5 .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#a841aa650caa1a5 .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#a841aa650caa1a5 .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#a841aa650caa1a5 .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a841aa650caa1a5 .order-submit-btn:hover {
  background-color: #EF494D;
}
#a841aa650caa1a5 .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a841aa650caa1a5 .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#a841aa650caa1a5 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a841aa650caa1a5 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a841aa650caa1a5 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a841aa650caa1a5 .select-num i {
  line-height: 30px;
}
#a841aa650caa1a5 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a841aa650caa1a5 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a841aa650caa1a5 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a841aa650caa1a5 .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1fa3ad14fa49cb .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#a1fa3ad14fa49cb .order-id {
  color: #666;
}
#a1fa3ad14fa49cb .payment {
  cursor: pointer;
}
#a1fa3ad14fa49cb .payment img {
  min-height: 40px;
}
#a1fa3ad14fa49cb .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#a1fa3ad14fa49cb .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#a1fa3ad14fa49cb .selected {
  border: 2px solid #e1251b;
}
#a1fa3ad14fa49cb .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#a1fa3ad14fa49cb .btn:hover {
  background-color: #EF494D;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a379ca15cfad817 {
  max-width: 1200px;
  margin: 0 auto;
}
#a379ca15cfad817 .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a379ca15cfad817 .order-container {
  padding-bottom: 60px;
}
#a379ca15cfad817 .express-date {
  color: #999;
  font-size: 12px;
}
#a379ca15cfad817 .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a379ca15cfad817 .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a379ca15cfad817 .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#a379ca15cfad817 .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#a379ca15cfad817 .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#a379ca15cfad817 .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#a379ca15cfad817 .state-desc {
  padding-left: 25px;
}
#a379ca15cfad817 .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#a379ca15cfad817 .order-status .icon-status.status-1,
#a379ca15cfad817 .order-status .icon-status.status-2,
#a379ca15cfad817 .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a379ca15cfad817 .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a379ca15cfad817 .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a379ca15cfad817 .state-tip {
  font-size: 12px;
}
#a379ca15cfad817 .top-content {
  padding: 0 10px;
  background: #fff;
}
#a379ca15cfad817 .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a379ca15cfad817 .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a379ca15cfad817 .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a379ca15cfad817 .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a379ca15cfad817 .top-content.address .content-wrap {
  border-bottom: none;
}
#a379ca15cfad817 .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a379ca15cfad817 .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#a379ca15cfad817 .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a379ca15cfad817 .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a379ca15cfad817 .goods-info .private-info {
  font-size: 12px;
}
#a379ca15cfad817 .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a379ca15cfad817 .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a379ca15cfad817 .panel {
  background: #fff;
  margin: 20px 0;
}
#a379ca15cfad817 .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a379ca15cfad817 .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a379ca15cfad817 .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a379ca15cfad817 .hide {
  display: none;
}
#a379ca15cfad817 .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a379ca15cfad817 .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a379ca15cfad817 .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a379ca15cfad817 .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a379ca15cfad817 .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a379ca15cfad817 .order-id {
  font-size: 13px;
  font-style: normal;
}
#a379ca15cfad817 .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a379ca15cfad817 .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a379ca15cfad817 .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a379ca15cfad817 .total-price .price {
  color: #f2270c;
}
#a379ca15cfad817 .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#a379ca15cfad817 .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a16dda8a42aa0b3 .comment-detail {
  min-height: 600px;
}
#a16dda8a42aa0b3 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a16dda8a42aa0b3 table th,
#a16dda8a42aa0b3 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a16dda8a42aa0b3 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a16dda8a42aa0b3 .red {
  color: #F00!important;
}
#a16dda8a42aa0b3 .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;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a243cac8e2a0a5c .address-select {
  cursor: pointer;
}
#a243cac8e2a0a5c .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a243cac8e2a0a5c .form-item-last {
  border-bottom: none;
}
#a243cac8e2a0a5c .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a243cac8e2a0a5c .address-select .uk-select {
  width: 100px;
}
#a243cac8e2a0a5c .form-item .uk-input,
#a243cac8e2a0a5c .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a243cac8e2a0a5c .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a243cac8e2a0a5c .submit-btn:hover {
  opacity: .9;
}
#a243cac8e2a0a5c .img-box {
  margin-top: 40px;
}
#a243cac8e2a0a5c .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a243cac8e2a0a5c .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a243cac8e2a0a5c .z_photo .z_file {
  position: relative;
}
#a243cac8e2a0a5c .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a243cac8e2a0a5c .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a243cac8e2a0a5c .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a243cac8e2a0a5c .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#a243cac8e2a0a5c .up-section:hover {
  border: 2px solid #f15134;
}
#a243cac8e2a0a5c .up-section:hover .close-upimg {
  display: block;
}
#a243cac8e2a0a5c .up-section:hover .up-span {
  visibility: visible;
}
#a243cac8e2a0a5c .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a243cac8e2a0a5c .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a243cac8e2a0a5c .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a243cac8e2a0a5c .publish-price {
  font-size: 16px;
  color: #888;
}
#a243cac8e2a0a5c .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a243cac8e2a0a5c .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a243cac8e2a0a5c .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a243cac8e2a0a5c .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a243cac8e2a0a5c .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a243cac8e2a0a5c .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a243cac8e2a0a5c .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a243cac8e2a0a5c .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a243cac8e2a0a5c #fileList,
#a243cac8e2a0a5c #picker {
  display: inline-block;
  float: left;
}
#a243cac8e2a0a5c .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a243cac8e2a0a5c .thumbnail img {
  width: 100%;
  height: 130px;
}
#a243cac8e2a0a5c .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#a243cac8e2a0a5c .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#a243cac8e2a0a5c .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#a243cac8e2a0a5c #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#a243cac8e2a0a5c .webuploader-pick {
  height: 100%;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}#a9c55ab78da4f72 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3a4ea9838a454b .search-detail {
  min-height: 400px;
}
#a3a4ea9838a454b table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a3a4ea9838a454b table th,
#a3a4ea9838a454b table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a3a4ea9838a454b table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a3a4ea9838a454b .red {
  color: #F00!important;
}
#a3a4ea9838a454b .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;
}
#a1b89a98e6a7f92 .ap-footer-links li span[data-item] {
  margin-left: 8px;
}
#a312dab5dda7201 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a312dab5dda7201 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a312dab5dda7201 .ap-icon {
  margin-right: 6px;
}
#a312dab5dda7201 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a312dab5dda7201 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px nullpx;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li:hover > a,
#a312dab5dda7201 .menu-list > li.active > a {
  background: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list > li.active > a {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
#a312dab5dda7201 .menu-list ul,
#a312dab5dda7201 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a312dab5dda7201 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a312dab5dda7201 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a312dab5dda7201 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a312dab5dda7201 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a312dab5dda7201 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#afa48a1ccea2cd5 > .ele-wrap {background-color: rgba(74, 74, 74, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3962ae87aae3f6 form {
  width: 100%;
  height: 100%;
}
#a3962ae87aae3f6 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a3962ae87aae3f6 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a3962ae87aae3f6 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a3962ae87aae3f6 .search-box .search-type.show {
  display: block;
}
#a3962ae87aae3f6 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(155, 155, 155, 0.56);
  cursor: pointer;
  padding: 0 18px;
}
#a3962ae87aae3f6 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a3962ae87aae3f6 .search-box .search-type li.active {
  color: #00ad5f;
}
#a3962ae87aae3f6 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(155, 155, 155, 0.56);
  overflow: hidden;
}
#a3962ae87aae3f6 .inner-form .input-field {
  height: 100%;
}
#a3962ae87aae3f6 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #4a4a4a;
}
#a3962ae87aae3f6 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #707070;
}
#a3962ae87aae3f6 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(155, 155, 155, 0.56);
  position: relative;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a3962ae87aae3f6 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #4a4a4a;
  margin: 0 15px;
}
#a3962ae87aae3f6 .inner-form .input-field.second-wrap {
  min-width: 60px;
}
#a3962ae87aae3f6 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #4a4a4a;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#a3962ae87aae3f6 .btn-search:hover {
  background: #00ad5f;
}
#a3962ae87aae3f6 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a1b89a98e6a7f92 [data-item="logo"] {left: 0px;top: 1px; position: relative;}